POST api/perfilamiento/grabarPerfil
Guarda un perfil.
Request Information
URI Parameters
None.
Body Parameters
Perfil a guardar
perfilDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| perfilId | integer |
None. |
|
| nombre | string |
None. |
|
| estado | string |
None. |
|
| existe | boolean |
None. |
|
| orden | integer |
None. |
|
| eliminado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"perfilId": 1,
"nombre": "sample string 2",
"estado": "sample string 3",
"existe": true,
"orden": 5,
"eliminado": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Respuesta de éxito o error
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.