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": "16f95a2f-f839-4dab-b40a-a948da7786a1",
"WebTopicIdList": [
"5605205c-b4c8-4d5b-bfda-1128e573a82a",
"804e7985-a07d-46c1-a611-cff5abe49c32"
]
}
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>16f95a2f-f839-4dab-b40a-a948da7786a1</WebCategoryId>
<WebTopicIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5605205c-b4c8-4d5b-bfda-1128e573a82a</d2p1:guid>
<d2p1:guid>804e7985-a07d-46c1-a611-cff5abe49c32</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. |