PUT api/DeviceAPI/Put/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Device| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Usuario | Usuario |
None. |
|
| SO | string |
None. |
|
| DeviceID | string |
Required |
|
| Token | string |
Required |
|
| Activado | boolean |
None. |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "547b247e-177c-43a5-a777-6883a5f403a7",
"Usuario": {
"Id": "e2135762-6053-48b8-99d9-25b96d9aa43b",
"IdOwin": "sample string 2",
"Descripcion": "sample string 3",
"Email": "sample string 4",
"UserName": "sample string 5",
"FechaDeBaja": "2026-01-10T01:46:41.6579738-03:00",
"FechaDeModificacion": "2026-01-10T01:46:41.6579738-03:00",
"Lotes": [
{
"Id": "397f7ed1-8258-4f59-bc9b-22981025406b",
"IdLote": "16d04cf3-bf5f-4c78-acb3-67b3725775c2",
"IdUsuario": "d1d6ebe4-b928-42e6-bd83-04349bae923b",
"FechaDeAsignacion": "2026-01-10T01:46:41.6579738-03:00",
"FechaDeDesasignacion": "2026-01-10T01:46:41.6579738-03:00"
},
{
"Id": "397f7ed1-8258-4f59-bc9b-22981025406b",
"IdLote": "16d04cf3-bf5f-4c78-acb3-67b3725775c2",
"IdUsuario": "d1d6ebe4-b928-42e6-bd83-04349bae923b",
"FechaDeAsignacion": "2026-01-10T01:46:41.6579738-03:00",
"FechaDeDesasignacion": "2026-01-10T01:46:41.6579738-03:00"
}
]
},
"SO": "sample string 2",
"DeviceID": "sample string 3",
"Token": "sample string 4",
"Activado": true,
"FechaDeBaja": "2026-01-10T01:46:41.6579738-03:00",
"FechaDeModificacion": "2026-01-10T01:46:41.6579738-03:00",
"UsuarioDeModificacion": "sample string 6"
}
application/xml, text/xml
Sample:
<Device xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<Activado>true</Activado>
<DeviceID>sample string 3</DeviceID>
<FechaDeBaja>2026-01-10T01:46:41.6579738-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-10T01:46:41.6579738-03:00</FechaDeModificacion>
<Id>547b247e-177c-43a5-a777-6883a5f403a7</Id>
<SO>sample string 2</SO>
<Token>sample string 4</Token>
<Usuario>
<Descripcion>sample string 3</Descripcion>
<Email>sample string 4</Email>
<FechaDeBaja>2026-01-10T01:46:41.6579738-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-10T01:46:41.6579738-03:00</FechaDeModificacion>
<Id>e2135762-6053-48b8-99d9-25b96d9aa43b</Id>
<IdOwin>sample string 2</IdOwin>
<Lotes>
<LoteUsuario>
<FechaDeAsignacion>2026-01-10T01:46:41.6579738-03:00</FechaDeAsignacion>
<FechaDeDesasignacion>2026-01-10T01:46:41.6579738-03:00</FechaDeDesasignacion>
<Id>397f7ed1-8258-4f59-bc9b-22981025406b</Id>
<IdLote>16d04cf3-bf5f-4c78-acb3-67b3725775c2</IdLote>
<IdUsuario>d1d6ebe4-b928-42e6-bd83-04349bae923b</IdUsuario>
</LoteUsuario>
<LoteUsuario>
<FechaDeAsignacion>2026-01-10T01:46:41.6579738-03:00</FechaDeAsignacion>
<FechaDeDesasignacion>2026-01-10T01:46:41.6579738-03:00</FechaDeDesasignacion>
<Id>397f7ed1-8258-4f59-bc9b-22981025406b</Id>
<IdLote>16d04cf3-bf5f-4c78-acb3-67b3725775c2</IdLote>
<IdUsuario>d1d6ebe4-b928-42e6-bd83-04349bae923b</IdUsuario>
</LoteUsuario>
</Lotes>
<UserName>sample string 5</UserName>
</Usuario>
<UsuarioDeModificacion>sample string 6</UsuarioDeModificacion>
</Device>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.