POST api/my/library/search
Request Information
URI Parameters
None.
Body Parameters
MyLibraryProductsSearchClsName | Description | Type | Additional information |
---|---|---|---|
Username | string |
None. |
|
Search | string |
None. |
|
pageNumber | integer |
None. |
|
_pageSize | integer |
None. |
|
pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Username": "sample string 1", "Search": "sample string 2", "pageNumber": 3, "_pageSize": 5, "pageSize": 5 }
text/html
Sample:
{"Username":"sample string 1","Search":"sample string 2","pageNumber":3,"_pageSize":5,"pageSize":5}
application/xml, text/xml
Sample:
<MyLibraryProductsSearchCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingersBabel.BAL.ViewModel"> <Search>sample string 2</Search> <Username>sample string 1</Username> <_pageSize>5</_pageSize> <pageNumber>3</pageNumber> <pageSize>5</pageSize> </MyLibraryProductsSearchCls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.