Skip to main content
PATCH
/
pricebooks
/
{priceBookId}
Update Price Book
curl --request PATCH \
  --url https://api.quote.hapily.com/v1/pricebooks/{priceBookId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Body

application/json
name
string
required
description
string

Response

Price book updated successfully