POST webproductsbycategoryandtopics/{portalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalId | string |
Required |
Body Parameters
WebProductFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| WebCategoryId | globally unique identifier |
None. |
|
| WebTopicIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"WebCategoryId": "986083f5-3af6-492a-90c5-59e3f5867792",
"WebTopicIdList": [
"08cf241f-b1c6-4766-9c67-6afdda72fe67",
"6af18652-f910-4e3c-af3f-ef40560c3edf"
]
}
application/xml, text/xml
Sample:
<WebProductFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models">
<WebCategoryId>986083f5-3af6-492a-90c5-59e3f5867792</WebCategoryId>
<WebTopicIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>08cf241f-b1c6-4766-9c67-6afdda72fe67</d2p1:guid>
<d2p1:guid>6af18652-f910-4e3c-af3f-ef40560c3edf</d2p1:guid>
</WebTopicIdList>
</WebProductFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |