GET api/CustomerContent/SearchContents/{secret}/{companyId}/{contentTemplateTypeId}/{customerContentTypeId}/{list}/{imageWidth}/{identifier}
This Api is used for search an offer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secret |
secret is the company secret code |
string |
Required |
| companyId |
company Guid to defines the compnay of customer |
string |
Required |
| contentTemplateTypeId |
contentTemplateTypeId this is int value to define the template of company |
integer |
Required |
| customerContentTypeId |
customerContentTypeId this is in value to fefine the cusmer is gust of registerd and logged in |
integer |
Required |
| list |
this is int value to retrun the list of offers according to this value |
integer |
Required |
| imageWidth |
image width is used for resize the image according to this value |
integer |
Required |
| identifier |
identifier is the keyword which return the offers according to this value |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |