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": "2025-08-04T18:39:22.7017197Z",
  "Active": true,
  "ConsiderServiceCenterPriceListFromSampleOrWork": true
}

text/html

Sample:
{"Id":1,"Identification":"sample string 2","Expire":"2025-08-04T18:39:22.7017197Z","Active":true,"ConsiderServiceCenterPriceListFromSampleOrWork":true}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.