POST
/
frontend
/
entity
/
save
/
{client_id}
/
{program_id}
/
{entity_id}
/
{session_id}
curl --request POST \
  --url https://api.helpyousponsor.com/v1/frontend/entity/save/{client_id}/{program_id}/{entity_id}/{session_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "sponsorship_amount": 123
}'
{
  "message": "<string>",
  "session_id": "<string>"
}

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

entity_id
integer
required

The ID of the entity

session_id
string
required

The ID of the session

Body

application/json
Details of the entity to be saved
sponsorship_amount
integer

The sponsorship amount

Response

200
application/json
Successful operation
message
string

Success message

session_id
string

The ID of the session