POST api/v2/pricelists/Insert
Request
URI Parameters
Body Parameters
InsertPriceListFromIntegrationName | Description | Type | Additional information |
---|---|---|---|
Identification | string |
Required |
|
Expire | date | ||
Active | boolean |
Required |
|
ConsiderServiceCenterPriceListFromSampleOrWork | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "Identification": "sample string 1", "Expire": "2025-08-04T18:39:22.6517204Z", "Active": true, "ConsiderServiceCenterPriceListFromSampleOrWork": true }
text/html
Sample:
{"Identification":"sample string 1","Expire":"2025-08-04T18:39:22.6517204Z","Active":true,"ConsiderServiceCenterPriceListFromSampleOrWork":true}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1