POST api/v1/store/{storeID}/users?page={page}&take={take}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID | string |
Required |
|
page | integer |
Default value is 1 |
|
take | integer |
Default value is 25 |
Body Parameters
UserSearchRequestName | Description | Type | Additional information |
---|---|---|---|
IsReverseSort | boolean |
None. |
|
SortByField | SortByUserField |
None. |
|
SearchTerm | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsReverseSort": true, "SortByField": "Name", "SearchTerm": "sample string 2" }
application/xml, text/xml
Sample:
<UserSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.GenericAPI.Request"> <IsReverseSort>true</IsReverseSort> <SearchTerm>sample string 2</SearchTerm> <SortByField>Name</SortByField> </UserSearchRequest>
application/x-www-form-urlencoded
Sample:
multipart/form-data
Sample:
image/png
Sample:
image/jpg
Sample:
image/jpeg
Sample:
image/bmp
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data, image/png, image/jpg, image/jpeg, image/bmp
Sample:
Sample not available.