OPTIONS api/OrderNew/GetPartywiseOrdersList

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:
[
  {
    "PartyId": "3df8b4db-e08f-43ac-9a11-fd4a2a359746",
    "PartyName": "sample string 1",
    "TotalOrders": 2,
    "TotalItems": 3,
    "TotalOrderAmt": 4.0,
    "DeliveredItems": 5,
    "DeliveredAmt": 6.0,
    "PendingItems": 7,
    "PendingAmt": 8.0,
    "CompID": "8f86653b-3dbb-47b4-a1f7-d6f439bfdb88",
    "AtrnYear": 10,
    "OrderDateFrom": "2026-04-18T17:09:11.9358794+05:30",
    "OrderDateUpto": "2026-04-18T17:09:11.9358794+05:30",
    "pageIndex": 11,
    "noOfRecordsOnPage": 12,
    "TotalRecord": 13,
    "SearPartyIds": "sample string 14"
  },
  {
    "PartyId": "3df8b4db-e08f-43ac-9a11-fd4a2a359746",
    "PartyName": "sample string 1",
    "TotalOrders": 2,
    "TotalItems": 3,
    "TotalOrderAmt": 4.0,
    "DeliveredItems": 5,
    "DeliveredAmt": 6.0,
    "PendingItems": 7,
    "PendingAmt": 8.0,
    "CompID": "8f86653b-3dbb-47b4-a1f7-d6f439bfdb88",
    "AtrnYear": 10,
    "OrderDateFrom": "2026-04-18T17:09:11.9358794+05:30",
    "OrderDateUpto": "2026-04-18T17:09:11.9358794+05:30",
    "pageIndex": 11,
    "noOfRecordsOnPage": 12,
    "TotalRecord": 13,
    "SearPartyIds": "sample string 14"
  },
  {
    "PartyId": "3df8b4db-e08f-43ac-9a11-fd4a2a359746",
    "PartyName": "sample string 1",
    "TotalOrders": 2,
    "TotalItems": 3,
    "TotalOrderAmt": 4.0,
    "DeliveredItems": 5,
    "DeliveredAmt": 6.0,
    "PendingItems": 7,
    "PendingAmt": 8.0,
    "CompID": "8f86653b-3dbb-47b4-a1f7-d6f439bfdb88",
    "AtrnYear": 10,
    "OrderDateFrom": "2026-04-18T17:09:11.9358794+05:30",
    "OrderDateUpto": "2026-04-18T17:09:11.9358794+05:30",
    "pageIndex": 11,
    "noOfRecordsOnPage": 12,
    "TotalRecord": 13,
    "SearPartyIds": "sample string 14"
  }
]

text/html

Sample:
[{"PartyId":"3df8b4db-e08f-43ac-9a11-fd4a2a359746","PartyName":"sample string 1","TotalOrders":2,"TotalItems":3,"TotalOrderAmt":4.0,"DeliveredItems":5,"DeliveredAmt":6.0,"PendingItems":7,"PendingAmt":8.0,"CompID":"8f86653b-3dbb-47b4-a1f7-d6f439bfdb88","AtrnYear":10,"OrderDateFrom":"2026-04-18T17:09:11.9358794+05:30","OrderDateUpto":"2026-04-18T17:09:11.9358794+05:30","pageIndex":11,"noOfRecordsOnPage":12,"TotalRecord":13,"SearPartyIds":"sample string 14"},{"PartyId":"3df8b4db-e08f-43ac-9a11-fd4a2a359746","PartyName":"sample string 1","TotalOrders":2,"TotalItems":3,"TotalOrderAmt":4.0,"DeliveredItems":5,"DeliveredAmt":6.0,"PendingItems":7,"PendingAmt":8.0,"CompID":"8f86653b-3dbb-47b4-a1f7-d6f439bfdb88","AtrnYear":10,"OrderDateFrom":"2026-04-18T17:09:11.9358794+05:30","OrderDateUpto":"2026-04-18T17:09:11.9358794+05:30","pageIndex":11,"noOfRecordsOnPage":12,"TotalRecord":13,"SearPartyIds":"sample string 14"},{"PartyId":"3df8b4db-e08f-43ac-9a11-fd4a2a359746","PartyName":"sample string 1","TotalOrders":2,"TotalItems":3,"TotalOrderAmt":4.0,"DeliveredItems":5,"DeliveredAmt":6.0,"PendingItems":7,"PendingAmt":8.0,"CompID":"8f86653b-3dbb-47b4-a1f7-d6f439bfdb88","AtrnYear":10,"OrderDateFrom":"2026-04-18T17:09:11.9358794+05:30","OrderDateUpto":"2026-04-18T17:09:11.9358794+05:30","pageIndex":11,"noOfRecordsOnPage":12,"TotalRecord":13,"SearPartyIds":"sample string 14"}]

application/xml, text/xml

Sample:
<ArrayOfPartyWiseOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <PartyWiseOrderModel>
    <AtrnYear>10</AtrnYear>
    <CompID>8f86653b-3dbb-47b4-a1f7-d6f439bfdb88</CompID>
    <OrderDateFrom>2026-04-18T17:09:11.9358794+05:30</OrderDateFrom>
    <OrderDateUpto>2026-04-18T17:09:11.9358794+05:30</OrderDateUpto>
    <SearPartyIds>sample string 14</SearPartyIds>
    <TotalRecord>13</TotalRecord>
    <noOfRecordsOnPage>12</noOfRecordsOnPage>
    <pageIndex>11</pageIndex>
    <DeliveredAmt>6</DeliveredAmt>
    <DeliveredItems>5</DeliveredItems>
    <PartyId>3df8b4db-e08f-43ac-9a11-fd4a2a359746</PartyId>
    <PartyName>sample string 1</PartyName>
    <PendingAmt>8</PendingAmt>
    <PendingItems>7</PendingItems>
    <TotalItems>3</TotalItems>
    <TotalOrderAmt>4</TotalOrderAmt>
    <TotalOrders>2</TotalOrders>
  </PartyWiseOrderModel>
  <PartyWiseOrderModel>
    <AtrnYear>10</AtrnYear>
    <CompID>8f86653b-3dbb-47b4-a1f7-d6f439bfdb88</CompID>
    <OrderDateFrom>2026-04-18T17:09:11.9358794+05:30</OrderDateFrom>
    <OrderDateUpto>2026-04-18T17:09:11.9358794+05:30</OrderDateUpto>
    <SearPartyIds>sample string 14</SearPartyIds>
    <TotalRecord>13</TotalRecord>
    <noOfRecordsOnPage>12</noOfRecordsOnPage>
    <pageIndex>11</pageIndex>
    <DeliveredAmt>6</DeliveredAmt>
    <DeliveredItems>5</DeliveredItems>
    <PartyId>3df8b4db-e08f-43ac-9a11-fd4a2a359746</PartyId>
    <PartyName>sample string 1</PartyName>
    <PendingAmt>8</PendingAmt>
    <PendingItems>7</PendingItems>
    <TotalItems>3</TotalItems>
    <TotalOrderAmt>4</TotalOrderAmt>
    <TotalOrders>2</TotalOrders>
  </PartyWiseOrderModel>
  <PartyWiseOrderModel>
    <AtrnYear>10</AtrnYear>
    <CompID>8f86653b-3dbb-47b4-a1f7-d6f439bfdb88</CompID>
    <OrderDateFrom>2026-04-18T17:09:11.9358794+05:30</OrderDateFrom>
    <OrderDateUpto>2026-04-18T17:09:11.9358794+05:30</OrderDateUpto>
    <SearPartyIds>sample string 14</SearPartyIds>
    <TotalRecord>13</TotalRecord>
    <noOfRecordsOnPage>12</noOfRecordsOnPage>
    <pageIndex>11</pageIndex>
    <DeliveredAmt>6</DeliveredAmt>
    <DeliveredItems>5</DeliveredItems>
    <PartyId>3df8b4db-e08f-43ac-9a11-fd4a2a359746</PartyId>
    <PartyName>sample string 1</PartyName>
    <PendingAmt>8</PendingAmt>
    <PendingItems>7</PendingItems>
    <TotalItems>3</TotalItems>
    <TotalOrderAmt>4</TotalOrderAmt>
    <TotalOrders>2</TotalOrders>
  </PartyWiseOrderModel>
</ArrayOfPartyWiseOrderModel>