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": "b12907e4-6352-4a91-b41b-2c0e33e39304",
"ShipToId": "fd03c35b-772c-4713-a825-b9adeeb73909",
"IsActive": true
},
{
"PartnerRoleId": "b12907e4-6352-4a91-b41b-2c0e33e39304",
"ShipToId": "fd03c35b-772c-4713-a825-b9adeeb73909",
"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>b12907e4-6352-4a91-b41b-2c0e33e39304</PartnerRoleId>
<ShipToId>fd03c35b-772c-4713-a825-b9adeeb73909</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>b12907e4-6352-4a91-b41b-2c0e33e39304</PartnerRoleId>
<ShipToId>fd03c35b-772c-4713-a825-b9adeeb73909</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>