POST api/product/getproducts
Request Information
URI Parameters
None.
Body Parameters
UserPortalProductsSearchName | Description | Type | Additional information |
---|---|---|---|
keyGroupCode | integer |
None. |
|
KeyCode | string |
None. |
|
SearchText | string |
None. |
|
SortBy | string |
None. |
|
PageSize | integer |
None. |
|
PageNo | integer |
None. |
|
ClientID | integer |
None. |
|
PersonID | integer |
None. |
|
BusinessID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "keyGroupCode": 1, "KeyCode": "sample string 1", "SearchText": "sample string 2", "SortBy": "sample string 3", "PageSize": 1, "PageNo": 1, "ClientID": 1, "PersonID": 1, "BusinessID": 1 }
application/xml, text/xml
Sample:
<UserPortalProductsSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <BusinessID>1</BusinessID> <ClientID>1</ClientID> <KeyCode>sample string 1</KeyCode> <PageNo>1</PageNo> <PageSize>1</PageSize> <PersonID>1</PersonID> <SearchText>sample string 2</SearchText> <SortBy>sample string 3</SortBy> <keyGroupCode>1</keyGroupCode> </UserPortalProductsSearch>
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. |