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": "9483d604-bfa5-4a19-a722-e66023c1b19a", "WebTopicIdList": [ "ec584a1b-f5ec-4bcf-84f0-e6f24705d21c", "0ed528bb-4eb1-4846-a533-94252d77f706" ] }
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>9483d604-bfa5-4a19-a722-e66023c1b19a</WebCategoryId> <WebTopicIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ec584a1b-f5ec-4bcf-84f0-e6f24705d21c</d2p1:guid> <d2p1:guid>0ed528bb-4eb1-4846-a533-94252d77f706</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. |