Add a new applicant

View as Markdown

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.
givenNamesstringRequired
familyNamestringRequired
dobdateRequired
emailAddressstringRequiredformat: "email"
phoneNumberstringRequired
postalAddressstringRequired

Response

OK
idstringformat: "uuid"
givenNamesstring
familyNamestring
dobdate
emailAddressstringformat: "email"
phoneNumberstring
postalAddressstring

Errors

400
Bad Request Error