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": "2026-01-23T20:42:37.4269557+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>2026-01-23T20:42:37.4269557+00:00</CreationDate> <Id>1</Id> </TransactionBatchDTO>