latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
PurchaseOrders
Get a purchase order line item
Retrieve the details of a single purchase order line item (required scope finance:read)
get/v1/finance/purchaseorders/{purchaseOrderId}/lineItems/{lineItemId}
Path parameters
purchaseOrderIdinteger required
The unique identifier of the purchase order associated with the line item
lineItemIdinteger required
The unique identifier of the purchase order line item
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 12345,
"purchaseOrderId": 54321,
"quantity": 5,
"description": "Replacement filter cartridge",
"taxId": 1001,
"taxPercentage": 20,
"unitCost": 5.5,
"unitSellingPrice": 10.99,
"taxAmount": 2.2,
"grossAmount": 13.19,
"nominalCodeId": 50001,
"departmentCodeId": 20002
}