GET api/General/OfferManage/GetOfferAtCustomerList?UserID={UserID}&PageNo={PageNo}&PageSize={PageSize}&SearchTerm={SearchTerm}&ApplicableToBusinessID={ApplicableToBusinessID}&AddedBy={AddedBy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

string

None.

PageNo

integer

Default value is 1

PageSize

integer

Default value is 10

SearchTerm

string

None.

ApplicableToBusinessID

string

None.

AddedBy

OfferAddedByEnum

None.

Body Parameters

None.

Response Information

Resource Description

OfferAtCustomerViewPagedAPIVM
NameDescriptionTypeAdditional information
Offers

Collection of OfferAtCustomerView

None.

TotalRecords

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Offers": [
    {
      "OfferID": 1,
      "OfferName": "sample string 2",
      "OfferType": "sample string 3",
      "IsCashbackType": true,
      "IsBuyNGetM": true,
      "OfferOn": "sample string 6",
      "OfferValueType": "sample string 7",
      "PercentageOfferValue": 1.1,
      "FlatOfferValue": 1.0,
      "UpToDiscountAmount": 1.0,
      "ValidityStartDate": "2025-12-07T10:01:19.9956336+05:30",
      "ValidityEndDate": "2025-12-07T10:01:19.9956336+05:30",
      "RequiresCouponCode": true,
      "CanCombineWithOtherCoupon": true,
      "TermsAndConditions": "sample string 10",
      "ApplicableFor": "sample string 11",
      "OfferAvailabilityType": "sample string 12",
      "CouponCode": "sample string 13",
      "CouponBGTheme": "sample string 14",
      "IsUsedInCurrentCart": true,
      "TimeSlots": [
        {
          "RecordID": 1,
          "OfferID": 2,
          "OperationalDay": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567"
        },
        {
          "RecordID": 1,
          "OfferID": 2,
          "OperationalDay": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567"
        }
      ]
    },
    {
      "OfferID": 1,
      "OfferName": "sample string 2",
      "OfferType": "sample string 3",
      "IsCashbackType": true,
      "IsBuyNGetM": true,
      "OfferOn": "sample string 6",
      "OfferValueType": "sample string 7",
      "PercentageOfferValue": 1.1,
      "FlatOfferValue": 1.0,
      "UpToDiscountAmount": 1.0,
      "ValidityStartDate": "2025-12-07T10:01:19.9956336+05:30",
      "ValidityEndDate": "2025-12-07T10:01:19.9956336+05:30",
      "RequiresCouponCode": true,
      "CanCombineWithOtherCoupon": true,
      "TermsAndConditions": "sample string 10",
      "ApplicableFor": "sample string 11",
      "OfferAvailabilityType": "sample string 12",
      "CouponCode": "sample string 13",
      "CouponBGTheme": "sample string 14",
      "IsUsedInCurrentCart": true,
      "TimeSlots": [
        {
          "RecordID": 1,
          "OfferID": 2,
          "OperationalDay": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567"
        },
        {
          "RecordID": 1,
          "OfferID": 2,
          "OperationalDay": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567"
        }
      ]
    }
  ],
  "TotalRecords": 1
}

application/xml, text/xml

Sample:
<OfferAtCustomerViewPagedAPIVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.CustomModels">
  <Offers>
    <OfferAtCustomerView>
      <ApplicableFor>sample string 11</ApplicableFor>
      <CanCombineWithOtherCoupon>true</CanCombineWithOtherCoupon>
      <CouponBGTheme>sample string 14</CouponBGTheme>
      <CouponCode>sample string 13</CouponCode>
      <FlatOfferValue>1</FlatOfferValue>
      <IsBuyNGetM>true</IsBuyNGetM>
      <IsCashbackType>true</IsCashbackType>
      <IsUsedInCurrentCart>true</IsUsedInCurrentCart>
      <OfferAvailabilityType>sample string 12</OfferAvailabilityType>
      <OfferID>1</OfferID>
      <OfferName>sample string 2</OfferName>
      <OfferOn>sample string 6</OfferOn>
      <OfferType>sample string 3</OfferType>
      <OfferValueType>sample string 7</OfferValueType>
      <PercentageOfferValue>1.1</PercentageOfferValue>
      <RequiresCouponCode>true</RequiresCouponCode>
      <TermsAndConditions>sample string 10</TermsAndConditions>
      <TimeSlots xmlns:d4p1="http://schemas.datacontract.org/2004/07/General.Operations.Models">
        <d4p1:utblOfferApplicabilityTimeSlot>
          <d4p1:ClosingTime>PT0.1234567S</d4p1:ClosingTime>
          <d4p1:OfferID>2</d4p1:OfferID>
          <d4p1:OpeningTime>PT0.1234567S</d4p1:OpeningTime>
          <d4p1:OperationalDay>Sunday</d4p1:OperationalDay>
          <d4p1:RecordID>1</d4p1:RecordID>
        </d4p1:utblOfferApplicabilityTimeSlot>
        <d4p1:utblOfferApplicabilityTimeSlot>
          <d4p1:ClosingTime>PT0.1234567S</d4p1:ClosingTime>
          <d4p1:OfferID>2</d4p1:OfferID>
          <d4p1:OpeningTime>PT0.1234567S</d4p1:OpeningTime>
          <d4p1:OperationalDay>Sunday</d4p1:OperationalDay>
          <d4p1:RecordID>1</d4p1:RecordID>
        </d4p1:utblOfferApplicabilityTimeSlot>
      </TimeSlots>
      <UpToDiscountAmount>1</UpToDiscountAmount>
      <ValidityEndDate>2025-12-07T10:01:19.9956336+05:30</ValidityEndDate>
      <ValidityStartDate>2025-12-07T10:01:19.9956336+05:30</ValidityStartDate>
    </OfferAtCustomerView>
    <OfferAtCustomerView>
      <ApplicableFor>sample string 11</ApplicableFor>
      <CanCombineWithOtherCoupon>true</CanCombineWithOtherCoupon>
      <CouponBGTheme>sample string 14</CouponBGTheme>
      <CouponCode>sample string 13</CouponCode>
      <FlatOfferValue>1</FlatOfferValue>
      <IsBuyNGetM>true</IsBuyNGetM>
      <IsCashbackType>true</IsCashbackType>
      <IsUsedInCurrentCart>true</IsUsedInCurrentCart>
      <OfferAvailabilityType>sample string 12</OfferAvailabilityType>
      <OfferID>1</OfferID>
      <OfferName>sample string 2</OfferName>
      <OfferOn>sample string 6</OfferOn>
      <OfferType>sample string 3</OfferType>
      <OfferValueType>sample string 7</OfferValueType>
      <PercentageOfferValue>1.1</PercentageOfferValue>
      <RequiresCouponCode>true</RequiresCouponCode>
      <TermsAndConditions>sample string 10</TermsAndConditions>
      <TimeSlots xmlns:d4p1="http://schemas.datacontract.org/2004/07/General.Operations.Models">
        <d4p1:utblOfferApplicabilityTimeSlot>
          <d4p1:ClosingTime>PT0.1234567S</d4p1:ClosingTime>
          <d4p1:OfferID>2</d4p1:OfferID>
          <d4p1:OpeningTime>PT0.1234567S</d4p1:OpeningTime>
          <d4p1:OperationalDay>Sunday</d4p1:OperationalDay>
          <d4p1:RecordID>1</d4p1:RecordID>
        </d4p1:utblOfferApplicabilityTimeSlot>
        <d4p1:utblOfferApplicabilityTimeSlot>
          <d4p1:ClosingTime>PT0.1234567S</d4p1:ClosingTime>
          <d4p1:OfferID>2</d4p1:OfferID>
          <d4p1:OpeningTime>PT0.1234567S</d4p1:OpeningTime>
          <d4p1:OperationalDay>Sunday</d4p1:OperationalDay>
          <d4p1:RecordID>1</d4p1:RecordID>
        </d4p1:utblOfferApplicabilityTimeSlot>
      </TimeSlots>
      <UpToDiscountAmount>1</UpToDiscountAmount>
      <ValidityEndDate>2025-12-07T10:01:19.9956336+05:30</ValidityEndDate>
      <ValidityStartDate>2025-12-07T10:01:19.9956336+05:30</ValidityStartDate>
    </OfferAtCustomerView>
  </Offers>
  <TotalRecords>1</TotalRecords>
</OfferAtCustomerViewPagedAPIVM>