Kombo · Example Payload

Kombo Putatsapplicationsapplicationidstage Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Putatsapplicationsapplicationidstage 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": "PutAtsApplicationsApplicationIdStage",
  "method": "PUT",
  "path": "/ats/applications/{application_id}/stage",
  "summary": "Move application to stage",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "stage_id": "3PJ8PZhZZa1eEdd2DtPNtVup"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {},
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}