Process Rebate CSV Files
Process an uploaded CSV file using Bulk API 2.0 and convert the
file’s data into records in the target object.
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/rebatesProcessCSV
- Formats
- JSON, XML
- HTTP Methods
- GET, HEAD, POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
recordId |
|
entityAPIName |
|
lineEnding |
|
Usage
Sample Request
Sample Response
{
"inputs":[{
"recordId": "0io4S000000TPsyQAG",
"entityAPIName" : "TransactionJournal"
}]
}
{
"errors":null,
"isSuccess":true,
}