GET api/CustomerContent/GetContents/{secret}/{companyId}/{contentTemplateTypeId}/{customerContentTypeId}/{list}/{imageWidth}/{customerId}/{contentId}
This api is used for get content details of specific offer with customer login
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 |
customerId |
customer Guid which determine the customer |
string |
Required |
contentId |
content Guid is the id of an offer |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | 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. |