GET
/
v1
/
pricelist
/
{id}
{
  "code": "<string>",
  "id": "<string>"
}

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 length: 64
id
string

ID to be used in API calls for this entity

Maximum length: 64