PUT api/v2/pricelists/{priceListId}/Update
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priceListId | integer |
Required |
Body Parameters
UpdatePriceListFromIntegration| Name | Description | Type | Additional 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
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.