PUT api/UsuarioLogins/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UsuarioLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdUsuario | integer |
None. |
|
| DataLog | date |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"idUsuario": 2,
"dataLog": "2026-04-28T22:43:29.3069421-03:00",
"token": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.