GET api/General/Report/GetRestaurantSalesReportByPaymentCycleID?PartnerID={PartnerID}&PaymentCycleID={PaymentCycleID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PartnerID

string

Required

PaymentCycleID

integer

Required

Body Parameters

None.

Response Information

Resource Description

RestaurantSalesReportManageModel
NameDescriptionTypeAdditional information
RestaurantSalesReport

Collection of RestaurantSalesReportView

None.

RestaurantSalesSummary

RestaurantSalesSummaryView

None.

TotalRecords

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "RestaurantSalesReport": [
    {
      "PartnerID": "sample string 1",
      "PartnerName": "sample string 2",
      "OrderID": "sample string 3",
      "InHouseDelivery": true,
      "RequestedReview": true,
      "OrderStatus": "sample string 6",
      "CancelledBy": "sample string 7",
      "CancellationRemark": "sample string 8",
      "OrderDeliveryStatus": "sample string 9",
      "ItemsNetAmount": 10.0,
      "CouponDiscount": 1.0,
      "ItemsTax": 11.0,
      "CC21ServiceFee": 12.0,
      "CC21ServiceTax": 13.0,
      "TotalServiceFee": 14.0,
      "DeliveryFee": 1.0,
      "DeliveryDiscount": 1.0,
      "DeliveryTax": 1.0,
      "TotalNetAmount": 15.0,
      "TotalDiscountAmount": 1.0,
      "TotalTax": 16.0,
      "TotalAmount": 17.0,
      "OrderDate": "2025-12-07T10:02:18.8573185+05:30"
    },
    {
      "PartnerID": "sample string 1",
      "PartnerName": "sample string 2",
      "OrderID": "sample string 3",
      "InHouseDelivery": true,
      "RequestedReview": true,
      "OrderStatus": "sample string 6",
      "CancelledBy": "sample string 7",
      "CancellationRemark": "sample string 8",
      "OrderDeliveryStatus": "sample string 9",
      "ItemsNetAmount": 10.0,
      "CouponDiscount": 1.0,
      "ItemsTax": 11.0,
      "CC21ServiceFee": 12.0,
      "CC21ServiceTax": 13.0,
      "TotalServiceFee": 14.0,
      "DeliveryFee": 1.0,
      "DeliveryDiscount": 1.0,
      "DeliveryTax": 1.0,
      "TotalNetAmount": 15.0,
      "TotalDiscountAmount": 1.0,
      "TotalTax": 16.0,
      "TotalAmount": 17.0,
      "OrderDate": "2025-12-07T10:02:18.8573185+05:30"
    }
  ],
  "RestaurantSalesSummary": {
    "TotalOrders": 1,
    "TotalRestaurants": 2,
    "CouponDiscount": 1.0,
    "DeliveryDiscount": 1.0,
    "TotalDiscountAmount": 1.0,
    "TotalTax": 3.0,
    "TotalAmount": 4.0,
    "ItemsTotalAmount": 5.0,
    "ItemsTotalTax": 6.0,
    "CC21ServiceFee": 7.0,
    "CC21ServiceTax": 8.0,
    "TotalDeliveryFee": 9.0,
    "TotalDeliveryFeeTax": 10.0,
    "PaymentCycleStartDate": "2025-12-07T10:02:18.8573185+05:30",
    "PaymentCycleEndDate": "2025-12-07T10:02:18.8573185+05:30",
    "PartnerID": "sample string 11",
    "PartnerName": "sample string 12"
  },
  "TotalRecords": 1
}

application/xml, text/xml

Sample:
<RestaurantSalesReportManageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.CustomModels">
  <RestaurantSalesReport>
    <RestaurantSalesReportView>
      <CC21ServiceFee>12</CC21ServiceFee>
      <CC21ServiceTax>13</CC21ServiceTax>
      <CancellationRemark>sample string 8</CancellationRemark>
      <CancelledBy>sample string 7</CancelledBy>
      <CouponDiscount>1</CouponDiscount>
      <DeliveryDiscount>1</DeliveryDiscount>
      <DeliveryFee>1</DeliveryFee>
      <DeliveryTax>1</DeliveryTax>
      <InHouseDelivery>true</InHouseDelivery>
      <ItemsNetAmount>10</ItemsNetAmount>
      <ItemsTax>11</ItemsTax>
      <OrderDate>2025-12-07T10:02:18.8573185+05:30</OrderDate>
      <OrderDeliveryStatus>sample string 9</OrderDeliveryStatus>
      <OrderID>sample string 3</OrderID>
      <OrderStatus>sample string 6</OrderStatus>
      <PartnerID>sample string 1</PartnerID>
      <PartnerName>sample string 2</PartnerName>
      <RequestedReview>true</RequestedReview>
      <TotalAmount>17</TotalAmount>
      <TotalDiscountAmount>1</TotalDiscountAmount>
      <TotalNetAmount>15</TotalNetAmount>
      <TotalServiceFee>14</TotalServiceFee>
      <TotalTax>16</TotalTax>
    </RestaurantSalesReportView>
    <RestaurantSalesReportView>
      <CC21ServiceFee>12</CC21ServiceFee>
      <CC21ServiceTax>13</CC21ServiceTax>
      <CancellationRemark>sample string 8</CancellationRemark>
      <CancelledBy>sample string 7</CancelledBy>
      <CouponDiscount>1</CouponDiscount>
      <DeliveryDiscount>1</DeliveryDiscount>
      <DeliveryFee>1</DeliveryFee>
      <DeliveryTax>1</DeliveryTax>
      <InHouseDelivery>true</InHouseDelivery>
      <ItemsNetAmount>10</ItemsNetAmount>
      <ItemsTax>11</ItemsTax>
      <OrderDate>2025-12-07T10:02:18.8573185+05:30</OrderDate>
      <OrderDeliveryStatus>sample string 9</OrderDeliveryStatus>
      <OrderID>sample string 3</OrderID>
      <OrderStatus>sample string 6</OrderStatus>
      <PartnerID>sample string 1</PartnerID>
      <PartnerName>sample string 2</PartnerName>
      <RequestedReview>true</RequestedReview>
      <TotalAmount>17</TotalAmount>
      <TotalDiscountAmount>1</TotalDiscountAmount>
      <TotalNetAmount>15</TotalNetAmount>
      <TotalServiceFee>14</TotalServiceFee>
      <TotalTax>16</TotalTax>
    </RestaurantSalesReportView>
  </RestaurantSalesReport>
  <RestaurantSalesSummary>
    <CC21ServiceFee>7</CC21ServiceFee>
    <CC21ServiceTax>8</CC21ServiceTax>
    <CouponDiscount>1</CouponDiscount>
    <DeliveryDiscount>1</DeliveryDiscount>
    <ItemsTotalAmount>5</ItemsTotalAmount>
    <ItemsTotalTax>6</ItemsTotalTax>
    <PartnerID>sample string 11</PartnerID>
    <PartnerName>sample string 12</PartnerName>
    <PaymentCycleEndDate>2025-12-07T10:02:18.8573185+05:30</PaymentCycleEndDate>
    <PaymentCycleStartDate>2025-12-07T10:02:18.8573185+05:30</PaymentCycleStartDate>
    <TotalAmount>4</TotalAmount>
    <TotalDeliveryFee>9</TotalDeliveryFee>
    <TotalDeliveryFeeTax>10</TotalDeliveryFeeTax>
    <TotalDiscountAmount>1</TotalDiscountAmount>
    <TotalOrders>1</TotalOrders>
    <TotalRestaurants>2</TotalRestaurants>
    <TotalTax>3</TotalTax>
  </RestaurantSalesSummary>
  <TotalRecords>1</TotalRecords>
</RestaurantSalesReportManageModel>