Kombo · Example Payload

Kombo Postatsapplicationsapplicationidattachments Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postatsapplicationsapplicationidattachments 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": "PostAtsApplicationsApplicationIdAttachments",
  "method": "POST",
  "path": "/ats/applications/{application_id}/attachments",
  "summary": "Add attachment to application",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "attachment": {
          "name": "Frank Doe CV.txt",
          "data": "SGkgdGhlcmUsIEtvbWJvIGlzIGN1cnJlbnRseSBoaXJpbmcgZW5naW5lZXJzIHRoYXQgbG92ZSB0byB3b3JrIG9uIGRldmVsb3BlciBwcm9kdWN0cy4=",
          "type": "CV",
          "content_type": "text/plain"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {},
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}