POST api/Reports/GetUserForSearch

Request Information

URI Parameters

None.

Body Parameters

SearchUser
NameDescriptionTypeAdditional information
UserTypeId

integer

None.

CustomerName

string

None.

VehicleNumber

string

None.

StartDate

date

None.

EndDate

date

None.

ComponentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTypeId": 1,
  "CustomerName": "sample string 2",
  "VehicleNumber": "sample string 3",
  "StartDate": "2026-04-06T13:18:54.2421317+02:00",
  "EndDate": "2026-04-06T13:18:54.2421317+02:00",
  "ComponentId": 4
}

application/xml, text/xml

Sample:
<SearchUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models">
  <ComponentId>4</ComponentId>
  <CustomerName>sample string 2</CustomerName>
  <EndDate>2026-04-06T13:18:54.2421317+02:00</EndDate>
  <StartDate>2026-04-06T13:18:54.2421317+02:00</StartDate>
  <UserTypeId>1</UserTypeId>
  <VehicleNumber>sample string 3</VehicleNumber>
</SearchUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.