DELETE api/Rubro?rubroId={rubroId}
Elimina un rubro en el sistema. ADMINISTRADOR
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rubroId |
Rubro que se desea eliminar. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Retorna OK si se realizó correctamente. Sino devuelve Conflicto el mensaje de error.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>