GET api/Inventory/InventoryRelationshipTypeSelectionType/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

IInventoryRelationshipTypeSelectionType
NameDescriptionTypeAdditional information
ID

integer

None.

RelationshipTypeID

integer

None.

SelectionTypeID

integer

None.

Response Formats

application/xml, text/xml

Sample:
<InventoryRelationshipTypeSelectionType>
  <ID>0</ID>
  <RelationshipTypeID />
  <SelectionTypeID />
</InventoryRelationshipTypeSelectionType>

application/json, text/json

Sample:
{
  "ID": 0
}