POST Api/Warehouse/WarehouseWithIds

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WarehouseWithId
NameDescriptionTypeAdditional information
PartnerRoleId

globally unique identifier

None.

ShipToId

globally unique identifier

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PartnerRoleId": "90861f49-4b13-44ae-bac0-457fa462c300",
    "ShipToId": "071ebaf5-d1fa-4b48-b5c4-9a4c801ac741",
    "IsActive": true
  },
  {
    "PartnerRoleId": "90861f49-4b13-44ae-bac0-457fa462c300",
    "ShipToId": "071ebaf5-d1fa-4b48-b5c4-9a4c801ac741",
    "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>90861f49-4b13-44ae-bac0-457fa462c300</PartnerRoleId>
    <ShipToId>071ebaf5-d1fa-4b48-b5c4-9a4c801ac741</ShipToId>
  </WarehouseWithId>
  <WarehouseWithId>
    <IsActive>true</IsActive>
    <PartnerRoleId>90861f49-4b13-44ae-bac0-457fa462c300</PartnerRoleId>
    <ShipToId>071ebaf5-d1fa-4b48-b5c4-9a4c801ac741</ShipToId>
  </WarehouseWithId>
</ArrayOfWarehouseWithId>