PATCH
/
v1
/
priceagreement
/
link
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/priceagreement/link/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "priceAgreementId": "<string>",
  "validTo": "2022-05-12T13:18:05Z"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The id of the agreement link 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

The body is of type object.

Response

200
application/json

Successfully updated

The response is of type object.