PUT api/ResponsableAPI/Put/{id}
PUT
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Responsable| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
Required String length: inclusive between 0 and 100 |
|
| ResponsableCategoria | ResponsableCategoria |
Required |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a27a6968-e438-4e46-8299-161ff68a07bf",
"Descripcion": "sample string 2",
"ResponsableCategoria": {
"Id": "cc1c4c15-e940-4e2e-8dc5-f8ac84777b00",
"Descripcion": "sample string 2",
"FechaDeBaja": "2026-01-10T01:22:39.583023-03:00",
"FechaDeModificacion": "2026-01-10T01:22:39.583023-03:00",
"UsuarioDeModificacion": "sample string 3"
},
"FechaDeBaja": "2026-01-10T01:22:39.583023-03:00",
"FechaDeModificacion": "2026-01-10T01:22:39.583023-03:00",
"UsuarioDeModificacion": "sample string 3"
}
application/xml, text/xml
Sample:
<Responsable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-01-10T01:22:39.583023-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-10T01:22:39.583023-03:00</FechaDeModificacion>
<Id>a27a6968-e438-4e46-8299-161ff68a07bf</Id>
<ResponsableCategoria>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-01-10T01:22:39.583023-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-10T01:22:39.583023-03:00</FechaDeModificacion>
<Id>cc1c4c15-e940-4e2e-8dc5-f8ac84777b00</Id>
<UsuarioDeModificacion>sample string 3</UsuarioDeModificacion>
</ResponsableCategoria>
<UsuarioDeModificacion>sample string 3</UsuarioDeModificacion>
</Responsable>
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.