Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Preferences saved
Example:
"Preferences Saved"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donor/field_options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "1",
"hysform_id": 1,
"donor": "['\''field'\'', '\''field'\'']",
"report_name": "Report 1",
"status": "Donor profile"
}'{
"message": "Preferences Saved"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Preferences saved
"Preferences Saved"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donor/field_options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "1",
"hysform_id": 1,
"donor": "['\''field'\'', '\''field'\'']",
"report_name": "Report 1",
"status": "Donor profile"
}'{
"message": "Preferences Saved"
}