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": "dbc7ac87-d85b-489f-a0b8-a70b8456f7a9",
"ShipToId": "0935d57e-f34e-489c-be50-845802729e64",
"IsActive": true
},
{
"PartnerRoleId": "dbc7ac87-d85b-489f-a0b8-a70b8456f7a9",
"ShipToId": "0935d57e-f34e-489c-be50-845802729e64",
"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>dbc7ac87-d85b-489f-a0b8-a70b8456f7a9</PartnerRoleId>
<ShipToId>0935d57e-f34e-489c-be50-845802729e64</ShipToId>
</WarehouseWithId>
<WarehouseWithId>
<IsActive>true</IsActive>
<PartnerRoleId>dbc7ac87-d85b-489f-a0b8-a70b8456f7a9</PartnerRoleId>
<ShipToId>0935d57e-f34e-489c-be50-845802729e64</ShipToId>
</WarehouseWithId>
</ArrayOfWarehouseWithId>