GET api/OperaOrders/GetNewBatchNumber
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TransactionBatchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CreationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CreationDate": "2025-12-06T02:00:50.2550201+00:00"
}
application/xml, text/xml
Sample:
<TransactionBatchDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMH.DTO.Download"> <CreationDate>2025-12-06T02:00:50.2550201+00:00</CreationDate> <Id>1</Id> </TransactionBatchDTO>