POST api/subscription/search
Request Information
URI Parameters
None.
Body Parameters
LibrarySearchViewModelName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
SearchText | string |
None. |
|
pageNumber | integer |
None. |
|
_pageSize | integer |
None. |
|
pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "cdf5b106-bbde-4ac3-9746-a412a42f2907", "SearchText": "sample string 2", "pageNumber": 3, "_pageSize": 5, "pageSize": 5 }
text/html
Sample:
{"UserId":"cdf5b106-bbde-4ac3-9746-a412a42f2907","SearchText":"sample string 2","pageNumber":3,"_pageSize":5,"pageSize":5}
application/xml, text/xml
Sample:
<LibrarySearchViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingersBabel.BAL.ViewModel"> <SearchText>sample string 2</SearchText> <UserId>cdf5b106-bbde-4ac3-9746-a412a42f2907</UserId> <_pageSize>5</_pageSize> <pageNumber>3</pageNumber> <pageSize>5</pageSize> </LibrarySearchViewModel>
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.