POST login
Request Information
URI Parameters
None.
Body Parameters
Usuarios| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Correo | string |
None. |
|
| Password | string |
None. |
|
| Descripcion | string |
None. |
|
| RolId | integer |
None. |
|
| Activo | boolean |
None. |
|
| FechaReg | date |
None. |
|
| UrlInvocacion | string |
None. |
|
| UrlValidacion | string |
None. |
|
| MetodoValidaId | integer |
None. |
|
| RecuperaUsuario | Collection of RecuperaUsuario |
None. |
|
| Roles | Roles |
None. |
|
| Transacciones | Collection of Transacciones |
None. |
|
| ClearSale_OrderStatus | Collection of ClearSale_OrderStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Correo": "sample string 2",
"Password": "sample string 3",
"Descripcion": "sample string 4",
"RolId": 5,
"Activo": true,
"FechaReg": "2026-01-26T13:43:29.5333555+00:00",
"UrlInvocacion": "sample string 8",
"UrlValidacion": "sample string 9",
"MetodoValidaId": 10,
"ClearSale_OrderStatus": [
{
"ID": "sample string 1",
"Referencia": "sample string 2",
"Status": "sample string 3",
"Score": "sample string 4",
"UsuarioId": 1,
"Status_Description": "sample string 5",
"Log_Date": "2026-01-26T13:43:29.5489802+00:00",
"Last_Update_Date": "2026-01-26T13:43:29.5489802+00:00",
"Email": "sample string 7",
"TotalValue": 1.0,
"IP": "sample string 8",
"Obs": "sample string 9",
"Currency": "sample string 10",
"ContactData_Name": "sample string 11",
"Address_Street": "sample string 12",
"Address_Number": "sample string 13",
"Address_Country": "sample string 14",
"Address_City": "sample string 15",
"Address_State": "sample string 16",
"Address_ZipCode": "sample string 17",
"Phone_AreaCode": "sample string 18",
"Phone_CustomerPhoneNumber": "sample string 19",
"Details_HotelCheckin": "2026-01-26T13:43:29.5489802+00:00",
"Details_HotelCheckout": "2026-01-26T13:43:29.5489802+00:00",
"SessionID": "sample string 20"
},
{
"ID": "sample string 1",
"Referencia": "sample string 2",
"Status": "sample string 3",
"Score": "sample string 4",
"UsuarioId": 1,
"Status_Description": "sample string 5",
"Log_Date": "2026-01-26T13:43:29.5489802+00:00",
"Last_Update_Date": "2026-01-26T13:43:29.5489802+00:00",
"Email": "sample string 7",
"TotalValue": 1.0,
"IP": "sample string 8",
"Obs": "sample string 9",
"Currency": "sample string 10",
"ContactData_Name": "sample string 11",
"Address_Street": "sample string 12",
"Address_Number": "sample string 13",
"Address_Country": "sample string 14",
"Address_City": "sample string 15",
"Address_State": "sample string 16",
"Address_ZipCode": "sample string 17",
"Phone_AreaCode": "sample string 18",
"Phone_CustomerPhoneNumber": "sample string 19",
"Details_HotelCheckin": "2026-01-26T13:43:29.5489802+00:00",
"Details_HotelCheckout": "2026-01-26T13:43:29.5489802+00:00",
"SessionID": "sample string 20"
}
]
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.