curl --request POST \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/{index}/resolve/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"funder_heron_id": "<string>"
}
'{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}Resolve a pending match by selecting a funder. This will create the broker_funder record with the policy data and mark the pending match as resolved.
curl --request POST \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/{index}/resolve/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"funder_heron_id": "<string>"
}
'{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
The Heron ID of the upload job
The index of the pending match to resolve
Heron ID of the funder to match with
Was this page helpful?