Delete pricelist from company

Deletes a PriceList for the specified Company. If the PriceList is the last one on any company it will be inactivated. Note that only Reseller priceLists can be deleted. Any attempt to delete an other priceList type will render an Internal Server Error.

Request
query Parameters
companyId
required
integer <int32>

The internal id of the Company.

pricelistId
required
integer <int32>

The internal id of the priceList to delete for the Company.

updatedBy
string

Account internal id of current user.

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

post/CustomerService.svc/rest/DeleteCompanyPricelist
Response samples
[
  • {
    }
]