AR advance transaction line templates

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.

List AR advance transaction line templates

get/objects/cash-management/ar-advance-txn-line-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.

SecurityOAuth2
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "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
    }
}

Get an AR advance transaction line template

get/objects/cash-management/ar-advance-txn-line-template/{key}

Returns detailed information for a specified AR advance transaction line template.

SecurityOAuth2
Request
path Parameters
key
required
string

System-assigned unique key for the AR advance transaction line template.

Example: 134
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "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": {
        },
      • "department": {
        },
      • "project": {
        },
      • "customer": {
        },
      • "vendor": {
        },
      • "employee": {
        },
      • "item": {
        },
      • "class": {
        }
      },
    • "audit": {
      • "createdDateTime": "2025-04-29T15:26:00Z",
      • "modifiedDateTime": "2025-04-29T15:26:00Z",
      • "createdByUser": {
        },
      • "createdBy": "159",
      • "modifiedByUser": {
        },
      • "modifiedBy": "159"
      },
    • "href": "/objects/cash-management/ar-advance-txn-line-template/10"
    },
  • "ia::meta": {
    • "totalCount": 1,
    • "totalSuccess": 1,
    • "totalError": 0
    }
}