POST api/faturamento/faturarTU
Request Information
URI Parameters
None.
Body Parameters
FaturamentoTuRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroInstalacao | string |
None. |
|
| unidadeConsumidora | string |
None. |
|
| gerarBoletoAsaas | boolean |
None. |
|
| periodoReferente | string |
None. |
|
| dataVencimento | date |
None. |
|
| leituraProximoMes | date |
None. |
|
| formaPagamentoId | integer |
None. |
|
| tipoFechamento | string |
None. |
|
| valorAjuste | decimal number |
None. |
|
| observacaoFechamento | string |
None. |
|
| saldoEnergia | decimal number |
None. |
|
| anexoUrl | string |
None. |
|
| entradaTU | FaturamentoEntradaTu |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroInstalacao": "sample string 1",
"unidadeConsumidora": "sample string 2",
"gerarBoletoAsaas": true,
"periodoReferente": "sample string 4",
"dataVencimento": "2026-06-01T14:33:38.8047623-03:00",
"leituraProximoMes": "2026-06-01T14:33:38.8047623-03:00",
"formaPagamentoId": 5,
"tipoFechamento": "sample string 6",
"valorAjuste": 7.0,
"observacaoFechamento": "sample string 8",
"saldoEnergia": 9.0,
"anexoUrl": "sample string 10",
"entradaTU": {
"contaAtual": {
"kwh": 1.0,
"tarifa": 2.0,
"iluminacaoPublica": 3.0,
"outrosDebitos": 4.0,
"outrasContribuicoes": 5.0
},
"energiaInjetada": {
"kwhInjetado": 1.0,
"impostoPisCofins": 2.0
}
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.