Informace o requestu

Počet dokladů v agendě.

Příklad URL:
v2.0/Agendas/GetAgendaSummary

None.

Žádné.

Informace o response

AgendaSummaryModel
JménoPopisTypDoplňující informace
Contacts

Počet kontaktů

integer

Žádné.

IssuedInvoices

Počet faktur

integer

Žádné.

PriceListItems

Počet položek ceníku

integer

Žádné.

Ukážka:
{
  "Contacts": 1,
  "IssuedInvoices": 2,
  "PriceListItems": 3
}
Ukážka:
<AgendaSummaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels">
  <Contacts>1</Contacts>
  <IssuedInvoices>2</IssuedInvoices>
  <PriceListItems>3</PriceListItems>
</AgendaSummaryModel>