Path Parameters
The ID of the client
The ID of the program
The ID of the entity
The frequency of the donation
Example:
2
The session ID
curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/frequency/{client_id}/{program_id}/{entity_id}/{frequency}/{session_id}
{
"status": "success",
"message": "<string>"
}
The ID of the client
The ID of the program
The ID of the entity
The frequency of the donation
2
The session ID
curl --request PUT \
--url https://api.helpyousponsor.com/v1/frontend/checkout/frequency/{client_id}/{program_id}/{entity_id}/{frequency}/{session_id}
{
"status": "success",
"message": "<string>"
}