POST api/CustomLogin?pw={pw}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pw | string |
Required |
Body Parameters
UsrUserRow| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| AppId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| Active | boolean |
Required |
|
| 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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>