POST api/v1/IRv2/SearchOffersV2/{secret}/{companyId}/{bookletId}/{imageWidth}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secret | string |
Required |
|
| companyId | string |
Required |
|
| bookletId | string |
Required |
|
| imageWidth | integer |
Required |
|
| deviceType | string |
Required |
|
| deviceModel | string |
Required |
|
| osVersion | string |
Required |
|
| screenName | string |
Required |
Body Parameters
SearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"identifier": "sample string 1"
}
application/xml, text/xml
Sample:
<IRController.SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mofr.API.Controllers.v1"> <identifier>sample string 1</identifier> </IRController.SearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContentModelResult| Name | Description | Type | Additional information |
|---|---|---|---|
| contents | Collection of ContentViewModel |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| Pages | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.