/api/1.0/companies/cloudware/timeRecords
. The base path is implied in the rest of this document./
/{id}
/
/{id}
. They both work the same way, but PATCH is a more logical method to use if you only want to update parts of an object, and thus only submit the changed parts./{id}
..
. Example: field customer.name
will be returned as customerName
./batch
, passing along an object containing all the instructions. The input JSON structure is as follows:/batch
):{"create":[{"projectId":4598,"name":"First entry"},{"projectId":4598,"name":"Second entry"}]}
{"update":{"11362":{"name":"New name 1"},"11361":{"name":"New name 2"}}}
{"delete":[11357,11356]}