Request Information
Sum of the invoice amount for the quarters.
Example URL:
v2.0/Agendas/GetSummaryQuarters
None.
None.
Response Information
Collection of SummaryQuarter
Name | Description | Type | Additional information |
---|---|---|---|
Billed | decimal number |
None. |
|
Rank | integer |
None. |
|
Title | string |
None. |
|
TotalPaid | decimal number |
None. |
|
TotalProforma | decimal number |
None. |
|
TotalUnPaid | decimal number |
None. |
Sample:
[ { "Billed": 1.0, "Rank": 2, "Title": "sample string 3", "TotalPaid": 4.0, "TotalProforma": 5.0, "TotalUnPaid": 6.0 } ]
Sample:
<ArrayOfSummaryQuarter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doklad.DAL"> <SummaryQuarter> <Billed>1</Billed> <Rank>2</Rank> <Title>sample string 3</Title> <TotalPaid>4</TotalPaid> <TotalProforma>5</TotalProforma> <TotalUnPaid>6</TotalUnPaid> </SummaryQuarter> </ArrayOfSummaryQuarter>