POST api/station/search-by

Request Information

URI Parameters

None.

Body Parameters

InputSearchStationDto
NameDescriptionTypeAdditional information
AreaId

integer

None.

Active

boolean

None.

PosUserId

integer

None.

StationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AreaId": 1,
  "Active": true,
  "PosUserId": 1,
  "StationId": 1
}

application/xml, text/xml

Sample:
<InputSearchStationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <Active>true</Active>
  <AreaId>1</AreaId>
  <PosUserId>1</PosUserId>
  <StationId>1</StationId>
</InputSearchStationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.