Returns a collection with a key, ID, and link for each journal entry line template. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "1",
- "href": "/objects/cash-management/journal-entry-line-template/1"
}, - {
- "key": "2",
- "id": "2",
- "href": "/objects/cash-management/journal-entry-line-template/2"
}, - {
- "key": "7",
- "id": "7",
- "href": "/objects/cash-management/journal-entry-line-template/7"
}
], - "ia::meta": {
- "totalCount": 6,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified journal entry line template.
key required | string System-assigned key for the journal entry line template. Example: 18 |
OK
Bad Request
{- "ia::result": {
- "key": "8",
- "id": "8",
- "journalEntryTemplate": {
- "id": "9",
- "key": "9",
- "href": "/objects/cash-management/journal-entry-template/9"
}, - "dimensions": {
- "location": {
- "key": "7",
- "id": "7",
- "name": "Canada",
- "href": "/objects/company-config/location/7"
}, - "department": {
- "id": "8"
}, - "project": {
- "key": null,
- "id": null,
- "name": null
}, - "customer": {
- "key": null,
- "id": null,
- "name": null
}, - "vendor": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "item": {
- "key": null,
- "id": null,
- "name": null
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}
}, - "glAccount": {
- "key": "207",
- "id": "5001",
- "name": "Construction",
- "href": "/objects/general-ledger/account/207"
}, - "documentId": "doc 1",
- "txnType": null,
- "memo": null,
- "allocation": {
- "key": "2",
- "id": "alloc-create-gl-from-UI"
}, - "numberOfUnits": null,
- "exchangeRate": {
- "date": null,
- "typeId": null,
- "rate": null
}, - "isBillable": false,
- "href": "/objects/cash-management/journal-entry-line-template/8"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find journal entry line templates that meet certain criteria and to specify the properties that are returned.
OK