POST api/Offer/GetOfferRedemptionWidgetDetails
Request Information
URI Parameters
None.
Body Parameters
OfferRedemptionWidgetRequestViewModelName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
Required |
|
AccountId | string |
Required |
|
OfferId | string |
Required |
|
FilterBy | ActivityFilterBy |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
TotalRecords | integer |
None. |
|
IsGetAllRecords | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "AccountId": "sample string 2", "OfferId": "sample string 3", "FilterBy": "Last7Days", "PageSize": 4, "PageNumber": 5, "TotalRecords": 6, "IsGetAllRecords": true }
application/xml, text/xml
Sample:
<OfferRedemptionWidgetRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.Offer"> <AccountId>sample string 2</AccountId> <FilterBy>Last7Days</FilterBy> <IsGetAllRecords>true</IsGetAllRecords> <OfferId>sample string 3</OfferId> <PageNumber>5</PageNumber> <PageSize>4</PageSize> <TotalRecords>6</TotalRecords> <UserId>sample string 1</UserId> </OfferRedemptionWidgetRequestViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.