PATCH
/
v1
/
pricelist
/
period
/
{id}

Path Parameters

id
string
required

The id of the period you want to update

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
validFrom
string

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

validTo
string

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

value
number

The value of the price

priceListId
string

A id that uniquely identifies this price list

Response

200 - application/json
description
string

Short description of the result of the action

id
string

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