POST Api/Warehouse/WarehouseWithIds
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WarehouseWithId| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerRoleId | globally unique identifier |
None. |
|
| ShipToId | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PartnerRoleId": "97ec2f3d-2e9e-47ec-ae03-dd3da6d125a8",
"ShipToId": "0b00e463-8ec1-4ce5-8258-bfdb9fcdccc4",
"IsActive": true
},
{
"PartnerRoleId": "97ec2f3d-2e9e-47ec-ae03-dd3da6d125a8",
"ShipToId": "0b00e463-8ec1-4ce5-8258-bfdb9fcdccc4",
"IsActive": true
}
]
application/xml, text/xml
Sample:
<ArrayOfWarehouseWithId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>97ec2f3d-2e9e-47ec-ae03-dd3da6d125a8</PartnerRoleId>
<ShipToId>0b00e463-8ec1-4ce5-8258-bfdb9fcdccc4</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>97ec2f3d-2e9e-47ec-ae03-dd3da6d125a8</PartnerRoleId>
<ShipToId>0b00e463-8ec1-4ce5-8258-bfdb9fcdccc4</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>