Logo
2cloudnine Payroll API API Documentation

Employee 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 '{"firstName":"firstName","lastName":"lastName","accountId":"123","tc9_pr__External_ID__c":"123","RecordType":{"Name":"Employee"}}'

ENDPOINTS