Skip to main content
POST
Add a new donor

Path Parameters

client_id
integer
required

The id of the client

program_id
integer
required

The id of the program

session_id
string
required

The id of the session

Body

application/json

Donor data

username
string
Example:

"johndoe"

email
string
Example:

"johndoe@example.com"

password
string
Example:

"password123"

Response

Successful operation

redirect_url
string
Example:

"frontend/donor_view/1/1/1"

status
string
Example:

"success"