We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request that the current batch is closed / settled.
If you require additional data for your use case / scenario, please contact AEVI to discuss.
Request batchCloseRequest = new Request("batchClosure");
Response batchCloseResponse = new Response(batchCloseRequest, <outcome>, "Outcome message");
String closedSuccessfully = batchCloseResponse.wasSuccessful();
See main page