Upsert Custom Rebate Payout
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/upsertCustomRebatePayout
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
accuralRate |
|
accruedAmount |
|
aggregateId |
|
benefitId |
|
payoutMemberFieldName |
|
rebateAmount |
|
Outputs
Output | Details |
---|---|
programRebateTypePayoutSourceId |
|
Usage
Sample Request
Sample Response
{
"inputs":[{
"AggregateId":"0lcxx00004000002AAA",
"BenefitId":"0htxx00004000002AAA",
"RebateAmount":"2000"
}]
}
{
"errors":null,
"isSuccess":true,
"outputValues":{
"programRebateTypePayoutSourceId":"0ntxx00004000002AAA",
}
}