Handles the process of moving multiple entities to a different program,
curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/entities/move \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"entity_ids": [
"1,2"
],
"client_id": "<string>",
"new_program": "<string>"
}
'{
"message": "Entities successfully moved."
}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_...
Data required to move multiple entities
Entities moved successfully
"Entities successfully moved."
curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/entities/move \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"entity_ids": [
"1,2"
],
"client_id": "<string>",
"new_program": "<string>"
}
'{
"message": "Entities successfully moved."
}