POST webproductsbycategoryandtopics/{portalId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
portalId | string |
Required |
Body Parameters
WebProductFilterName | Description | Type | Additional information |
---|---|---|---|
WebCategoryId | globally unique identifier |
None. |
|
WebTopicIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "WebCategoryId": "f70bebcb-1b3f-4fcd-a520-c3f8651af886", "WebTopicIdList": [ "34845e18-e231-4a25-b2b7-a5b549ce3b52", "4a683784-27c4-40c6-a658-c8a26e7134a6" ] }
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>f70bebcb-1b3f-4fcd-a520-c3f8651af886</WebCategoryId> <WebTopicIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>34845e18-e231-4a25-b2b7-a5b549ce3b52</d2p1:guid> <d2p1:guid>4a683784-27c4-40c6-a658-c8a26e7134a6</d2p1:guid> </WebTopicIdList> </WebProductFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |