POST api/v1/IR/SearchActorsPost/{secret}/{companyId}/{customerContentTypeId}/{bookletId}/{cityGuid}/{imageWidth}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
SearchActors we can search an actors by search keyword
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
secret |
this is the company password code to access the company data |
string |
Required |
companyId |
company id we can get the data of that specific company |
string |
Required |
customerContentTypeId |
This id shows the type of customer like 0 is for guest |
integer |
Required |
bookletId |
This id shows is used to show all the offers against this booklet |
string |
Required |
cityGuid |
cityGuid show that in which city the offer exits |
string |
Required |
imageWidth |
image with property is for croping the image according to screen resolution |
integer |
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
this is the model accept string of identifier keyword to search an actors
SearchModelName | Description | Type | Additional information |
---|---|---|---|
identifier | string |
None. |
Request Formats
application/json, text/json
{ "identifier": "sample string 1" }
application/xml, text/xml
<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 not available.
Response Information
Resource Description
ActorModelResultName | Description | Type | Additional information |
---|---|---|---|
Actors | Collection of ActorViewModel |
None. |
|
Status | integer |
None. |
|
StatusText | string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.