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-06-16T20:13:54.9342532Z",
"Active": true,
"ConsiderServiceCenterPriceListFromSampleOrWork": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Expire":"2026-06-16T20:13:54.9342532Z","Active":true,"ConsiderServiceCenterPriceListFromSampleOrWork":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.