POST
/
v1
/
priceagreement
/
{id}
/
period
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/priceagreement/{id}/period \
  --header 'Content-Type: application/json' \
  --data '{
  "lowest": false,
  "priceListId": "<string>",
  "code": "<string>",
  "type": "PER_EACH",
  "validFrom": "2022-05-12T13:18:05Z",
  "validTo": "2022-05-12T13:18:05Z",
  "value": 123
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

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

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Request information needed to update the price list

The body is of type object.

Response

201
application/json

Successfully created

The response is of type object.