POST api/Login?pw={pw}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pw

string

Required

Body Parameters

UsrUserRow
NameDescriptionTypeAdditional information
Id

integer

Required

AppId

integer

Required

RowGuid

globally unique identifier

Required

Name

string

None.

Password

string

None.

Active

boolean

Required

Email

string

None.

Firstname

string

None.

Lastname

string

None.

AuthType

integer

Required

Custom1

string

None.

Custom2

string

None.

Abbreviation

string

None.

Phone

string

None.

Mobile

string

None.

Fax

string

None.

JobTitle

string

None.

Branch

string

None.

RowError

string

None.

RowState

DataRowState

Required

Table

DataTable

None.

Item

Object

None.

Item

Object

None.

Item

Object

None.

Item

Object

None.

Item

Object

None.

Item

Object

None.

ItemArray

Collection of Object

None.

HasErrors

boolean

Required

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>