Add a new applicant
Creates an applicant. givenNames, familyName, dob (YYYY-MM-DD) and emailAddress are required; phoneNumber and postalAddress are optional. Look the applicant up first (GET) to avoid creating a duplicate.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
givenNames
familyName
dob
emailAddress
phoneNumber
postalAddress
Response
OK
id
givenNames
familyName
dob
emailAddress
phoneNumber
postalAddress
Errors
400
Bad Request Error

