PUT
/
frontend
/
checkout
/
frequency
/
{client_id}
/
{program_id}
/
{entity_id}
/
{frequency}
/
{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>"
}

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

frequency
integer
required

The frequency of the donation

Example:

2

session_id
string
required

The session ID

Response

200 - application/json
Successful operation
status
string
Example:

"success"

message
string