curl --request GET \
--url http://localhost:3001/v1/purchase-order/{purchaseOrderId}/line-items/{lineItemId}/invoices \
--header 'Authorization: Bearer <token>'[
{}
]Get all invoice line items associated with a specific purchase order line item.
curl --request GET \
--url http://localhost:3001/v1/purchase-order/{purchaseOrderId}/line-items/{lineItemId}/invoices \
--header 'Authorization: Bearer <token>'[
{}
]Was this page helpful?