Pay Transaction Insert
POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME
Request Body
{"tc9_pr__Assignment__r"=>{"tc9_pr__External_ID__c"=>"<assignment_id>"}, "tc9_pr__Payee__r"=>{"tc9_pr__External_ID__c"=>"<payee_id>"}, "tc9_pr__Employee__r"=>{"tc9_pr__External_ID__c"=>"<employee_id>"}, "tc9_pr__Payment_Entity__r"=>{"tc9_pr__External_ID__c"=>"<payment_entity_id>"}, "tc9_et__Invoice_Tax_ID__r"=>{"tc9_pr__External_ID__c"=>"<invoice_tax_id>"}, "tc9_pr__Pay_Code__r"=>{"tc9_pr__External_ID__c"=>"<pay_code_id>"}, "tc9_pr__Project_Code__r"=>{"tc9_pr__External_ID__c"=>"<project_code_id>"}, "tc9_et__Invoice_Schedule__r"=>{"tc9_pr__External_ID__c"=>"<invoice_schedule_id>"}, "tc9_pr__Schedule__r"=>{"tc9_pr__External_ID__c"=>"<schedule_id>"}, "tc9_et__To_Be_Invoiced__c"=>"<to_be_invoiced_value>", "tc9_pr__Entry_Date__c"=>"<entry_date>", "tc9_pr__Description__c"=>"<description>", "tc9_et__Invoice_Rate__c"=>"<invoice_rate>", "tc9_pr__Pay_Rate__c"=>"<pay_rate>", "tc9_pr__Quantity__c"=>"<quantity>", "tc9_pr__Transaction_Type__c"=>"<transaction_type>", "RecordTypeId"=>"<record_type_id>", "tc9_pr__External_ID__c"=>"<external id>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |