Onboarding
Respond to an associated person information request item
Submits a response to a specific required information item on an information request for an associated person.
post/applications/{applicationId}/information-requests/{informationRequestId}/associated-people/{associatedPersonId}/respond
Path parameters
applicationIdstring uuid required
The ID of the application to work with.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
informationRequestIdstring uuid required
The ID of the information request to respond to.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
associatedPersonIdstring uuid required
The ID of the associated person to work with.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
Request body
Example request
{
"code": "PROOF_OF_ADDRESS",
"response": "We process approximately 500 transactions per month.",
"notApplicable": false
}Response
OK
Example response
{
"code": "string",
"response": "We process approximately 500 transactions per month.",
"notApplicable": false,
"createdAt": "2019-08-24T14:15:22Z",
"id": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"informationRequestId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
}