GET
/
v1
/
priceagreement
/
{id}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/priceagreement/{id}
{
  "code": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The id of the price agreement you want to fetch

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Successfully retrieved
code
string

A code that uniquely identifies this price agreement

Maximum length: 64
id
string

The id of a price agreement

Maximum length: 64