Data Loader Staging Data Rows REST Endpoints

Data Loader Staging Data Rows
Use the data loader staging data rows resource to view, modify, or delete imported data stored temporarily in interface tables. Later on, this staged data in interface tables is posted to target application tables.
Delete a staging data row
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/dataLoaderStagingData/{LoadRowId}
Get a staging data row
Method: get
Path: /fscmRestApi/resources/11.13.18.05/dataLoaderStagingData/{LoadRowId}
Get all staging data rows
Method: get
Path: /fscmRestApi/resources/11.13.18.05/dataLoaderStagingData
Retrieve the duplicate row
Method: post
Path: /fscmRestApi/resources/11.13.18.05/dataLoaderStagingData/{LoadRowId}/action/retrieveDuplicateRow
Update a staging data row
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/dataLoaderStagingData/{LoadRowId}