Request Information

Summary of the user documents for agenda.

Example URL:
v2.0/Agendas/GetAgendaSummary

None.

None.

Response Information

AgendaSummaryModel
NameDescriptionTypeAdditional information
Contacts

integer

None.

IssuedInvoices

integer

None.

PriceListItems

integer

None.

Sample:
{
  "Contacts": 1,
  "IssuedInvoices": 2,
  "PriceListItems": 3
}
Sample:
<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>