AR advance transaction line templates define the line items for AR advance transactions, for example, accounts and dimensions for recording customer deposits. Create and maintain AR advanced transaction line templates from the owning AR advance transaction template.
Returns a collection with a key, ID, and link for each AR advance transaction line template. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "6",
- "id": "6",
- "href": "/objects/cash-management/ar-advance-txn-line-template/6"
}, - {
- "key": "7",
- "id": "7",
- "href": "/objects/cash-management/ar-advance-txn-line-template/7"
}, - {
- "key": "8",
- "id": "8",
- "href": "/objects/cash-management/ar-advance-txn-line-template/8"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified AR advance transaction line template.
key required | string System-assigned unique key for the AR advance transaction line template. Example: 134 |
OK
Bad Request
{- "ia::result": {
- "id": "10",
- "key": "10",
- "arAdvanceTxnTemplate": {
- "key": "14",
- "href": "/objects/cash-management/ar-advance-txn-template/14"
}, - "memo": "ar-advance-template05 description",
- "glAccount": {
- "key": "9",
- "id": "1000",
- "href": "/objects/general-ledger/account/9"
}, - "dimensions": {
- "location": {
- "key": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "department": {
- "id": "6",
- "name": "Marketing",
- "href": "/objects/company-config/department/6"
}, - "project": {
- "key": "8",
- "id": "8",
- "name": "Client Services - Power Aerospace Materials",
- "href": "/objects/projects/project/8"
}, - "customer": {
- "key": "1",
- "id": "1",
- "name": "Power Aerospace Materials",
- "href": "/objects/accounts-receivable/customer/1"
}, - "vendor": {
- "key": "51",
- "id": "205",
- "name": "Shell Oil Company",
- "href": "/objects/accounts-payable/vendor/51"
}, - "employee": {
- "key": "24",
- "id": "11",
- "name": "John Smith",
- "href": "/objects/company-config/employee/24"
}, - "item": {
- "key": "2",
- "id": "2",
- "name": "Mobile Phones",
- "href": "/objects/inventory-control/item/2"
}, - "class": {
- "key": "7",
- "id": "MA",
- "name": "Manufacture",
- "href": "/objects/company-config/class/7"
}
}, - "audit": {
- "createdDateTime": "2025-04-29T15:26:00Z",
- "modifiedDateTime": "2025-04-29T15:26:00Z",
- "createdByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "createdBy": "159",
- "modifiedByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "modifiedBy": "159"
}, - "href": "/objects/cash-management/ar-advance-txn-line-template/10"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}