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": "5c3f469b-70c0-4ef8-be13-128aeb38fe4a",
"ShipToId": "9acb78de-9d79-484a-9dec-8475519cc806",
"IsActive": true
},
{
"PartnerRoleId": "5c3f469b-70c0-4ef8-be13-128aeb38fe4a",
"ShipToId": "9acb78de-9d79-484a-9dec-8475519cc806",
"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>5c3f469b-70c0-4ef8-be13-128aeb38fe4a</PartnerRoleId>
<ShipToId>9acb78de-9d79-484a-9dec-8475519cc806</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>5c3f469b-70c0-4ef8-be13-128aeb38fe4a</PartnerRoleId>
<ShipToId>9acb78de-9d79-484a-9dec-8475519cc806</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>