Posts data to add a new entity based on the provided program ID.
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/entity/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"en_child_name": "<string>",
"en_gender": "<string>",
"en_test_checkbox_2": "<string>",
"program_id": 123,
"sp_num": "<string>",
"sp_amount": "<string>"
}
'{
"message": "Entity Profile saved"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
Program ID
Data required for adding a new entity
Entity added successfully
"Entity Profile saved"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/entity/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"en_child_name": "<string>",
"en_gender": "<string>",
"en_test_checkbox_2": "<string>",
"program_id": 123,
"sp_num": "<string>",
"sp_amount": "<string>"
}
'{
"message": "Entity Profile saved"
}