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

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Response

Price book cloned successfully

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