GET api/warehousegroups/{warehouseGroupId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
warehouseGroupId

string

Required

Body Parameters

None.

Response Information

Resource Description

WarehouseGroup
NameDescriptionTypeAdditional information
WarehouseGroupId

string

None.

WarehouseGroupDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<WarehouseGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WarehouseGroupId>sample string 1</WarehouseGroupId>
  <WarehouseGroupDescription>sample string 2</WarehouseGroupDescription>
  <InsUpdDate>2024-04-25T12:31:23.9390326+02:00</InsUpdDate>
</WarehouseGroup>