Skip to main content
GET
/
v1
/
pricelist
/
{id}
Retrieves the price list for the given priceListId
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/pricelist/{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 list you want to get

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successfully retrieved

code
string
required

A code that uniquely identifies this price list

Maximum string length: 64
id
string

ID to be used in API calls for this entity

Maximum string length: 64