POST
/
v1
/
pricelist
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Request information needed to create the price list

The body is of type object.

Response

201
application/json

Successfully created

The response is of type object.