Skip to main content
PATCH
/
v1
/
priceagreement
/
{id}
Update a price agreement
curl --request PATCH \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/priceagreement/{id}' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{
  "description": "<string>",
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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 string length: 64

Response

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