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": "0d05954e-b739-41fe-bcb2-d26dbe0d08b0",
"CompId": "eaace886-73bf-4194-8010-cdad2f7499c9",
"PartyName": "sample string 3",
"OrderDate": "2025-11-02T15:57:18.5470151+05:30"
},
{
"Id": "0d05954e-b739-41fe-bcb2-d26dbe0d08b0",
"CompId": "eaace886-73bf-4194-8010-cdad2f7499c9",
"PartyName": "sample string 3",
"OrderDate": "2025-11-02T15:57:18.5470151+05:30"
},
{
"Id": "0d05954e-b739-41fe-bcb2-d26dbe0d08b0",
"CompId": "eaace886-73bf-4194-8010-cdad2f7499c9",
"PartyName": "sample string 3",
"OrderDate": "2025-11-02T15:57:18.5470151+05:30"
}
]
text/html
Sample:
[{"Id":"0d05954e-b739-41fe-bcb2-d26dbe0d08b0","CompId":"eaace886-73bf-4194-8010-cdad2f7499c9","PartyName":"sample string 3","OrderDate":"2025-11-02T15:57:18.5470151+05:30"},{"Id":"0d05954e-b739-41fe-bcb2-d26dbe0d08b0","CompId":"eaace886-73bf-4194-8010-cdad2f7499c9","PartyName":"sample string 3","OrderDate":"2025-11-02T15:57:18.5470151+05:30"},{"Id":"0d05954e-b739-41fe-bcb2-d26dbe0d08b0","CompId":"eaace886-73bf-4194-8010-cdad2f7499c9","PartyName":"sample string 3","OrderDate":"2025-11-02T15:57:18.5470151+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>eaace886-73bf-4194-8010-cdad2f7499c9</CompId>
<Id>0d05954e-b739-41fe-bcb2-d26dbe0d08b0</Id>
<OrderDate>2025-11-02T15:57:18.5470151+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
<OrderDatetimeFotDDLModel>
<CompId>eaace886-73bf-4194-8010-cdad2f7499c9</CompId>
<Id>0d05954e-b739-41fe-bcb2-d26dbe0d08b0</Id>
<OrderDate>2025-11-02T15:57:18.5470151+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
<OrderDatetimeFotDDLModel>
<CompId>eaace886-73bf-4194-8010-cdad2f7499c9</CompId>
<Id>0d05954e-b739-41fe-bcb2-d26dbe0d08b0</Id>
<OrderDate>2025-11-02T15:57:18.5470151+05:30</OrderDate>
<PartyName>sample string 3</PartyName>
</OrderDatetimeFotDDLModel>
</ArrayOfOrderDatetimeFotDDLModel>