GET api/Territory/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": "42fc12f8-72db-4ea6-9f66-b5a60b88c574",
"CustomerId": "aea9c953-fa7b-448f-8916-7af108fea974",
"WarehouseId": "034b56fe-d18a-434b-99fd-472cbdf9f033",
"TerritoryId": "2e89cf37-6be8-45bd-8265-fe72d5780cf5",
"ProductId": "7e652214-5cd9-4214-b6a2-0823124b46d4",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:42:57.2060045-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:42:57.2060045-05:00",
"EndDate": "2025-12-15T23:42:57.2060045-05:00",
"IsDeleted": 1
},
{
"Id": "42fc12f8-72db-4ea6-9f66-b5a60b88c574",
"CustomerId": "aea9c953-fa7b-448f-8916-7af108fea974",
"WarehouseId": "034b56fe-d18a-434b-99fd-472cbdf9f033",
"TerritoryId": "2e89cf37-6be8-45bd-8265-fe72d5780cf5",
"ProductId": "7e652214-5cd9-4214-b6a2-0823124b46d4",
"AllocatedQty": 2.0,
"Identifier": "sample string 3",
"Updated": "2025-12-15T23:42:57.2060045-05:00",
"SoldQty": 1.0,
"StartDate": "2025-12-15T23:42:57.2060045-05:00",
"EndDate": "2025-12-15T23:42:57.2060045-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>aea9c953-fa7b-448f-8916-7af108fea974</CustomerId>
<EndDate>2025-12-15T23:42:57.2060045-05:00</EndDate>
<Id>42fc12f8-72db-4ea6-9f66-b5a60b88c574</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>7e652214-5cd9-4214-b6a2-0823124b46d4</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:42:57.2060045-05:00</StartDate>
<TerritoryId>2e89cf37-6be8-45bd-8265-fe72d5780cf5</TerritoryId>
<Updated>2025-12-15T23:42:57.2060045-05:00</Updated>
<WarehouseId>034b56fe-d18a-434b-99fd-472cbdf9f033</WarehouseId>
</AllocationData>
<AllocationData>
<AllocatedQty>2</AllocatedQty>
<CustomerId>aea9c953-fa7b-448f-8916-7af108fea974</CustomerId>
<EndDate>2025-12-15T23:42:57.2060045-05:00</EndDate>
<Id>42fc12f8-72db-4ea6-9f66-b5a60b88c574</Id>
<Identifier>sample string 3</Identifier>
<IsDeleted>1</IsDeleted>
<ProductId>7e652214-5cd9-4214-b6a2-0823124b46d4</ProductId>
<SoldQty>1</SoldQty>
<StartDate>2025-12-15T23:42:57.2060045-05:00</StartDate>
<TerritoryId>2e89cf37-6be8-45bd-8265-fe72d5780cf5</TerritoryId>
<Updated>2025-12-15T23:42:57.2060045-05:00</Updated>
<WarehouseId>034b56fe-d18a-434b-99fd-472cbdf9f033</WarehouseId>
</AllocationData>
</ArrayOfAllocationData>