POST call, passing a JSON body as specified below.{
"success":true
}
{
"success":false,
"message":"missing_params"
}
{
"priceList": "LIST_1001_2",
"priceListType": "SALE",
"entities": [
{
"entityCode": "2"
},
{
"entityCode": "60"
}
]
}
| Field | Description | Type | Mandatory |
|---|---|---|---|
| priceList | Price list code | String | ✓ (if saleCode is not set) |
| saleCode | Profile sale code | String | ✓ (if priceList is not set) |
| period | Period of the sale | Int | ✓ (if saleCode is set) |
| priceListType | Price list type | String | ✓ |
| entities | List of entity | array (max 100 elements) | ✓ |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| entityCode | Entity code | String | ✓ |