PUT api/v2/pricelists/{priceListId}/Update

Request

URI Parameters

NameDescriptionTypeAdditional information
priceListId

integer

Required

Body Parameters

UpdatePriceListFromIntegration
NameDescriptionTypeAdditional information
Id

integer

Identification

string

Expire

date

Active

boolean

ConsiderServiceCenterPriceListFromSampleOrWork

boolean

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Identification": "sample string 2",
  "Expire": "2026-05-05T22:56:42.6399144Z",
  "Active": true,
  "ConsiderServiceCenterPriceListFromSampleOrWork": true
}

text/html

Sample:
{"Id":1,"Identification":"sample string 2","Expire":"2026-05-05T22:56:42.6399144Z","Active":true,"ConsiderServiceCenterPriceListFromSampleOrWork":true}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.