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": "f0317640-9647-4e4f-8836-e4b25b9d2677",
"WebTopicIdList": [
"9f6c3837-c09d-4453-a311-b9d3b8c4b8d2",
"5d53c1ed-0c70-4423-a2e2-c323cd967a45"
]
}
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>f0317640-9647-4e4f-8836-e4b25b9d2677</WebCategoryId>
<WebTopicIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9f6c3837-c09d-4453-a311-b9d3b8c4b8d2</d2p1:guid>
<d2p1:guid>5d53c1ed-0c70-4423-a2e2-c323cd967a45</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. |