curl --request POST \
--url https://app.herondata.io/api/iso_applications/reprocess/{heron_id} \
--header 'x-api-key: <api-key>'
{
"failed": [
"<string>"
],
"succeeded": [
"<string>"
]
}
Use this endpoint to trigger reprocessing of a specific ISO application. This will re-run the parsing and validation process for the specified application.
curl --request POST \
--url https://app.herondata.io/api/iso_applications/reprocess/{heron_id} \
--header 'x-api-key: <api-key>'
{
"failed": [
"<string>"
],
"succeeded": [
"<string>"
]
}
The heron_id of the ISO application to reprocess
OK
The response is of type object
.