curl --location -g --request PUT 'https://{{tenantname}}.onchannelcrm.app/api/TimeTrackItems/bulk' \
--header 'CCRMAuthorize: <api-key>' \
--header 'Content-Type: application/json;odata.metadata=minimal;odata.streaming=true' \
--data-raw '[
{
"id": "",
"timeTrackProjectId": "",
"activityId": "",
"employeeId": "",
"companyId": "",
"start": "",
"finish": "",
"duration": 0,
"originalDuration": 0,
"invoicingType": 1,
"hourlyRate": 0,
"mileageFee": 0,
"mileage": 0,
"expense": 0,
"total": 0,
"billOnFixedFee": true,
"toInvoice": true,
"isInvoiced": true,
"subject": "",
"notes": "",
"createdOn": "",
"changedOn": "",
"createdBy": "",
"changedBy": "",
"lockedAt": "",
"lockedBy": "",
"tStamp": ""
}
]'