Mes.WebApi.Models.V3.Commerce.PoLine JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| po_id | The purchase order ID. | string |
| po_line_no | The purchase order line number. | integer |
| item_id | The item ID. | string |
| vendor_item_id | The ID used by the vendor to identify the item being ordered. | string |
| quantity | The amount of the item being ordered. | number |
| uom_id | If a unit of measure is defined specifically for the line item, the ID of that unit of measure. If defined, this unit of measure will be used instead of the item's nominal unit of measure. | integer |
| min_qty | The minimum quantity of the line item that must be received to be able to mark the purchase order as completed. | number |
| max_qty | The maximum quantity of the line item that is allowed to be ordered. | number |
| line_price | The total price for the line item. | number |
| reqd_by_utc | The date by when the goods for the line item are required, in UTC. | string |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| last_edit_at | The date and time when the record was added or last updated. | string |