v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUserFiles
Update the end user file's class
Use this endpoint to change the end user file's class. The file will be reprocessed as the new type.
patch/api/end_user_files/{heron_id}
Path parameters
heron_idstring required
Request body
Response
Ok
Example response
{
"bank_statement": {
"heron_id": "pdf_kfwFjLM8PT5LyGvnJdXL8H",
"status": "processed"
},
"iso_application": {
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed"
},
"parsed_results": [
{
"field_validations": [
{
"result": "pass"
}
]
}
]
}