Journal Batches REST Endpoints

Journal Batches
The journal batches resource is used to view journal batches, update batch completion status and reversal attributes, and delete journal batches. Note that for the PATCH action, you can only update the batch completion status and the reversal attributes. Updates to other attributes are not allowed.
Delete a batch
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/journalBatches/{JeBatchId}
Get a batch
Method: get
Path: /fscmRestApi/resources/11.13.18.05/journalBatches/{JeBatchId}
Get all batches
Method: get
Path: /fscmRestApi/resources/11.13.18.05/journalBatches
Update a batch
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/journalBatches/{JeBatchId}