PATCH
/
v1
/
pricelist
/
period
/
{id}
curl --request PATCH \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/pricelist/period/{id}' \
  --header 'Content-Type: application/json' \
  --data '{
  "validFrom": "2022-05-12T13:18:05Z",
  "validTo": "2022-05-12T13:18:05Z",
  "value": 123,
  "priceListId": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>"
}

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

Request information needed to update the period

validFrom
string

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

Example:

"2022-05-12T13:18:05Z"

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

Example:

"2022-05-12T13:18:05Z"

value
number

The value of the price

priceListId
string

A id that uniquely identifies this price list

Maximum length: 64

Response

200
application/json

Successfully updated the period

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

Enfuce is a principal member of Visa and Mastercard. Enfuce License Services Ltd is an Electronic Money Institution authorised by the the Finnish Financial Supervisory Authority (registered no. 2992502-3).
Registered address: Metsänneidonkuja 12, 02130 Espoo, Finland.

Enfuce UK Ltd is an Electronic Money Institution authorised by the Financial Conduct Authority (Firm Reference Number: 993783), and is a company registered in England and Wales (Company No. 13978639).
Registered office address at 1 Chapel Street, Warwick, United Kingdom, CV34 4HL.

© Enfuce Financial Services Ltd 2025