POST api/ResponsableAPI/Post
POST
Request Information
URI Parameters
None.
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": "eb24c094-d416-4225-a5b4-f51801f576eb",
"Descripcion": "sample string 2",
"ResponsableCategoria": {
"Id": "194785e4-1d67-436c-a369-c96907122232",
"Descripcion": "sample string 2",
"FechaDeBaja": "2026-01-09T12:22:38.5374421-03:00",
"FechaDeModificacion": "2026-01-09T12:22:38.5374421-03:00",
"UsuarioDeModificacion": "sample string 3"
},
"FechaDeBaja": "2026-01-09T12:22:38.5374421-03:00",
"FechaDeModificacion": "2026-01-09T12:22:38.5374421-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-09T12:22:38.5374421-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:22:38.5374421-03:00</FechaDeModificacion>
<Id>eb24c094-d416-4225-a5b4-f51801f576eb</Id>
<ResponsableCategoria>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-01-09T12:22:38.5374421-03:00</FechaDeBaja>
<FechaDeModificacion>2026-01-09T12:22:38.5374421-03:00</FechaDeModificacion>
<Id>194785e4-1d67-436c-a369-c96907122232</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.