GET api/Warehouse/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": "683bf8c7-2fdf-4b72-aa00-b6ed2cd0172b",
"CustomerId": "dcf28bfa-c749-4df5-9738-e5aed88ce6f0",
"WarehouseId": "d02354ff-f45b-46f3-b0ca-73cffbd1932a",
"TerritoryId": "c4667abf-f901-4e57-9fcc-c72b96784491",
"ProductId": "d486e16a-a9b8-4c6d-9713-97036db42694",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:42:57.3822321-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:42:57.3822321-05:00",
"EndDate": "2025-12-15T23:42:57.3822321-05:00",
"IsDeleted": 1
},
{
"Id": "683bf8c7-2fdf-4b72-aa00-b6ed2cd0172b",
"CustomerId": "dcf28bfa-c749-4df5-9738-e5aed88ce6f0",
"WarehouseId": "d02354ff-f45b-46f3-b0ca-73cffbd1932a",
"TerritoryId": "c4667abf-f901-4e57-9fcc-c72b96784491",
"ProductId": "d486e16a-a9b8-4c6d-9713-97036db42694",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:42:57.3822321-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:42:57.3822321-05:00",
"EndDate": "2025-12-15T23:42:57.3822321-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>dcf28bfa-c749-4df5-9738-e5aed88ce6f0</CustomerId>
<EndDate>2025-12-15T23:42:57.3822321-05:00</EndDate>
<Id>683bf8c7-2fdf-4b72-aa00-b6ed2cd0172b</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>d486e16a-a9b8-4c6d-9713-97036db42694</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:42:57.3822321-05:00</StartDate>
<TerritoryId>c4667abf-f901-4e57-9fcc-c72b96784491</TerritoryId>
<Updated>2025-12-15T23:42:57.3822321-05:00</Updated>
<WarehouseId>d02354ff-f45b-46f3-b0ca-73cffbd1932a</WarehouseId>
</AllocationData>
<AllocationData>
<AllocatedQty>2</AllocatedQty>
<CustomerId>dcf28bfa-c749-4df5-9738-e5aed88ce6f0</CustomerId>
<EndDate>2025-12-15T23:42:57.3822321-05:00</EndDate>
<Id>683bf8c7-2fdf-4b72-aa00-b6ed2cd0172b</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>d486e16a-a9b8-4c6d-9713-97036db42694</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:42:57.3822321-05:00</StartDate>
<TerritoryId>c4667abf-f901-4e57-9fcc-c72b96784491</TerritoryId>
<Updated>2025-12-15T23:42:57.3822321-05:00</Updated>
<WarehouseId>d02354ff-f45b-46f3-b0ca-73cffbd1932a</WarehouseId>
</AllocationData>
</ArrayOfAllocationData>