Method | Description | |
---|---|---|
Agenda ( int agendaId ) : |
GET api/Agendas/{id} Detail of the agenda by Id.
|
|
AgendaClient ( ApiContext apiContext ) : System.Collections.Generic | ||
AgendaContact ( ) : |
GET api/Agendas/GetAgendaContact Contact information for agenda.
|
|
AgendaContactBankAccounts ( ) : List |
GET api/Agendas/GetAgendaBankAccounts List of bank accounts for agenda.
|
|
AgendaContactExpand ( ) : |
GET api/Agendas/GetAgendaContactExpand Contact information for agenda. Expanded edition.
|
|
AgendaSummary ( ) : |
GET api/Agendas/GetAgendaSummary Summary of the user documents for agenda.
|
|
Agendas ( |
GET api/Agendas List of agendas.
|
|
TopPartners ( ) : List |
GET api/Agendas/GetTopPartners Method calculates best partners by issued invoices sum.
|
public Agenda ( int agendaId ) : |
||
agendaId | int | |
return |
public AgendaClient ( ApiContext apiContext ) : System.Collections.Generic | ||
apiContext | ApiContext | |
return | System.Collections.Generic |
public AgendaContact ( ) : |
||
return |
public AgendaContactExpand ( ) : |
||
return |
public AgendaSummary ( ) : |
||
return |
public Agendas ( |
||
paging | ||
return | RowsResultWrapper |