v1
latestOpenAPI 3.0.02026-08-062903562.2 MBStaff Notification Setting
createCampaignStaffNotificationSetting
Create a Staff Notification Setting for Campaign
post/campaigns/{id}/staff-notification-settings
Path parameters
idinteger required
Example:227362
Primary identifier of Campaign
Request body
Example request
{
"scope_type": "Campaign_Manager",
"scope_id": 227362,
"member_id": 2012,
"chargebacks_category": true,
"fundraising_page_category": true,
"transactions_category": true
}Response
Success
Example response
{
"member_id": 2012,
"chargebacks_category": true,
"fundraising_page_category": true,
"transactions_category": true,
"id": 21003,
"created_at": "2019-04-23T10:25:03Z",
"updated_at": "2019-04-23T10:25:03Z",
"scope_type": "Campaign_Manager",
"scope_id": 227362
}