PATCH
/
v1
/
priceagreement
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/priceagreement/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The id of the price agreement 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 price agreement
code
string

A code that uniquely identifies this price agreement

Maximum length: 64

Response

200
application/json
Successfully updated
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