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
NameTypeAdditional informationDescription
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": "2024-03-28",
      "Created": "2024-03-28"
    },
    {
      "ID": 1,
      "DocumentHeaderId_Source": 4,
      "DocumentHeaderId_Allocation": 5,
      "SourceDocumentId": 4,
      "AllocatedToDocumentId": 5,
      "Total": 6.0,
      "Discount": 7.0,
      "Type": 1,
      "Modified": "2024-03-28",
      "Created": "2024-03-28"
    }
  ]
}