POST ApiRest/Basicos/deletePerfil?OpcionesPerfilId={OpcionesPerfilId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OpcionesPerfilId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OpcionRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of Opciones |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "OpcionId": 1, "OpcionTitulo": "sample string 1", "OpcionUrl": "sample string 2", "PerfilId": 3, "OpcionesPerfilId": 4, "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$id": "3", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 3" }, { "$ref": "2" } ], "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$ref": "3" }, "EjecucionProcesoId": "sample string 3" }