Skip to main content
PUT

Recipes

1

1. Use 'Authorization' header to pass API key

2

2. As a result, the API returns the number of updated records.

You can update records by criteria using the search_criteria operator. All parameters that are not included in the search criteria will be considered as parameters for updating the fields of records found by the search criteria. You can use all search operators listed below the request. Search operators The request can contain all, some or none of the next search operators: Allowed permissions

Path Parameters

string
required
Custom object class name.

Body Parameters

string
Update value to the field defined in Custom Object class.
object
string
Record permissions. Format:
permission.<CRUD_operation>.access=<value>
permission.<CRUD_operation>.<option>=<value>
CRUD operations: create, read, update, delete.
CRUD access values: open, owner, open_for_users_ids, open_for_groups.
CRUD options: ids, groups.

Headers

string
required
A user or application session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
string
default:"ApiKey {your_api_key}"
API key from Dashboard. Expected format: ApiKey {your_api_key}. Must be used either QB-Token or Authorization.
string
User ID. The user ID of the user on whose behalf the request is being made.

Responses

A successful response
string
integer
integer
integer
array of objects
An error response