Timesheet Item Insert
POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME
Request Body
{"tc9_et__Employee__r"=>{"tc9_pr__External_ID__c"=>"ExternalId1"}, "tc9_et__Payee__r"=>{"tc9_pr__External_ID__c"=>"ExternalId2"}, "tc9_et__Assignment__r"=>{"tc9_pr__External_ID__c"=>"ExternalId3"}, "tc9_et__Timesheet__r"=>{"tc9_pr__External_ID__c"=>"ExternalId4"}, "tc9_et__Payee_Allowance_Record__r"=>{"tc9_pr__External_ID__c"=>"ExternalId5"}, "tc9_et__Date_Incurred__c"=>"2023-07-31", "tc9_et__Quantity__c"=>1}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |