Skip to main content
GET
/
v1
/
priceagreement
/
{id}
Retrieves one price agreement
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/priceagreement/{id}' \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

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

Successfully retrieved

code
string

A code that uniquely identifies this price agreement

Maximum string length: 64
id
string

The id of a price agreement

Maximum string length: 64