Add Rebate Member List
Add a list of members to a rebate program. The list of rebate members
is based on the accounts in the specified account list view.
This object is available in API version 51.0 and later for users with Rebate Management license.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/addRebateMemberList
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
Usage
Sample Request
Sample Response
{
"inputs":[{
"listViewId":"a07B0000007qbQOIAY",
"rebateProgramId":"x18Z1236547qbQOBCV",
"status": "Active"
"notificationPreference": "BlockAllEmails"
}]
}
{
"isSuccess":true
}