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