PoLineItem
A purchase order line item.
amountExclTaxnumber
The line amount excluding tax.
Example:
80
descriptionstring
miscellaneousstringnullable
productCodestringnullable
quantitynumber
unitPriceExclTaxnumber
The line unit price excluding tax.
Example:
80
taxCode object
sourceIDstring
The unique identifier for this object in the source system.
Example:
TAX-001
PoLineItem
{
"amountExclTax": 80,
"description": "string",
"miscellaneous": "string",
"productCode": "string",
"quantity": 0,
"unitPriceExclTax": 80,
"taxCode": {
"sourceID": "TAX-001"
}
}