{ "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!" } ] } } ] }