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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Request information needed to update the price list

code
string

A code that uniquely identifies this price agreement

Maximum string length: 64

Response

Successfully created

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