POST api/v2/pricelists/Insert

Request

URI Parameters

Body Parameters

InsertPriceListFromIntegration
NameDescriptionTypeAdditional 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

integer

Response Format

application/json, text/json, text/html

Sample:
1