cURL
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 }
Creates a new price book
Price book created successfully