POST api/v1/IR/SearchActorsPostWithCategoryName/{secret}/{companyId}/{customerContentTypeId}/{bookletId}/{cityGuid}/{imageWidth}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
secret | string |
Required |
|
companyId | string |
Required |
|
customerContentTypeId | integer |
Required |
|
bookletId | string |
Required |
|
cityGuid | string |
Required |
|
imageWidth | integer |
Required |
|
deviceType | string |
Required |
|
deviceModel | string |
Required |
|
osVersion | string |
Required |
|
screenName | string |
Required |
Body Parameters
SearchModelName | 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
ActorModelResultName | Description | Type | Additional 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.