cURL
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 }
Updates an existing price book
Price book updated successfully