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>", "effectiveStartDate": "<string>", "effectiveEndDate": "<string>" } '
{ "id": "<string>", "accountId": "<string>", "name": "<string>", "description": "<string>", "bundleOptionId": "<string>", "isDeleted": true, "effectiveStartDate": "<string>", "effectiveEndDate": "<string>" }
Updates an existing price book
ISO date string (e.g. "2025-01-01"). Requires PRICE_BOOK_EFFECTIVE_DATES feature.
ISO date string (e.g. "2025-12-31"). Requires PRICE_BOOK_EFFECTIVE_DATES feature.
Price book updated successfully