Skip to main content

PoLineItem

A purchase order line item.

lineItemIDstring<uuid>nullable

Unique identifier for the line item. When creating the object this field can be null or omitted.

Example: 123e4567-e89b-12d3-a456-426614174101
amountExclTaxnumber

The line amount excluding tax.

Example: 80
descriptionstring
miscellaneousstringnullable
productCodestringnullable
quantitynumber
unitPriceExclTaxnumber

The line unit price excluding tax.

Example: 80
taxCode objectnullable
sourceIDstringnullable

The unique identifier for this object in the source system.

Example: TAX-001
PoLineItem
{
"lineItemID": "123e4567-e89b-12d3-a456-426614174101",
"amountExclTax": 80,
"description": "string",
"miscellaneous": "string",
"productCode": "string",
"quantity": 0,
"unitPriceExclTax": 80,
"taxCode": {
"sourceID": "TAX-001"
}
}