POST api/RptOrderReports/OrderReportList
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:
{
"CompId": "16094103-e752-4060-8394-3f075b05b60f",
"FromDate": "2026-04-18T16:59:04.5011223+05:30",
"UptoDate": "2026-04-18T16:59:04.5011223+05:30",
"TotalNetAmt": "sample string 4",
"TotalAverageAmount": 5.0,
"TotalNetQty1": 6.0,
"TotalNetQty2": 7.0,
"OrderType": 8,
"DecimalPlace1": 9,
"DecimalPlace2": 10,
"TranactionType": "sample string 11",
"CreditSales": true,
"CashSales": true,
"CreditSalesReturn": true,
"CashSalesReturn": true,
"PageNo": 16,
"NoOfRecordsPerPage": 17,
"TotalNoOfRecord": 18,
"populateType": "sample string 19",
"PartyName": "sample string 20",
"OrderDate": "2026-04-18T16:59:04.5011223+05:30",
"ddlSelect2From": "ea442b66-788e-4893-a46b-edb72dcad0bc",
"ddlSelect2Upto": "9ce590ae-e714-47a6-a7b1-2f8fcbebbcb6",
"OrderReportDataModels": [
{
"ItemID": "067f6576-0779-450a-97ea-e054502cce9c",
"ItemName": "sample string 2",
"ItemShortName": "sample string 3",
"ItrnType": 4,
"Quantity1": 5.0,
"Quantity2": 6.0,
"NetAmount": 7.0,
"StrNetAmount": "sample string 8",
"AverageAmount": "sample string 9",
"ChangeInPercentage": "sample string 10",
"RowNumber": 11
},
{
"ItemID": "067f6576-0779-450a-97ea-e054502cce9c",
"ItemName": "sample string 2",
"ItemShortName": "sample string 3",
"ItrnType": 4,
"Quantity1": 5.0,
"Quantity2": 6.0,
"NetAmount": 7.0,
"StrNetAmount": "sample string 8",
"AverageAmount": "sample string 9",
"ChangeInPercentage": "sample string 10",
"RowNumber": 11
},
{
"ItemID": "067f6576-0779-450a-97ea-e054502cce9c",
"ItemName": "sample string 2",
"ItemShortName": "sample string 3",
"ItrnType": 4,
"Quantity1": 5.0,
"Quantity2": 6.0,
"NetAmount": 7.0,
"StrNetAmount": "sample string 8",
"AverageAmount": "sample string 9",
"ChangeInPercentage": "sample string 10",
"RowNumber": 11
}
]
}
text/html
Sample:
{"CompId":"16094103-e752-4060-8394-3f075b05b60f","FromDate":"2026-04-18T16:59:04.5011223+05:30","UptoDate":"2026-04-18T16:59:04.5011223+05:30","TotalNetAmt":"sample string 4","TotalAverageAmount":5.0,"TotalNetQty1":6.0,"TotalNetQty2":7.0,"OrderType":8,"DecimalPlace1":9,"DecimalPlace2":10,"TranactionType":"sample string 11","CreditSales":true,"CashSales":true,"CreditSalesReturn":true,"CashSalesReturn":true,"PageNo":16,"NoOfRecordsPerPage":17,"TotalNoOfRecord":18,"populateType":"sample string 19","PartyName":"sample string 20","OrderDate":"2026-04-18T16:59:04.5011223+05:30","ddlSelect2From":"ea442b66-788e-4893-a46b-edb72dcad0bc","ddlSelect2Upto":"9ce590ae-e714-47a6-a7b1-2f8fcbebbcb6","OrderReportDataModels":[{"ItemID":"067f6576-0779-450a-97ea-e054502cce9c","ItemName":"sample string 2","ItemShortName":"sample string 3","ItrnType":4,"Quantity1":5.0,"Quantity2":6.0,"NetAmount":7.0,"StrNetAmount":"sample string 8","AverageAmount":"sample string 9","ChangeInPercentage":"sample string 10","RowNumber":11},{"ItemID":"067f6576-0779-450a-97ea-e054502cce9c","ItemName":"sample string 2","ItemShortName":"sample string 3","ItrnType":4,"Quantity1":5.0,"Quantity2":6.0,"NetAmount":7.0,"StrNetAmount":"sample string 8","AverageAmount":"sample string 9","ChangeInPercentage":"sample string 10","RowNumber":11},{"ItemID":"067f6576-0779-450a-97ea-e054502cce9c","ItemName":"sample string 2","ItemShortName":"sample string 3","ItrnType":4,"Quantity1":5.0,"Quantity2":6.0,"NetAmount":7.0,"StrNetAmount":"sample string 8","AverageAmount":"sample string 9","ChangeInPercentage":"sample string 10","RowNumber":11}]}
application/xml, text/xml
Sample:
<RptOrderReportModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<CashSales>true</CashSales>
<CashSalesReturn>true</CashSalesReturn>
<CompId>16094103-e752-4060-8394-3f075b05b60f</CompId>
<CreditSales>true</CreditSales>
<CreditSalesReturn>true</CreditSalesReturn>
<DecimalPlace1>9</DecimalPlace1>
<DecimalPlace2>10</DecimalPlace2>
<FromDate>2026-04-18T16:59:04.5011223+05:30</FromDate>
<NoOfRecordsPerPage>17</NoOfRecordsPerPage>
<OrderDate>2026-04-18T16:59:04.5011223+05:30</OrderDate>
<OrderReportDataModels>
<OrderReportDataModels>
<AverageAmount>sample string 9</AverageAmount>
<ChangeInPercentage>sample string 10</ChangeInPercentage>
<ItemID>067f6576-0779-450a-97ea-e054502cce9c</ItemID>
<ItemName>sample string 2</ItemName>
<ItemShortName>sample string 3</ItemShortName>
<ItrnType>4</ItrnType>
<NetAmount>7</NetAmount>
<Quantity1>5</Quantity1>
<Quantity2>6</Quantity2>
<RowNumber>11</RowNumber>
<StrNetAmount>sample string 8</StrNetAmount>
</OrderReportDataModels>
<OrderReportDataModels>
<AverageAmount>sample string 9</AverageAmount>
<ChangeInPercentage>sample string 10</ChangeInPercentage>
<ItemID>067f6576-0779-450a-97ea-e054502cce9c</ItemID>
<ItemName>sample string 2</ItemName>
<ItemShortName>sample string 3</ItemShortName>
<ItrnType>4</ItrnType>
<NetAmount>7</NetAmount>
<Quantity1>5</Quantity1>
<Quantity2>6</Quantity2>
<RowNumber>11</RowNumber>
<StrNetAmount>sample string 8</StrNetAmount>
</OrderReportDataModels>
<OrderReportDataModels>
<AverageAmount>sample string 9</AverageAmount>
<ChangeInPercentage>sample string 10</ChangeInPercentage>
<ItemID>067f6576-0779-450a-97ea-e054502cce9c</ItemID>
<ItemName>sample string 2</ItemName>
<ItemShortName>sample string 3</ItemShortName>
<ItrnType>4</ItrnType>
<NetAmount>7</NetAmount>
<Quantity1>5</Quantity1>
<Quantity2>6</Quantity2>
<RowNumber>11</RowNumber>
<StrNetAmount>sample string 8</StrNetAmount>
</OrderReportDataModels>
</OrderReportDataModels>
<OrderType>8</OrderType>
<PageNo>16</PageNo>
<PartyName>sample string 20</PartyName>
<TotalAverageAmount>5</TotalAverageAmount>
<TotalNetAmt>sample string 4</TotalNetAmt>
<TotalNetQty1>6</TotalNetQty1>
<TotalNetQty2>7</TotalNetQty2>
<TotalNoOfRecord>18</TotalNoOfRecord>
<TranactionType>sample string 11</TranactionType>
<UptoDate>2026-04-18T16:59:04.5011223+05:30</UptoDate>
<ddlSelect2From>ea442b66-788e-4893-a46b-edb72dcad0bc</ddlSelect2From>
<ddlSelect2Upto>9ce590ae-e714-47a6-a7b1-2f8fcbebbcb6</ddlSelect2Upto>
<populateType>sample string 19</populateType>
</RptOrderReportModels>