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
Example: 1
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
glCodeSummary objectnullable

The GL code assigned to this line item. When creating or updating a line item, only id is required; any other fields are ignored.

idstring<uuid>nullable

The Lightyear ID for this GL code.

codestringnullable

The GL code identifier.

descriptionstringnullable

The GL code description.

sourceIDstringnullable

The unique identifier for this object in the source system.

PoLineItem
{
"lineItemID": "123e4567-e89b-12d3-a456-426614174101",
"amountExclTax": 80,
"description": "string",
"miscellaneous": "string",
"productCode": "string",
"quantity": 1,
"unitPriceExclTax": 80,
"taxCode": {
"sourceID": "TAX-001"
},
"glCodeSummary": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"code": "string",
"description": "string",
"sourceID": "string"
}
}