PUT api/Faturas
Updates an invoice status
Request Information
URI Parameters
None.
Body Parameters
Invoice to update
Fatura| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFatura | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdContador | integer |
None. |
|
| DataFatura | date |
None. |
|
| Consumo | decimal number |
None. |
|
| ValorTotal | decimal number |
None. |
|
| IdEstadoFatura | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFatura": 1,
"IdCliente": 2,
"IdContador": 3,
"DataFatura": "2026-08-30T09:15:14.1540241-05:00",
"Consumo": 5.0,
"ValorTotal": 6.0,
"IdEstadoFatura": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The resolt.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.