POST api/pricing/SearchProducts?userId={userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | integer |
Required |
Body Parameters
SearchProductRequestName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
Required |
|
SearchText | string |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "sample string 1", "SearchText": "sample string 2", "PageSize": 3, "PageNumber": 4 }
application/xml, text/xml
Sample:
<SearchProductRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pronto.WebAPI.Models"> <AccountId>sample string 1</AccountId> <PageNumber>4</PageNumber> <PageSize>3</PageSize> <SearchText>sample string 2</SearchText> </SearchProductRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.