POST api/RptOrderReports/OrderDateTimeList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Id": "e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5",
"CompId": "f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b",
"PartyName": "sample string 3",
"OrderDate": "2026-04-18T16:59:35.4569979+05:30"
},
{
"Id": "e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5",
"CompId": "f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b",
"PartyName": "sample string 3",
"OrderDate": "2026-04-18T16:59:35.4569979+05:30"
},
{
"Id": "e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5",
"CompId": "f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b",
"PartyName": "sample string 3",
"OrderDate": "2026-04-18T16:59:35.4569979+05:30"
}
]
text/html
Sample:
[{"Id":"e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5","CompId":"f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:35.4569979+05:30"},{"Id":"e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5","CompId":"f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:35.4569979+05:30"},{"Id":"e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5","CompId":"f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:35.4569979+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfOrderDatetimeFotDDLModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<OrderDatetimeFotDDLModel>
<CompId>f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b</CompId>
<Id>e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5</Id>
<OrderDate>2026-04-18T16:59:35.4569979+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
<OrderDatetimeFotDDLModel>
<CompId>f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b</CompId>
<Id>e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5</Id>
<OrderDate>2026-04-18T16:59:35.4569979+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
<OrderDatetimeFotDDLModel>
<CompId>f5bd0f43-6b4b-4859-8c9c-02f2d6067c4b</CompId>
<Id>e57e28f0-e4e3-4bb4-82cd-d7b1debe93d5</Id>
<OrderDate>2026-04-18T16:59:35.4569979+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
</ArrayOfOrderDatetimeFotDDLModel>