Onboarding
Create a new associated person document
Creates a new associated person document.
post/applications/associated-people/{associatedPersonId}/documents
Path parameters
associatedPersonIdstring uuid required
The ID of the associated person to work with.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
Response
Created
Example response
{
"id": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"associatedPersonId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"purpose": "PROOF_OF_IDENTITY",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}