POST api/v2/pricelists/Insert
Request
URI Parameters
Body Parameters
InsertPriceListFromIntegration| Name | 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": "2026-05-05T22:56:42.0798962Z",
"Active": true,
"ConsiderServiceCenterPriceListFromSampleOrWork": true
}
text/html
Sample:
{"Identification":"sample string 1","Expire":"2026-05-05T22:56:42.0798962Z","Active":true,"ConsiderServiceCenterPriceListFromSampleOrWork":true}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1