C# Класс IdokladSdk.Clients.AgendaClient

Methods for manipulating with Agenda resources.
Наследование: BaseClient
Показать файл Открыть проект

Открытые методы

Метод Описание
Agenda ( int agendaId ) : Agenda

GET api/Agendas/{id} Detail of the agenda by Id.

AgendaClient ( ApiContext apiContext ) : System.Collections.Generic
AgendaContact ( ) : Contact

GET api/Agendas/GetAgendaContact Contact information for agenda.

AgendaContactBankAccounts ( ) : List

GET api/Agendas/GetAgendaBankAccounts List of bank accounts for agenda.

AgendaContactExpand ( ) : ContactExpand

GET api/Agendas/GetAgendaContactExpand Contact information for agenda. Expanded edition.

AgendaSummary ( ) : AgendaSummary

GET api/Agendas/GetAgendaSummary Summary of the user documents for agenda.

Agendas ( Paging paging = null ) : RowsResultWrapper

GET api/Agendas List of agendas.

TopPartners ( ) : List

GET api/Agendas/GetTopPartners Method calculates best partners by issued invoices sum.

Описание методов

Agenda() публичный Метод

GET api/Agendas/{id} Detail of the agenda by Id.
public Agenda ( int agendaId ) : Agenda
agendaId int
Результат IdokladSdk.ApiModels.Agenda

AgendaClient() публичный Метод

public AgendaClient ( ApiContext apiContext ) : System.Collections.Generic
apiContext ApiContext
Результат System.Collections.Generic

AgendaContact() публичный Метод

GET api/Agendas/GetAgendaContact Contact information for agenda.
public AgendaContact ( ) : Contact
Результат IdokladSdk.ApiModels.Contact

AgendaContactBankAccounts() публичный Метод

GET api/Agendas/GetAgendaBankAccounts List of bank accounts for agenda.
public AgendaContactBankAccounts ( ) : List
Результат List

AgendaContactExpand() публичный Метод

GET api/Agendas/GetAgendaContactExpand Contact information for agenda. Expanded edition.
public AgendaContactExpand ( ) : ContactExpand
Результат IdokladSdk.ApiModels.ContactExpand

AgendaSummary() публичный Метод

GET api/Agendas/GetAgendaSummary Summary of the user documents for agenda.
public AgendaSummary ( ) : AgendaSummary
Результат IdokladSdk.ApiModels.AgendaSummary

Agendas() публичный Метод

GET api/Agendas List of agendas.
public Agendas ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
Результат RowsResultWrapper

TopPartners() публичный Метод

GET api/Agendas/GetTopPartners Method calculates best partners by issued invoices sum.
public TopPartners ( ) : List
Результат List