GET api/inventory/InventoryShopping/GetRetailRankPriceTypeIDs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of integer

Response Formats

application/xml, text/xml

Sample:
<ListOfInt32>
  <Int32>1</Int32>
  <Int32>2</Int32>
</ListOfInt32>

application/json, text/json

Sample:
[
  1,
  2
]