POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
priceGroup | The identifier of the price group | string | โ |
description | Description of the group. If not present will be automatically used the field priceGroup as description | string |
{
"success":true,
"code":200,
"message":"Inserimento/Update riuscito con successo.",
"errorObjects":[],
"insertedObjects":[
{"priceGroup":"BABY","description":"Baby"},
{"priceGroup":"JUNIOR","description":"Junior"},
{"priceGroup":"KID","description":"Kid"}
]
}