Returns a collection with a key, ID, and link for each document line. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View Purchasing documents |
OK
Bad Request
{- "ia::result": [
- {
- "key": "43",
- "id": "43",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/43"
}, - {
- "key": "46",
- "id": "46",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/46"
}, - {
- "key": "52",
- "id": "52",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/52"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified purchasing document line.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View Purchasing documents |
key required | string System-assigned key for the purchasing document line. Example: 52 |
OK
Bad Request
{- "ia::result": {
- "id": "43",
- "key": "43",
- "documentHeader": {
- "key": "66",
- "id": "PO Receiver Invoice-Po-0201-Rec",
- "documentType": "PO Receiver Invoice",
- "href": "/objects/purchasing/document::PO%20Receiver%20Invoice/66"
}, - "documentType": "PO Receiver Invoice",
- "lineNumber": 0,
- "dimensions": {
- "item": {
- "key": "15",
- "id": "Car_Battery",
- "name": "Battery for Car",
- "href": "/objects/inventory-control/item/15"
}, - "warehouse": {
- "id": "WareHouse10004",
- "key": "4",
- "href": "/objects/inventory-control/warehouse/4"
}, - "location": {
- "id": "1",
- "key": "6",
- "href": "/objects/company-config/location/6"
}
}, - "item": {
- "key": "15",
- "id": "Car_Battery",
- "href": "/objects/inventory-control/item/15"
}, - "unit": "10 Pack",
- "quantity": "1.0000000000",
- "quantityConverted": "1.0000000000",
- "retailPrice": "0.0000000000",
- "price": "100.0000000000",
- "audit": {
- "createdDateTime": "2024-05-22T00:00:00Z",
- "modifiedDateTime": "2024-05-27T06:31:46Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "status": "active",
- "costMethod": "standard",
- "unitQuantity": "1.0000000000",
- "multiplier": 1,
- "unitPrice": "100.0000000000",
- "txnCurrency": "USD",
- "baseCurrency": "USD",
- "priceInTxnCurrency": "100.0000000000",
- "priceConverted": "0.0000000000",
- "conversionType": "quantity",
- "quantityRemaining": "0.0000000000",
- "trackingDetail": [ ],
- "lineSubtotals": [ ],
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/43"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns a collection with a key, ID, and link for each line that exists in purchasing documents with the specified name. For example, to list all lines within documents that are based on the Purchase Order transaction definition, specify Purchase Order
as the documentName
in the request URL.
This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View Purchasing documents |
documentName required | string Document Name |
OK
Bad Request
{- "ia::result": [
- {
- "key": "43",
- "id": "43",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/43"
}, - {
- "key": "46",
- "id": "46",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/46"
}, - {
- "key": "52",
- "id": "52",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/52"
}
], - "ia::meta": {
- "totalCount": 13,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new purchasing document line.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Add Purchasing documents |
documentName required | string Document Name |
unit required | string Unit associated with this document line item. Example: "Each" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
unitQuantity required | string <decimal-precision-10> Unit quantity associated with this document line item. Example: "10.10" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
unitPrice required | string <decimal-precision-10> Unit price associated with this line item. Example: "10.50" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Item associated with the document line. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string Memo about the document line item. Example: "Payment ACH" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Source purchasing document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Source document line that needs to be converted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isBillable | boolean Default: true Indicates whether the line is billable. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
taxRate | string <decimal-precision-2> Tax rate for the document line item. Example: "10.05" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discount | string <decimal-precision-2> Discount applied to the line item. Example: "10.25" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableTax | boolean Default: false Indicates whether the line item is taxable. Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
conversionType | string Default: "quantity" Conversion type used for the transaction. Example: "quantity" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Example: "{ \"item\": { \"id\": \"1\" }, \"warehouse\": { \"id\": \"1\" }, \"location\": { \"id\": \"1\" }}" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requestedShippingDate | string <date> The date the customer requests the goods to arrive on their premises. The default is the due date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shipByDate | string <date> The date the goods should be shipped so they arrive when the customer needs them. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
cancelAfterDate | string <date> Indicates the date after which the order can be canceled. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipBeforeDate | string <date> Do not ship before this date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipAfterDate | string <date> Do not ship after this date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryDueDate | string <date> Promised by date Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderConfirmationDate | string <date> Date the order was confirmed. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Transaction allocation template for the line item, which distributes the amount across specified dimensions. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects List of warehouse inventory details including serial number, aisle, bin, and row per item. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Header lever details for the document line item. Example: "22" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Lines of the purchasing document line subtotal. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Created
Bad Request
{- "documentHeader": {
- "key": "356"
}, - "dimensions": {
- "item": {
- "id": "1"
}, - "warehouse": {
- "id": "42"
}, - "location": {
- "id": "5"
}
}, - "unit": "Each",
- "unitQuantity": "1",
- "unitPrice": "650"
}
{- "ia::result": {
- "key": "61",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/61"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified purchasing document line. For example, to get a line within a document that is based on the PO Receiver Invoice transaction definition, specify PO Receiver Invoice
for the documentName
in the request URL.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View Purchasing documents |
documentName required | string Document name |
key required | string System-assigned unique key for the document line. Example: 52 |
OK
Bad Request
{- "ia::result": {
- "id": "43",
- "key": "43",
- "documentHeader": {
- "key": "66",
- "id": "PO Receiver Invoice-Po-0201-Rec",
- "documentType": "PO Receiver Invoice",
- "href": "/objects/purchasing/document::PO%20Receiver%20Invoice/66"
}, - "documentType": "PO Receiver Invoice",
- "lineNumber": 0,
- "dimensions": {
- "item": {
- "key": "15",
- "id": "Car_Battery",
- "name": "Battery for Car",
- "href": "/objects/inventory-control/item/15"
}, - "warehouse": {
- "id": "WareHouse10004",
- "key": "4",
- "href": "/objects/inventory-control/warehouse/4"
}, - "location": {
- "id": "1",
- "key": "6",
- "href": "/objects/company-config/location/6"
}
}, - "item": {
- "key": "15",
- "id": "Car_Battery",
- "href": "/objects/inventory-control/item/15"
}, - "unit": "10 Pack",
- "quantity": "1.0000000000",
- "quantityConverted": "1.0000000000",
- "retailPrice": "0.0000000000",
- "price": "100.0000000000",
- "audit": {
- "createdDateTime": "2024-05-22T00:00:00Z",
- "modifiedDateTime": "2024-05-27T06:31:46Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "status": "active",
- "costMethod": "standard",
- "unitQuantity": "1.0000000000",
- "multiplier": 1,
- "unitPrice": "100.0000000000",
- "txnCurrency": "USD",
- "baseCurrency": "USD",
- "priceInTxnCurrency": "100.0000000000",
- "priceConverted": "0.0000000000",
- "conversionType": "quantity",
- "quantityRemaining": "0.0000000000",
- "trackingDetail": [ ],
- "lineSubtotals": [ ],
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/43"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing purchasing document line by setting field values. Any fields not provided remain unchanged.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Edit Purchasing documents |
documentName required | string Document name |
key required | string System-assigned unique key for the document line. Example: 52 |
object Item associated with the document line. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string Memo about the document line item. Example: "Payment ACH" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
unit | string Unit associated with this document line item. Example: "Each" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
unitQuantity | string <decimal-precision-10> Unit quantity associated with this document line item. Example: "10.10" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
unitPrice | string <decimal-precision-10> Unit price associated with this line item. Example: "10.50" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Source purchasing document. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Source document line that needs to be converted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isBillable | boolean Default: true Indicates whether the line is billable. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
taxRate | string <decimal-precision-2> Tax rate for the document line item. Example: "10.05" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discount | string <decimal-precision-2> Discount applied to the line item. Example: "10.25" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableTax | boolean Default: false Indicates whether the line item is taxable. Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
conversionType | string Default: "quantity" Conversion type used for the transaction. Example: "quantity" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
requestedShippingDate | string <date> The date the customer requests the goods to arrive on their premises. The default is the due date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
shipByDate | string <date> The date the goods should be shipped so they arrive when the customer needs them. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
cancelAfterDate | string <date> Indicates the date after which the order can be canceled. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipBeforeDate | string <date> Do not ship before this date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
doNotShipAfterDate | string <date> Do not ship after this date. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryDueDate | string <date> Promised by date Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
orderConfirmationDate | string <date> Date the order was confirmed. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Transaction allocation template for the line item, which distributes the amount across specified dimensions. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects List of warehouse inventory details including serial number, aisle, bin, and row per item. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Header lever details for the document line item. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Lines of the purchasing document line subtotal. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
OK
Bad Request
{- "unitQuantity": "10"
}
{- "ia::result": {
- "key": "61",
- "href": "/objects/purchasing/document-line::PO%20Receiver%20Invoice/61"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a purchasing document line.
Subscription | Purchasing |
---|---|
User type | Business, Employee, Project Manager, Warehouse |
Permissions | List, View, Delete Purchasing documents |
documentName required | string Document name |
key required | string System-assigned unique key for the document line. Example: 52 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Use the query service to find document lines that meet certain criteria and to specify the properties that are returned.
OK