Get a pricelist for company

Gets a CompanyPriceList for the specified Company. Returns null if the PriceList does not exist.

Request
query Parameters
companyId
required
integer <int32>

The internal id of the Company for which the PriceList is fetched.

pricelistId
required
integer <int32>

The internal id of the PriceList to fetch.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/GetCompanyPricelist
Response samples
{
  • "Id": 0,
  • "ParentId": 0,
  • "Name": "string",
  • "Description": "string",
  • "Agreement": "string",
  • "Type": 0,
  • "IsActive": true,
  • "PriceRule": {
    },
  • "PopulationRules": [
    ],
  • "CurrencyId": 0,
  • "IsExclusive": true
}