GET pricelists
list all pricelists
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InitPro.Ida.Web.Api.Dto.PricelistName | Description | Type | Additional information |
---|---|---|---|
PricelistId |
pricelist identifier |
integer |
None. |
Key |
the key of the pricelist |
string |
None. |
Name |
name of pricelist in clear text |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PricelistId": 1, "Key": "sample string 2", "Name": "sample string 3" }, { "PricelistId": 1, "Key": "sample string 2", "Name": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfPricelist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Web.Api.Dto"> <Pricelist> <Key>sample string 2</Key> <Name>sample string 3</Name> <PricelistId>1</PricelistId> </Pricelist> <Pricelist> <Key>sample string 2</Key> <Name>sample string 3</Name> <PricelistId>1</PricelistId> </Pricelist> </ArrayOfPricelist>