Pay Transaction 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 -X POST 'undefined/services/data/vundefined/sobjects/:SOBJECT_API_NAME' -H 'Content-Type: application/json' -H 'Authorization: Bearer undefined' -d '{"tc9_pr__Assignment__r":{"tc9_pr__External_ID__c":"\u003cassignment_id\u003e"},"tc9_pr__Payee__r":{"tc9_pr__External_ID__c":"\u003cpayee_id\u003e"},"tc9_pr__Employee__r":{"tc9_pr__External_ID__c":"\u003cemployee_id\u003e"},"tc9_pr__Payment_Entity__r":{"tc9_pr__External_ID__c":"\u003cpayment_entity_id\u003e"},"tc9_et__Invoice_Tax_ID__r":{"tc9_pr__External_ID__c":"\u003cinvoice_tax_id\u003e"},"tc9_pr__Pay_Code__r":{"tc9_pr__External_ID__c":"\u003cpay_code_id\u003e"},"tc9_pr__Project_Code__r":{"tc9_pr__External_ID__c":"\u003cproject_code_id\u003e"},"tc9_et__Invoice_Schedule__r":{"tc9_pr__External_ID__c":"\u003cinvoice_schedule_id\u003e"},"tc9_pr__Schedule__r":{"tc9_pr__External_ID__c":"\u003cschedule_id\u003e"},"tc9_et__To_Be_Invoiced__c":"\u003cto_be_invoiced_value\u003e","tc9_pr__Entry_Date__c":"\u003centry_date\u003e","tc9_pr__Description__c":"\u003cdescription\u003e","tc9_et__Invoice_Rate__c":"\u003cinvoice_rate\u003e","tc9_pr__Pay_Rate__c":"\u003cpay_rate\u003e","tc9_pr__Quantity__c":"\u003cquantity\u003e","tc9_pr__Transaction_Type__c":"\u003ctransaction_type\u003e","RecordTypeId":"\u003crecord_type_id\u003e","tc9_pr__External_ID__c":"\u003cexternal id\u003e"}'