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": "2ef0d9a6-541b-47bf-aaec-1795417099e4",
"Descripcion": "sample string 2",
"ResponsableCategoria": {
"Id": "a75eaaea-bf3f-4207-b1f9-020d37a63c0c",
"Descripcion": "sample string 2",
"FechaDeBaja": "2026-04-15T09:55:19.1704207-03:00",
"FechaDeModificacion": "2026-04-15T09:55:19.1704207-03:00",
"UsuarioDeModificacion": "sample string 3"
},
"FechaDeBaja": "2026-04-15T09:55:19.1704207-03:00",
"FechaDeModificacion": "2026-04-15T09:55:19.1704207-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-04-15T09:55:19.1704207-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-15T09:55:19.1704207-03:00</FechaDeModificacion>
<Id>2ef0d9a6-541b-47bf-aaec-1795417099e4</Id>
<ResponsableCategoria>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-04-15T09:55:19.1704207-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-15T09:55:19.1704207-03:00</FechaDeModificacion>
<Id>a75eaaea-bf3f-4207-b1f9-020d37a63c0c</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.