Get Deals

HTTP Method

GET /api/Integration/{version}/GetDeals

Request

Request Header

AttributeTypeRequired

ClientId

string

YES

Request Body

AttributeTypeRequired

ratePlan

string

NO

Response

Response Body

{
  "deals": [
    {
      "Id": 1054,
      "Title": "pet-child",
      "OfferNumber": "74",
      "Merchant": "merchant 1",
      "Description": "pet-child ",
      "Terms": "pet-child ",
      "DiscountType": 3,
      "Discount": 0,
      "Image": "https://couponzimages303.dsquares.com/Staging/images/main/1054.png",
      "StartDate": "2022-06-02T00:00:00Z",
      "EndDate": "2023-10-24T00:00:00Z",
      "ExpiryDate": "2023-10-18T00:00:00Z",
      "SortingNumber": null,
      "MerchantImage": "https://couponzimages303.dsquares.com/Staging/images/Logo/11.png",
      "CategoryId": 8,
      "Branches": [
        {
          "Id": 4,
          "BranchName": "haram",
          "BranchAddress": "erfwrwerf",
          "Latitude": "321",
          "Longitude": "25"
        }
      ]
    },
    {
      "Id": 2378,
      "Title": "Sharaf Pregenerated used as normal Offer-Recharge",
      "OfferNumber": "59",
      "Merchant": "Aman Online",
      "Description": "Sharaf Pregenerated used as normal Offer-Recharge",
      "Terms": "Sharaf Pregenerated used as normal Offer-Recharge",
      "DiscountType": 4,
      "Discount": 250,
      "Image": "https://couponzimages303.dsquares.com/Staging/images/main/2378.jpg",
      "StartDate": "2022-10-26T00:00:00Z",
      "EndDate": "2023-10-26T00:00:00Z",
      "ExpiryDate": "2023-10-26T00:00:00Z",
      "SortingNumber": null,
      "MerchantImage": "https://couponzimages303.dsquares.com/Staging/images/Logo/8.jpeg",
      "CategoryId": 1,
      "Branches": [
        {
          "Id": 6,
          "BranchName": "Online",
          "BranchAddress": "AmanBr_1",
          "Latitude": "",
          "Longitude": ""
        }
      ]
    }
  ],
  "ErrorCode": 0,
  "ErrorMessage": "success",
  "EnglishErrorMessage": "",
  "ArabicErrorMessage": ""
}

Last updated