Skip to main content
GET
/
v1
/
purchase-order
/
{purchaseOrderId}
/
line-items
/
{lineItemId}
/
invoices
Get invoice line items for a purchase order line item
curl --request GET \
  --url http://localhost:3001/v1/purchase-order/{purchaseOrderId}/line-items/{lineItemId}/invoices \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

purchaseOrderId
string
required
lineItemId
string
required

Response

200 - application/json

The response is of type object[].