POST api/RptOrderReports/OrderReportList

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:
{
  "CompId": "fd2141bb-580e-402c-96ce-2987932b75d2",
  "FromDate": "2025-11-02T15:57:11.0087969+05:30",
  "UptoDate": "2025-11-02T15:57:11.0087969+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": "2025-11-02T15:57:11.0087969+05:30",
  "ddlSelect2From": "ea073216-41ed-4aa2-8fa9-f69c06e2ff91",
  "ddlSelect2Upto": "242cab9a-b7d6-4faa-b7f0-da7b97781249",
  "OrderReportDataModels": [
    {
      "ItemID": "dcf86d71-54ba-404a-a5d9-05685d51c0f4",
      "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": "dcf86d71-54ba-404a-a5d9-05685d51c0f4",
      "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": "dcf86d71-54ba-404a-a5d9-05685d51c0f4",
      "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":"fd2141bb-580e-402c-96ce-2987932b75d2","FromDate":"2025-11-02T15:57:11.0087969+05:30","UptoDate":"2025-11-02T15:57:11.0087969+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":"2025-11-02T15:57:11.0087969+05:30","ddlSelect2From":"ea073216-41ed-4aa2-8fa9-f69c06e2ff91","ddlSelect2Upto":"242cab9a-b7d6-4faa-b7f0-da7b97781249","OrderReportDataModels":[{"ItemID":"dcf86d71-54ba-404a-a5d9-05685d51c0f4","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":"dcf86d71-54ba-404a-a5d9-05685d51c0f4","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":"dcf86d71-54ba-404a-a5d9-05685d51c0f4","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>fd2141bb-580e-402c-96ce-2987932b75d2</CompId>
  <CreditSales>true</CreditSales>
  <CreditSalesReturn>true</CreditSalesReturn>
  <DecimalPlace1>9</DecimalPlace1>
  <DecimalPlace2>10</DecimalPlace2>
  <FromDate>2025-11-02T15:57:11.0087969+05:30</FromDate>
  <NoOfRecordsPerPage>17</NoOfRecordsPerPage>
  <OrderDate>2025-11-02T15:57:11.0087969+05:30</OrderDate>
  <OrderReportDataModels>
    <OrderReportDataModels>
      <AverageAmount>sample string 9</AverageAmount>
      <ChangeInPercentage>sample string 10</ChangeInPercentage>
      <ItemID>dcf86d71-54ba-404a-a5d9-05685d51c0f4</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>dcf86d71-54ba-404a-a5d9-05685d51c0f4</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>dcf86d71-54ba-404a-a5d9-05685d51c0f4</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>2025-11-02T15:57:11.0087969+05:30</UptoDate>
  <ddlSelect2From>ea073216-41ed-4aa2-8fa9-f69c06e2ff91</ddlSelect2From>
  <ddlSelect2Upto>242cab9a-b7d6-4faa-b7f0-da7b97781249</ddlSelect2Upto>
  <populateType>sample string 19</populateType>
</RptOrderReportModels>