# Models

## The JobApplicationHRISResponse object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"JobApplicationHRISResponse":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"candidateId":{"type":"string","format":"uuid"},"email":{"type":"string","format":"email"},"phone":{"type":"string"},"applicationId":{"type":"string","format":"uuid"},"jobTitle":{"type":"string"},"jobId":{"type":"string","format":"uuid"},"department":{"type":"string"},"officeLocation":{"type":"string"},"employmentType":{"type":"string"},"jobApplicationStatuses":{"type":"array","items":{"$ref":"#/components/schemas/JobApplicationStatus"}},"position":{"type":"string"},"requisitionId":{"type":"string"},"startDate":{"type":"string","format":"date"},"salary":{"type":"integer"},"jobApplicationLastStatusUpdate":{"type":"string","format":"date-time"}}},"JobApplicationStatus":{"type":"object","properties":{"statusName":{"type":"string"},"statusUpdatedAt":{"type":"string","format":"date-time"}}}}}}
```

## The JobApplicationStatus object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"JobApplicationStatus":{"type":"object","properties":{"statusName":{"type":"string"},"statusUpdatedAt":{"type":"string","format":"date-time"}}}}}}
```

## The inline\_response\_400 object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"inline_response_400":{"type":"object","properties":{"error":{"type":"string"}}}}}}
```

## The inline\_response\_401 object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"inline_response_401":{"type":"object","properties":{"error":{"type":"string"}}}}}}
```

## The inline\_response\_429 object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"inline_response_429":{"type":"object","properties":{"error":{"type":"string"}}}}}}
```

## The inline\_response\_500 object

```json
{"openapi":"3.0.4","info":{"title":"Flo Recruit API","version":"1.0.0"},"components":{"schemas":{"inline_response_500":{"type":"object","properties":{"error":{"type":"string"}}}}}}
```
