POST api/user/GetAllUsersV2

Request Information

URI Parameters

None.

Body Parameters

UserListSearchFilter
NameDescriptionTypeAdditional information
startDate

date

None.

endDate

date

None.

shopId

integer

None.

searchByField

SearchByField

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2024-11-22T06:25:06.6330507+00:00",
  "endDate": "2024-11-22T06:25:06.6330507+00:00",
  "shopId": 1,
  "searchByField": 0
}

application/xml, text/xml

Sample:
<UserListSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PostLibrary.User">
  <endDate>2024-11-22T06:25:06.6330507+00:00</endDate>
  <searchByField>User</searchByField>
  <shopId>1</shopId>
  <startDate>2024-11-22T06:25:06.6330507+00:00</startDate>
</UserListSearchFilter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserListSearchFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.