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

NameDescriptionTypeAdditional 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

SearchModel
NameDescriptionTypeAdditional 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

ActorModelResult
NameDescriptionTypeAdditional information
Actors

Collection of ActorViewModel

None.

Status

integer

None.

StatusText

string

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.