POST api/PartyOrder/GetAll
Request Information
URI Parameters
None.
Body Parameters
PartyOrderLister| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of PartyOrder |
None. |
|
| SearchCriteria | PartyOrder |
None. |
|
| Pagination | Pagination |
None. |
Request Formats
application/json, text/json
Sample:
{
"List": [
{
"Id": 1,
"StoreId": 2,
"Store": "sample string 3",
"Name": "sample string 4",
"MobileNumber": "sample string 5",
"DeliveryLocation": "sample string 6",
"DeliveryDateTime": "2026-06-10T20:27:32.9608025+05:30",
"NumOfCups": 1,
"NumOfSpoons": 1,
"NumOfGlass": 1,
"TotalAmount": 8.0,
"WithWaiter": "sample string 9",
"Narration": "sample string 10",
"AuditId": 11,
"Lines": [
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
},
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
}
],
"CreatedBy": 12,
"LastModifiedBy": 1
},
{
"Id": 1,
"StoreId": 2,
"Store": "sample string 3",
"Name": "sample string 4",
"MobileNumber": "sample string 5",
"DeliveryLocation": "sample string 6",
"DeliveryDateTime": "2026-06-10T20:27:32.9608025+05:30",
"NumOfCups": 1,
"NumOfSpoons": 1,
"NumOfGlass": 1,
"TotalAmount": 8.0,
"WithWaiter": "sample string 9",
"Narration": "sample string 10",
"AuditId": 11,
"Lines": [
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
},
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
}
],
"CreatedBy": 12,
"LastModifiedBy": 1
}
],
"SearchCriteria": {
"Id": 1,
"StoreId": 2,
"Store": "sample string 3",
"Name": "sample string 4",
"MobileNumber": "sample string 5",
"DeliveryLocation": "sample string 6",
"DeliveryDateTime": "2026-06-10T20:27:32.9608025+05:30",
"NumOfCups": 1,
"NumOfSpoons": 1,
"NumOfGlass": 1,
"TotalAmount": 8.0,
"WithWaiter": "sample string 9",
"Narration": "sample string 10",
"AuditId": 11,
"Lines": [
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
},
{
"Id": 1,
"PartyOrderId": 2,
"ItemId": 3,
"ItemName": "sample string 4",
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"Quantity": 7,
"UnitOfMeasureId": 8,
"WaiterCharge": 9,
"Rate": 10.0,
"Total": 11.0,
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
}
],
"CreatedBy": 12,
"LastModifiedBy": 1
},
"Pagination": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4,
"TotalPage": 5,
"TotalRecord": 6
}
}
application/xml, text/xml
Sample:
<PartyOrderLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IKimWebService.Domain">
<List>
<PartyOrder>
<CreatedBy>12</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>11</AuditId>
<DeliveryDateTime>2026-06-10T20:27:32.9608025+05:30</DeliveryDateTime>
<DeliveryLocation>sample string 6</DeliveryLocation>
<Id>1</Id>
<Lines>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
</Lines>
<MobileNumber>sample string 5</MobileNumber>
<Name>sample string 4</Name>
<Narration>sample string 10</Narration>
<NumOfCups>1</NumOfCups>
<NumOfGlass>1</NumOfGlass>
<NumOfSpoons>1</NumOfSpoons>
<Store>sample string 3</Store>
<StoreId>2</StoreId>
<TotalAmount>8</TotalAmount>
<WithWaiter>sample string 9</WithWaiter>
</PartyOrder>
<PartyOrder>
<CreatedBy>12</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>11</AuditId>
<DeliveryDateTime>2026-06-10T20:27:32.9608025+05:30</DeliveryDateTime>
<DeliveryLocation>sample string 6</DeliveryLocation>
<Id>1</Id>
<Lines>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
</Lines>
<MobileNumber>sample string 5</MobileNumber>
<Name>sample string 4</Name>
<Narration>sample string 10</Narration>
<NumOfCups>1</NumOfCups>
<NumOfGlass>1</NumOfGlass>
<NumOfSpoons>1</NumOfSpoons>
<Store>sample string 3</Store>
<StoreId>2</StoreId>
<TotalAmount>8</TotalAmount>
<WithWaiter>sample string 9</WithWaiter>
</PartyOrder>
</List>
<Pagination>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pagination>
<SearchCriteria>
<CreatedBy>12</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>11</AuditId>
<DeliveryDateTime>2026-06-10T20:27:32.9608025+05:30</DeliveryDateTime>
<DeliveryLocation>sample string 6</DeliveryLocation>
<Id>1</Id>
<Lines>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
<PartyOrderLine>
<CreatedBy>13</CreatedBy>
<LastModifiedBy>1</LastModifiedBy>
<AuditId>12</AuditId>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<ItemName>sample string 4</ItemName>
<PartyOrderId>2</PartyOrderId>
<Quantity>7</Quantity>
<Rate>10</Rate>
<Total>11</Total>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>8</UnitOfMeasureId>
<WaiterCharge>9</WaiterCharge>
</PartyOrderLine>
</Lines>
<MobileNumber>sample string 5</MobileNumber>
<Name>sample string 4</Name>
<Narration>sample string 10</Narration>
<NumOfCups>1</NumOfCups>
<NumOfGlass>1</NumOfGlass>
<NumOfSpoons>1</NumOfSpoons>
<Store>sample string 3</Store>
<StoreId>2</StoreId>
<TotalAmount>8</TotalAmount>
<WithWaiter>sample string 9</WithWaiter>
</SearchCriteria>
</PartyOrderLister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |