This operation will return the price agreement for given id
cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the price agreement you want to fetch
The audit user to log the request
Successfully retrieved
A code that uniquely identifies this price agreement
64
The id of a price agreement
Was this page helpful?