Kombo · Example Payload

Kombo Postatscustomaviontesyncedjobs Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postatscustomaviontesyncedjobs Example is an example object payload from Kombo, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "PostAtsCustomAvionteSyncedJobs",
  "method": "POST",
  "path": "/ats/custom/avionte/synced-jobs",
  "summary": "Add a job to be synced",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "job_remote_id": "12345"
      }
    }
  ],
  "responseExamples": []
}