Line items in a recurring document act as template for line items in an order entry transaction.
Returns a collection with a key, ID, and link for each recurring document line.
OK
Bad Request
{- "ia::result": [
- {
- "key": "19",
- "id": "19",
- "href": "/objects/order-entry/recurring-document-line/19"
}, - {
- "key": "24",
- "id": "24",
- "href": "/objects/order-entry/recurring-document-line/24"
}, - {
- "key": "25",
- "id": "25",
- "href": "/objects/order-entry/recurring-document-line/25"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100
}
}
Creates a new recurring document line.
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 recurring document line. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
memo | string Memo about the document line item. Example: "Payment ACH" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Example: "{ \"item\": { \"id\": \"1\" }, \"warehouse\": { \"id\": \"1\" }, \"location\": { \"id\": \"1\" }}" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discountPercent | string <decimal-precision-10> Discount percentage for the document line item. Example: "10.50" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discountMemo | string Discount memo for any discounts taken. Example: "Festival discount" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revenueRecognitionStartDate | string <date> The date on which the either revenue recognition schedule and/or renewal schedule get started. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
revenueRecognitionEndDate | string <date> The date on which the either revenue recognition schedule and/or renewal schedule ends. Example: "2023-04-04" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isPriceProrated | boolean Default: true Indicates whether the price is prorated. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isBillable | boolean Default: true Indicates whether the line is billable. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 Alternative name for the Item for a specific customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
recurringStatus | string Default: "active" Status. Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 Header lever details for the document line items. Example: "22" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Created
Bad Request
{- "recurringDocumentHeader": {
- "key": "469"
}, - "dimensions": {
- "item": {
- "id": "1"
}, - "warehouse": {
- "id": "1"
}, - "location": {
- "id": "1"
}
}, - "unit": "Each",
- "unitQuantity": "1",
- "unitPrice": "650"
}
{- "ia::result": {
- "key": "807",
- "href": "/objects/order-entry/recurring-document-line::Sales%20Invoice/807"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified recurring document line.
key required | string System-assigned unique key for the recurring document line. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "id": "735",
- "key": "735",
- "recurringDocumentHeader": {
- "id": "6",
- "key": "6",
- "documentType": "Sales Invoice",
- "href": "/objects/order-entry/recurring-document::Sales%20Invoice/6"
}, - "lineNumber": 1,
- "item": {
- "key": "15",
- "id": "Car_Battery",
- "href": "/objects/inventory-control/item/15"
}, - "dimensions": {
- "item": {
- "id": "Car_Battery"
}, - "warehouse": {
- "id": "WareHouse10004",
- "key": "4",
- "href": "/objects/inventory-control/warehouse/4"
}, - "location": {
- "id": "1",
- "key": "6",
- "href": "/objects/company-config/location/6"
}
}, - "unit": "10 Pack",
- "status": "inactive",
- "recurringStatus": "active",
- "unitQuantity": "10.0000000000",
- "unitPrice": "1000.1200000000",
- "retailPrice": "0.0000000000",
- "currency": "USD",
- "priceInTxnCurrency": "1000.1200000000",
- "conversionType": "quantity",
- "enableTax": false,
- "href": "/objects/order-entry/recurring-document-line/735"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a recurring document line.
key required | string System-assigned unique key for the recurring document line. Example: 99 |
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
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "order-entry/recurring-document-line" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or has (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the result set, 4000 maximum. Example: 100 |
OK
Bad Request
{- "object": "order-entry/recurring-document-line",
- "filters": [
- {
- "$eq": {
- "conversionType": "quantity"
}
}
], - "fields": [
- "id",
- "href",
- "lineNumber",
- "recurringDocumentHeader.key",
- "item.id"
]
}
{- "ia::result": [
- {
- "id": "20",
- "href": "/objects/order-entry/recurring-document-line/20",
- "lineNumber": "1",
- "recurringDocumentHeader.key": "9",
- "item.id": "S2-Widget"
}, - {
- "id": "17",
- "href": "/objects/order-entry/recurring-document-line/17",
- "lineNumber": "5",
- "recurringDocumentHeader.key": "7",
- "item.id": "S3-Widget"
}, - {
- "id": "21",
- "href": "/objects/order-entry/recurring-document-line/21",
- "lineNumber": 3,
- "recurringDocumentHeader.key": "6",
- "item.id": "S2-Widget"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}