curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/recordUpload \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "5",
"status": 5,
"hys_slug": "file_slug",
"hys_ext": "jpg",
"file_id": "821da627-08eb-458d-a119",
"box_url": "",
"name": "file_name",
"hys_type": "donor",
"hys_id": "1",
"type": "image/jpeg"
}
'{
"message": "Successfully posted to Box"
}API key generated from Developer Settings. Format: hys_...
Data for the record upload
Successfully posted to Box
"Successfully posted to Box"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/recordUpload \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "5",
"status": 5,
"hys_slug": "file_slug",
"hys_ext": "jpg",
"file_id": "821da627-08eb-458d-a119",
"box_url": "",
"name": "file_name",
"hys_type": "donor",
"hys_id": "1",
"type": "image/jpeg"
}
'{
"message": "Successfully posted to Box"
}