Skip to main content
PATCH
/
pricebooks
/
{priceBookId}
Update Price Book
curl --request PATCH \
  --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId} \
  --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

Path Parameters

priceBookId
string
required

Body

application/json
name
string
required
description
string | null
required

Response

Price book updated successfully

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