V3_PoLine_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_PoLine_Get |
Resource Path:/api/v3/PoLine
| Name | Description | Data Type |
|---|---|---|
| poId | The ID of a purchase order. | string |
| poLineNo | A number that identifies a line item in a purchase order. | integer |
| itemId | The ID of an item being ordered. | string |
| vendorItemId | The ID used by the vendor to identify an item being ordered. | string |
| uomId | The ID of the unit of measure for a line item. If a unit of measure was defined for the line item, that UOM is used. Otherwise, the item's nominal UOM is used. | integer |
| requiredByUtc | The date in UTC by when the goods for a line item are required. | string |
| spare1 | The contents of the user-defined spare1 field. | string |
| spare2 | The contents of the user-defined spare2 field. | string |
| spare3 | The contents of the user-defined spare3 field. | string |
| spare4 | The contents of the user-defined spare4 field. | string |
| lastEditBy | The user who created or last updated a line item record. | string |
| lastEditAt | The date and time when a line item record was added or last updated. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_PoLine_Get].
OKThe line items to be retrieved are determined by the input parameters, all of which are used as filters. Passing no filter parameters will retrieve all line
items.