v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Create price lists

Create a new price list period

This operation will create a new price list period for the provided price list id

post/v1/pricelist/{id}/period

Path parameters

idstring required

The id of the price list to which you want to save the period

Query parameters

auditUserstring required

The audit user to log the request

Request body

validFromstring date-time

The RFC 3339 format date and time from what time the price list should be active. Cannot be null

validTostring date-time

The RFC 3339 format date and time when this price list should stop to be active. Cannot be greater than 'validFrom' of any other price list with the same 'code'. Can be null, which means this price list is active until this field is set

valuenumber

The value of the price

Example request

{
  "validFrom": "2022-05-12T13:18:05Z",
  "validTo": "2022-05-12T13:18:05Z"
}

Response

Successful created

descriptionstring

Short description of the result of the action

idstring

Will contain the ID of the resource that has been created or updated