GET Allocation/Get
Gets a list of Allocations.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Allocation| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Allocation |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"DocumentHeaderId_Source": 4,
"DocumentHeaderId_Allocation": 5,
"SourceDocumentId": 4,
"AllocatedToDocumentId": 5,
"Total": 6.0,
"Discount": 7.0,
"Type": 1,
"Modified": "2025-11-15",
"Created": "2025-11-15"
},
{
"ID": 1,
"DocumentHeaderId_Source": 4,
"DocumentHeaderId_Allocation": 5,
"SourceDocumentId": 4,
"AllocatedToDocumentId": 5,
"Total": 6.0,
"Discount": 7.0,
"Type": 1,
"Modified": "2025-11-15",
"Created": "2025-11-15"
}
]
}