Sign in

Update price book

documented

Update a Price Book.

PUT /PriceBooks/{PRICE_BOOK_ID}Price Booksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.na1.insightly.com/v3.1/PriceBooks/{{$price_book_id}}" \
  -X PUT \
  -H "Authorization: Basic {{INSIGHTLY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "If-Match: {{$etag}}" \
  -d '{"NAME": "{{$name}}", "DESCRIPTION": "{{$description}}", "CURRENCY": "{{$currency}}", "ACTIVE": {{$active}} }'
Update price book · insightly · OpenIntegrations