Employers represent the legal employing entity (or company) which exist in an organisation. Every employment record must belong to an Employer
Employers Response - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "people",
- "attributes": {
- "name": "Rice - Doyle"
}, - "relationships": {
- "person": {
- "links": {
}
}
},
}
]
}
Get Employer by ID
Employer Response
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "employer",
- "attributes": {
- "name": "Rice - Doyle"
}, - "relationships": {
- "person": {
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}