sdec-brasil / invoice-explorer

API + Interface Pública para Resgate de Informações do SDEC
MIT License
1 stars 0 forks source link

Total Value in Late Invoices from a Single City #3

Closed tloriato closed 5 years ago

tloriato commented 5 years ago
Screen Shot 2019-07-10 at 11 14 17 PM

Related to sdec-brasil/old-dashboard#60

dbeyda commented 5 years ago

request:

/v1/cities/<city-id>/late-invoices/

response:

{
    "lateIssValue": 9,
    "lateIssCount": 1
}