Logo
2cloudnine Payroll API API Documentation

Timesheet Item Insert

POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Authorization
string




RESPONSES

status





Curl
curl -X POST 'undefined/services/data/vundefined/sobjects/:SOBJECT_API_NAME' -H 'Content-Type: application/json' -H 'Authorization: Bearer undefined' -d '{"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}'

ENDPOINTS