Skip to main content
POST
/
pricebooks
Create Price Book
curl --request POST \
  --url https://api.secure.quotivity.com/v1/pricebooks \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "id": "<string>",
  "accountId": "<string>",
  "name": "<string>",
  "description": "<string>",
  "bundleOptionId": "<string>",
  "isDeleted": true
}

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
description
string
required

Response

Price book created successfully

id
string
required
accountId
string
required
name
string
required
description
string | null
required
bundleOptionId
string | null
isDeleted
boolean