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": "cfa932fd-a653-430d-a4f6-c561f6065f0e",
"ShipToId": "8bc1dc52-9fc9-43f4-ae5a-48fde4d05004",
"IsActive": true
},
{
"PartnerRoleId": "cfa932fd-a653-430d-a4f6-c561f6065f0e",
"ShipToId": "8bc1dc52-9fc9-43f4-ae5a-48fde4d05004",
"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>cfa932fd-a653-430d-a4f6-c561f6065f0e</PartnerRoleId>
<ShipToId>8bc1dc52-9fc9-43f4-ae5a-48fde4d05004</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>cfa932fd-a653-430d-a4f6-c561f6065f0e</PartnerRoleId>
<ShipToId>8bc1dc52-9fc9-43f4-ae5a-48fde4d05004</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>