C# Class IdokladSdk.Clients.AgendaClient

Methods for manipulating with Agenda resources.
Inheritance: BaseClient
Afficher le fichier Open project: mholec/idoklad-sdk-csharp

Méthodes publiques

Méthode Description
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.

Method Details

Agenda() public méthode

GET api/Agendas/{id} Detail of the agenda by Id.
public Agenda ( int agendaId ) : Agenda
agendaId int
Résultat IdokladSdk.ApiModels.Agenda

AgendaClient() public méthode

public AgendaClient ( ApiContext apiContext ) : System.Collections.Generic
apiContext ApiContext
Résultat System.Collections.Generic

AgendaContact() public méthode

GET api/Agendas/GetAgendaContact Contact information for agenda.
public AgendaContact ( ) : Contact
Résultat IdokladSdk.ApiModels.Contact

AgendaContactBankAccounts() public méthode

GET api/Agendas/GetAgendaBankAccounts List of bank accounts for agenda.
public AgendaContactBankAccounts ( ) : List
Résultat List

AgendaContactExpand() public méthode

GET api/Agendas/GetAgendaContactExpand Contact information for agenda. Expanded edition.
public AgendaContactExpand ( ) : ContactExpand
Résultat IdokladSdk.ApiModels.ContactExpand

AgendaSummary() public méthode

GET api/Agendas/GetAgendaSummary Summary of the user documents for agenda.
public AgendaSummary ( ) : AgendaSummary
Résultat IdokladSdk.ApiModels.AgendaSummary

Agendas() public méthode

GET api/Agendas List of agendas.
public Agendas ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
Résultat RowsResultWrapper

TopPartners() public méthode

GET api/Agendas/GetTopPartners Method calculates best partners by issued invoices sum.
public TopPartners ( ) : List
Résultat List