POST call, passing a JSON body as specified below.{
"success":true
}
{
"success":false,
"message":"missing_params"
}
{
"priceList": "LIST_1001",
"priceListType": "SALE",
"description": "Test api",
"startDate": "2021-01-01",
"endDate": "2021-01-02",
"currency": "EUR",
"active": "T"
}
| Field | Description | Type | Mandatory |
|---|---|---|---|
| priceList | Price list code | String | ✓ |
| priceListType | Price list type | String | ✓ |
| description | Price description | String | ✓ |
| startDate | Start date (yyyy-MM-dd) | String | ✓ |
| endDate | End date (yyyy-MM-dd) | String | ✓ |
| currency | Currency | String | ✓ |
| active | Active T/F | String | ✓ |