GET api/Allocations/GetAllItems
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": "1e01f06d-45e1-4f10-b9e1-afe782c015f3",
"CustomerId": "40197d61-3470-460c-b478-d5978e39cc47",
"WarehouseId": "d5884ab5-de65-4377-bfb1-073680e4ddfc",
"TerritoryId": "5d8cbfa2-48fc-4e56-8506-493c06983e45",
"ProductId": "d6d11b8d-064f-4144-91d7-37da22f9f494",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:41:41.0077686-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:41:41.0077686-05:00",
"EndDate": "2025-12-15T23:41:41.0077686-05:00",
"IsDeleted": 1
},
{
"Id": "1e01f06d-45e1-4f10-b9e1-afe782c015f3",
"CustomerId": "40197d61-3470-460c-b478-d5978e39cc47",
"WarehouseId": "d5884ab5-de65-4377-bfb1-073680e4ddfc",
"TerritoryId": "5d8cbfa2-48fc-4e56-8506-493c06983e45",
"ProductId": "d6d11b8d-064f-4144-91d7-37da22f9f494",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:41:41.0077686-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:41:41.0077686-05:00",
"EndDate": "2025-12-15T23:41:41.0077686-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>40197d61-3470-460c-b478-d5978e39cc47</CustomerId>
<EndDate>2025-12-15T23:41:41.0077686-05:00</EndDate>
<Id>1e01f06d-45e1-4f10-b9e1-afe782c015f3</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>d6d11b8d-064f-4144-91d7-37da22f9f494</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:41:41.0077686-05:00</StartDate>
<TerritoryId>5d8cbfa2-48fc-4e56-8506-493c06983e45</TerritoryId>
<Updated>2025-12-15T23:41:41.0077686-05:00</Updated>
<WarehouseId>d5884ab5-de65-4377-bfb1-073680e4ddfc</WarehouseId>
</AllocationData>
<AllocationData>
<AllocatedQty>2</AllocatedQty>
<CustomerId>40197d61-3470-460c-b478-d5978e39cc47</CustomerId>
<EndDate>2025-12-15T23:41:41.0077686-05:00</EndDate>
<Id>1e01f06d-45e1-4f10-b9e1-afe782c015f3</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>d6d11b8d-064f-4144-91d7-37da22f9f494</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:41:41.0077686-05:00</StartDate>
<TerritoryId>5d8cbfa2-48fc-4e56-8506-493c06983e45</TerritoryId>
<Updated>2025-12-15T23:41:41.0077686-05:00</Updated>
<WarehouseId>d5884ab5-de65-4377-bfb1-073680e4ddfc</WarehouseId>
</AllocationData>
</ArrayOfAllocationData>