Parameter name | Value | Description |
---|---|---|
requests[] |
list |
Batch operations. |
requests[].path |
string |
Path request of the API operation (e.g: "/api/2.0/scheduling/companies"). |
requests[].method |
string |
Method of the API operation. Values: "POST", "GET", "DELETE", "UPDATE" |
requests[].body |
string |
Body object of the operation. |
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a list of operations with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
requests[] |
list |
Batch operations. |
requests[].path |
string |
Path request of the API operation (e.g: "/api/2.0/scheduling/companies"). |
requests[].method |
boolean |
Method of the API operation. Values: "POST", "GET", "DELETE", "UPDATE" |
requests[].body |
string |
Body object of the operation. |
If successful, this method returns a response content in the response body:
With the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
responses[] |
list |
Batch operations responses. |
responses[].path |
object |
Path request of the API operation (e.g: "/api/2.0/scheduling/companies"). |
responses[].method |
object |
Method of the API operation. Values: "POST", "GET", "DELETE", "UPDATE" |
responses[].response |
string |
Body object of the response. |
responses[].status |
integer |
Status code of the response. |