GET api/Allocations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AllocationData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| WarehouseId | globally unique identifier |
None. |
|
| TerritoryId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AllocatedQty | decimal number |
Required |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| SoldQty | decimal number |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "fa7ed2be-d2db-41b3-a048-d07cdb14e284",
"CustomerId": "186d1d53-254f-45cc-b71f-26b3c384b9ea",
"WarehouseId": "26a8bc2d-f939-4ea0-80f4-05c0f319e34b",
"TerritoryId": "2d82b4f1-d23f-48f9-88de-12896890f6b0",
"ProductId": "6d05661e-25cb-461e-8b8a-53bdda3a125b",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:39:34.4887135-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:39:34.4887135-05:00",
"EndDate": "2025-12-15T23:39:34.4887135-05:00",
"IsDeleted": 1
},
{
"Id": "fa7ed2be-d2db-41b3-a048-d07cdb14e284",
"CustomerId": "186d1d53-254f-45cc-b71f-26b3c384b9ea",
"WarehouseId": "26a8bc2d-f939-4ea0-80f4-05c0f319e34b",
"TerritoryId": "2d82b4f1-d23f-48f9-88de-12896890f6b0",
"ProductId": "6d05661e-25cb-461e-8b8a-53bdda3a125b",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:39:34.4887135-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:39:34.4887135-05:00",
"EndDate": "2025-12-15T23:39:34.4887135-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfAllocationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<AllocationData>
<AllocatedQty>2</AllocatedQty>
<CustomerId>186d1d53-254f-45cc-b71f-26b3c384b9ea</CustomerId>
<EndDate>2025-12-15T23:39:34.4887135-05:00</EndDate>
<Id>fa7ed2be-d2db-41b3-a048-d07cdb14e284</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>6d05661e-25cb-461e-8b8a-53bdda3a125b</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:39:34.4887135-05:00</StartDate>
<TerritoryId>2d82b4f1-d23f-48f9-88de-12896890f6b0</TerritoryId>
<Updated>2025-12-15T23:39:34.4887135-05:00</Updated>
<WarehouseId>26a8bc2d-f939-4ea0-80f4-05c0f319e34b</WarehouseId>
</AllocationData>
<AllocationData>
<AllocatedQty>2</AllocatedQty>
<CustomerId>186d1d53-254f-45cc-b71f-26b3c384b9ea</CustomerId>
<EndDate>2025-12-15T23:39:34.4887135-05:00</EndDate>
<Id>fa7ed2be-d2db-41b3-a048-d07cdb14e284</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>6d05661e-25cb-461e-8b8a-53bdda3a125b</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:39:34.4887135-05:00</StartDate>
<TerritoryId>2d82b4f1-d23f-48f9-88de-12896890f6b0</TerritoryId>
<Updated>2025-12-15T23:39:34.4887135-05:00</Updated>
<WarehouseId>26a8bc2d-f939-4ea0-80f4-05c0f319e34b</WarehouseId>
</AllocationData>
</ArrayOfAllocationData>