Account allocations are where transactions are distributed across dimensions. Allocations are processed (run) to reflect accurate and up-to-date account balances.
Returns a collection with a key, ID, and link for each account allocation run.
OK
Bad Request
{- "ia::result": [
- {
- "key": "105",
- "id": "105",
- "href": "/objects/general-ledger/account-allocation-run/105"
}, - {
- "key": "106",
- "id": "106",
- "href": "/objects/general-ledger/account-allocation-run/106"
}, - {
- "key": "108",
- "id": "108",
- "href": "/objects/general-ledger/account-allocation-run/108"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new account allocation run.
Create an account allocation run
asOfDate required | string <date> As of date. Example: "2024-01-01" | ||||||||||||||||
glPostingDate required | string <date> GL posting date. Example: "2024-01-01" | ||||||||||||||||
email required | |||||||||||||||||
object | |||||||||||||||||
| |||||||||||||||||
object | |||||||||||||||||
| |||||||||||||||||
object Account allocation dimensions. | |||||||||||||||||
|
Created
Bad Request
{- "asOfDate": "2024-08-24",
- "glPostingDate": "2024-10-25",
- "accountAllocationGroup": {
- "id": "5"
}
}
{- "ia::result": {
- "id": "97",
- "key": "97",
- "href": "/objects/general-ledger/account-allocation-run/97"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for the specified account allocation run.
key required | string System-assigned unique key for the account allocation run. Example: 178 |
OK
Bad Request
{- "ia::result": {
- "id": "97",
- "key": "97",
- "asOfDate": "2024-08-24",
- "glPostingDate": "2024-10-25",
- "accountAllocation": {
- "id": null,
- "key": null
}, - "allocationType": null,
- "accountAllocationGroup": {
- "name": "Employee allocation group",
- "id": "5",
- "key": "5",
- "href": "/objects/general-ledger/account-allocation-group/5"
}, - "parent": {
- "id": null,
- "key": null
}, - "state": "partialSuccess",
- "allocationRunType": "regular",
- "message": null,
- "audit": {
- "createdDateTime": "2024-09-20T05:17:09Z",
- "modifiedDateTime": "2024-09-20T05:17:58Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "entity": {
- "key": null,
- "id": null,
- "name": null
}, - "dimensions": {
- "project": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}
}, - "href": "/objects/general-ledger/account-allocation-run/97"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes an account allocation run.
key required | string System-assigned unique key for the account allocation run. Example: 178 |
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
}
}