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": "48b364b2-ff21-42bb-89c9-b5354bfe940d",
"ShipToId": "5c2ccf20-6339-4e19-a0cd-f3f6d63d75ff",
"IsActive": true
},
{
"PartnerRoleId": "48b364b2-ff21-42bb-89c9-b5354bfe940d",
"ShipToId": "5c2ccf20-6339-4e19-a0cd-f3f6d63d75ff",
"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>48b364b2-ff21-42bb-89c9-b5354bfe940d</PartnerRoleId>
<ShipToId>5c2ccf20-6339-4e19-a0cd-f3f6d63d75ff</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>48b364b2-ff21-42bb-89c9-b5354bfe940d</PartnerRoleId>
<ShipToId>5c2ccf20-6339-4e19-a0cd-f3f6d63d75ff</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>