POST api/logintoken
Request Information
URI Parameters
None.
Body Parameters
LoginTokenRQT| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1"
}
text/xml
Sample:
<LoginTokenRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models.Seguridad"> <Token>sample string 1</Token> </LoginTokenRQT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LoginRPS| Name | Description | Type | Additional information |
|---|---|---|---|
| IDMsj | integer |
None. |
|
| Msj | string |
None. |
|
| UsuaCodigo | integer |
None. |
|
| UsuaNombres | string |
None. |
|
| EntiCodigo | string |
None. |
|
| EntiNombre | string |
None. |
|
| UsuaActClave | boolean |
None. |
|
| UsuaAceptUso | boolean |
None. |
|
| DiaCaducacion | integer |
None. |
|
| RolEmpUsuaCodigoDefault | integer |
None. |
|
| Token | string |
None. |
|
| UsuaInicial | string |
None. |
|
| TiempoEspera | integer |
None. |
|
| listRol | Collection of RolRPS |
None. |
|
| Menu | Collection of MenuPaginaRPS |
None. |
|
| Dashboards | DashboardsUsuarioRPS |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/xml
Sample: