Create Application
POST {{baseUrl}}/ats/applications?raw=false
Create Application
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
raw | boolean | Include raw response. Mostly used for debugging purposes |
Request Body
{"applicant_id"=>"12345", "job_id"=>"12345", "status"=>"open", "stage"=>{"id"=>"12345", "name"=>"12345"}, "pass_through"=>[{"service_id"=>"Ut aliquip", "operation_id"=>"labore minim in elit", "extend_object"=>{"labore0d"=>-1385039}, "extend_paths"=>[{"path"=>"$.nested.property", "value"=>{"TaxClassificationRef"=>{"value"=>"EUC-99990201-V1-00020000"}}}, {"path"=>"$.nested.property", "value"=>{"TaxClassificationRef"=>{"value"=>"EUC-99990201-V1-00020000"}}}]}, {"service_id"=>"eiusmod irure est ipsum", "operation_id"=>"amet nisi ullamco consequat", "extend_object"=>{"tempor_66"=>"dolor in", "reprehenderit8"=>57999603.562971026}, "extend_paths"=>[{"path"=>"$.nested.property", "value"=>{"TaxClassificationRef"=>{"value"=>"EUC-99990201-V1-00020000"}}}, {"path"=>"$.nested.property", "value"=>{"TaxClassificationRef"=>{"value"=>"EUC-99990201-V1-00020000"}}}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
x-apideck-service-id | string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status_code":200,"status":"OK","service":"sap-successfactors","resource":"Applications","operation":"add","data":{"id":"12345"}}