v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUsers
Patch EndUser information
Update the end user information
patch/api/end_users/{end_user_id_or_heron_id}/end_user_information
Path parameters
end_user_id_or_heron_idstring required
Request body
Example request
{
"owner_1": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
},
"owner_2": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
}
}Response
OK
Example response
{
"owner_1": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
},
"owner_2": {
"date_of_birth": "1990-01-01",
"ownership_percentage": 100
},
"source_type": "iso_application_form"
}