POST api/my/basura/auth/personnel/openapp

Request Information

URI Parameters

None.

Body Parameters

PersonnelLoginDTO
NameDescriptionTypeAdditional information
personnelId

integer

None.

username

string

None.

password

string

None.

deviceid

string

None.

appversion

string

None.

signinlocation

string

None.

Request Formats

application/json, text/json

Sample:
{
  "personnelId": 1,
  "username": "sample string 2",
  "password": "sample string 3",
  "deviceid": "sample string 4",
  "appversion": "sample string 5",
  "signinlocation": "sample string 6"
}

application/xml, text/xml

Sample:
<PersonnelLoginDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <appversion>sample string 5</appversion>
  <deviceid>sample string 4</deviceid>
  <password>sample string 3</password>
  <personnelId>1</personnelId>
  <signinlocation>sample string 6</signinlocation>
  <username>sample string 2</username>
</PersonnelLoginDTO>

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 'PersonnelLoginDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.