GET api/v1/IR/CustomerContentRedeem/{contentId}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
CustomerContentRedeem this api make an offer to redeem against customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contentId |
contentId this is an offer id that customer can redeem against this offer |
string |
Required |
| deviceType |
which type of device calling this api |
string |
Required |
| deviceModel |
which model device has |
string |
Required |
| osVersion |
what is the Operation system of this device |
string |
Required |
| screenName |
from which screen this api is calling |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IRResult| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Object |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| Pages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"Status": 2,
"StatusText": "sample string 3",
"Pages": 4
}
application/xml, text/xml
Sample:
<IRResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mofr.Data"> <Pages>4</Pages> <Status>2</Status> <StatusText>sample string 3</StatusText> <data /> </IRResult>