API ReferenceHr applications
Update application status and internal notes
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "http://localhost:18080/api/v1/hr/applications/string" \ -H "Content-Type: application/json" \ -d '{}'{
"coverLetterBlobId": "string",
"coverLetterFilename": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"cvBlobId": "string",
"cvFilename": "string",
"email": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"firstName": "string",
"id": "string",
"internalNotes": "string",
"ipAddress": "string",
"lastName": "string",
"message": "string",
"number": "string",
"pageUrl": "string",
"phone": "string",
"referrerUrl": "string",
"status": "new",
"submittedAt": "2019-08-24T14:15:22Z",
"tenantId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"userAgent": "string",
"utmCampaign": "string",
"utmContent": "string",
"utmMedium": "string",
"utmSource": "string",
"utmTerm": "string",
"vacancyId": "string",
"vacancySlugSnapshot": "string",
"vacancyTitleSnapshot": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}