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": "a22470d3-144d-4fbc-825c-51251925d5fc",
"Descripcion": "sample string 2",
"ResponsableCategoria": {
"Id": "11d767df-7fbe-4b6b-8114-9321d2222196",
"Descripcion": "sample string 2",
"FechaDeBaja": "2026-06-07T11:49:57.0898236-03:00",
"FechaDeModificacion": "2026-06-07T11:49:57.0898236-03:00",
"UsuarioDeModificacion": "sample string 3"
},
"FechaDeBaja": "2026-06-07T11:49:57.0898236-03:00",
"FechaDeModificacion": "2026-06-07T11:49:57.0898236-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-06-07T11:49:57.0898236-03:00</FechaDeBaja>
<FechaDeModificacion>2026-06-07T11:49:57.0898236-03:00</FechaDeModificacion>
<Id>a22470d3-144d-4fbc-825c-51251925d5fc</Id>
<ResponsableCategoria>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-06-07T11:49:57.0898236-03:00</FechaDeBaja>
<FechaDeModificacion>2026-06-07T11:49:57.0898236-03:00</FechaDeModificacion>
<Id>11d767df-7fbe-4b6b-8114-9321d2222196</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.