Sustainability Batches REST Endpoints

Sustainability/Sustainability Batches
The processing of multiple sustainability records by generating a batch ID that's used as a reference for further processing, indicating the action to be taken. It's used for activity records and emission factor mappings. For activity records, it processes actions such as validate, post to ledger, cancel, and delete. For emission factor mapping, it processes the delete action.
Create one batch record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityProcessingBatches
Get all batch records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityProcessingBatches
Get one batch record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityProcessingBatches/{BatchId}
Process one batch entry
Method: post
Path: /fscmRestApi/resources/11.13.18.05/sustainabilityProcessingBatches/{BatchId}/action/process