OPTIONS api/RptOrderReports/OrderDateTimeList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f",
    "CompId": "322f4f74-88a9-4cd7-836e-037052f41953",
    "PartyName": "sample string 3",
    "OrderDate": "2026-04-18T16:59:40.2070597+05:30"
  },
  {
    "Id": "f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f",
    "CompId": "322f4f74-88a9-4cd7-836e-037052f41953",
    "PartyName": "sample string 3",
    "OrderDate": "2026-04-18T16:59:40.2070597+05:30"
  },
  {
    "Id": "f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f",
    "CompId": "322f4f74-88a9-4cd7-836e-037052f41953",
    "PartyName": "sample string 3",
    "OrderDate": "2026-04-18T16:59:40.2070597+05:30"
  }
]

text/html

Sample:
[{"Id":"f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f","CompId":"322f4f74-88a9-4cd7-836e-037052f41953","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:40.2070597+05:30"},{"Id":"f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f","CompId":"322f4f74-88a9-4cd7-836e-037052f41953","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:40.2070597+05:30"},{"Id":"f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f","CompId":"322f4f74-88a9-4cd7-836e-037052f41953","PartyName":"sample string 3","OrderDate":"2026-04-18T16:59:40.2070597+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>322f4f74-88a9-4cd7-836e-037052f41953</CompId>
    <Id>f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f</Id>
    <OrderDate>2026-04-18T16:59:40.2070597+05:30</OrderDate>
    <PartyName>sample string 3</PartyName>
  </OrderDatetimeFotDDLModel>
  <OrderDatetimeFotDDLModel>
    <CompId>322f4f74-88a9-4cd7-836e-037052f41953</CompId>
    <Id>f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f</Id>
    <OrderDate>2026-04-18T16:59:40.2070597+05:30</OrderDate>
    <PartyName>sample string 3</PartyName>
  </OrderDatetimeFotDDLModel>
  <OrderDatetimeFotDDLModel>
    <CompId>322f4f74-88a9-4cd7-836e-037052f41953</CompId>
    <Id>f3378ec2-ded4-4cfb-a82b-0a4bdb73a49f</Id>
    <OrderDate>2026-04-18T16:59:40.2070597+05:30</OrderDate>
    <PartyName>sample string 3</PartyName>
  </OrderDatetimeFotDDLModel>
</ArrayOfOrderDatetimeFotDDLModel>