예제 #1
0
 public Task <XtrfResult <List <int> > > GetPersonIds(UpdatedSinceParameter param)
 => Get <List <int> >(new ExecuteParams($"/customers/persons/ids", param));
예제 #2
0
 public Task <XtrfResult <List <int> > > GetAllIds(UpdatedSinceParameter param = null)
 => Get <List <int> >(new ExecuteParams($"/providers/ids", param));
예제 #3
0
 public Task <XtrfResult <EntityWithNames> > GetAll(UpdatedSinceParameter param = null)
 => Get <EntityWithNames> (new ExecuteParams($"/customers/", param));
예제 #4
0
 public Task <XtrfResult <List <long> > > GetAllIds(UpdatedSinceParameter param = null)
 => Get <List <long> > (new ExecuteParams($"/accounting/customers/invoices/ids", param));