PUT api/content/v4/getproductdetail
Request Information
URI Parameters
None.
Body Parameters
APIGetProductDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UserUniqueId | integer |
None. |
|
| ProductTypeId | integer |
Required |
|
| ProductId | integer |
Required |
|
| LanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UserUniqueId": 2,
"ProductTypeId": 3,
"ProductId": 4,
"LanguageCode": "sample string 5"
}
application/xml, text/xml
Sample:
<APIGetProductDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <LanguageCode>sample string 5</LanguageCode> <ProductId>4</ProductId> <ProductTypeId>3</ProductTypeId> <UserUniqueId>2</UserUniqueId> </APIGetProductDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAPIProductDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | APIProductDetailResponse |
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.