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": "3ef1b409-3c82-4f1d-bcf5-46d1eb317ceb",
"ShipToId": "e44e9e6b-4422-4788-b6e3-0435b8dbec15",
"IsActive": true
},
{
"PartnerRoleId": "3ef1b409-3c82-4f1d-bcf5-46d1eb317ceb",
"ShipToId": "e44e9e6b-4422-4788-b6e3-0435b8dbec15",
"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>3ef1b409-3c82-4f1d-bcf5-46d1eb317ceb</PartnerRoleId>
<ShipToId>e44e9e6b-4422-4788-b6e3-0435b8dbec15</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>3ef1b409-3c82-4f1d-bcf5-46d1eb317ceb</PartnerRoleId>
<ShipToId>e44e9e6b-4422-4788-b6e3-0435b8dbec15</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>