Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Committing CSV Export
The current version of a metadata configuration is available in the response of Checking Job Status. For example: "metaVersion": 8. If the underlying RTR Report Configuration record in a Salesforce org changes, then the previous commit is no longer valid for a delta export. A full export is scheduled next time.
Path Parameters
| URL Parameter | Sample Value | Description |
|---|---|---|
| csvGuid | 3b549543-d420-401a-b424-29c7f3c75713 | Enter the csvGuid value of the scheduled CSV export. This value is received as a response to the API request sent to Triggering CSV Exports API. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| businessyear | Yes | Integer | Enter the business year for which the CSV export must be triggered. |
| metaname | Yes | String | Enter the Internal Name of the RTR Report Configuration. |
| salesorg | Yes | String | Enter the Salesorg ID. |
Sample Request Body
1{
2 "salesorg": "0001",
3 "metaname": "IntegrationExportPromotion",
4 "businessyear": 2024
5}Sample Response Body
1{"csvGuid":"5a2cb107-bc1f-4995-a782-291ec3d62d55","commitdate":"Fri, 01 Aug 2025 13:02:28 GMT"}