People records represent an instance of a person and has attributes of Personal Details. An Employment record will reference a Person record and over time a person record may have one or more employment records attached to it
People Response - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
},
}
]
}
Create a New Person
Person to be added
object |
People Response
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
}, - "relationships": {
- "0": null,
- "nationality": {
- "data": {
- "id": "1",
- "type": "nationalities"
}
}, - "maritalCivilStatus": {
- "data": {
- "id": "4b30b724-26e1-4fcb-90f0-92936523133c",
- "type": "maritalCivilStatuses"
}
}
}
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Get Person by ID (Cintra Person ID)
People Response
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Update an existing person by ID (Cintra Person ID)
People Response
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
}, - "relationships": {
- "0": null,
- "nationality": {
- "data": {
- "id": "1",
- "type": "nationalities"
}
}, - "maritalCivilStatus": {
- "data": {
- "id": "4b30b724-26e1-4fcb-90f0-92936523133c",
- "type": "maritalCivilStatuses"
}
}
}, - "id": "906264f1-2dff-4f72-a10b-59918cf738d7"
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "people",
- "attributes": {
- "title": "Mr",
- "firstName": "John",
- "middleName": "Michael",
- "surname": "Doe",
- "gender": "Male",
- "dateOfBirth": "2001-11-17",
- "niNumber": "AA111111B",
- "addressPostcode": "E11 1EE",
- "addressLine1": "1 House",
- "addressLine2": "Vanilla Street",
- "addressLine3": "Eastern Sector",
- "addressLine4": "London",
- "addressCountry": "United Kingdom",
- "email": "totallyvalid@cintra.co.uk",
- "email2": "totallyvalid@cintra.co.uk",
- "knownAs": "Abur",
- "homeTelephone": "01111 111111",
- "mobileTelephone": 44111111111
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}