public GetBulkDownloadStatusResponse TryGetBulkDownloadStatus(ApiAuthentication auth, string requestId, long?accountId, long?customerId)
 {
     return(MethodHelper.TryGet(GetBulkDownloadStatus, this, auth, requestId, accountId, customerId));
 }
Esempio n. 2
0
 public GetAccountsInfoResponse TryGetAccountsInfo(ApiAuthentication auth, long?customerId, bool onlyParentAccounts)
 {
     return(MethodHelper.TryGet(GetAccountsInfo, this, auth, customerId, onlyParentAccounts));
 }
 public GetBulkUploadUrlResponse TryGetBulkUploadUrl(ApiAuthentication auth, long accountId, ResponseMode responseMode, long?customerId)
 {
     return(MethodHelper.TryGet(GetBulkUploadUrl, this, auth, accountId, responseMode, customerId));
 }
Esempio n. 4
0
 public GetInsertionOrdersByAccountResponse TryGetInsertionOrdersByAccount(ApiAuthentication auth, long accountId, long[] insertionOrderIds = null)
 {
     return(MethodHelper.TryGet(GetInsertionOrdersByAccount, this, auth, accountId, insertionOrderIds));
 }
Esempio n. 5
0
 public GetKOHIOInvoicesResponse TryGetKOHIOInvoices(ApiAuthentication auth, string[] invoiceIds)
 {
     return(MethodHelper.TryGet(GetKOHIOInvoices, this, auth, invoiceIds));
 }
 public void TryDownloadFileFromUrl(string downloadUrl, string zipFileName)
 {
     MethodHelper.TryGetVoid(DownloadFileFromUrl, this, downloadUrl, zipFileName);
 }
Esempio n. 7
0
 public GetAccountMonthlySpendResponse TryGetAccountMonthlySpend(ApiAuthentication auth, long accountId, DateTime monthYear)
 {
     return(MethodHelper.TryGet(GetAccountMonthlySpend, this, auth, accountId, monthYear));
 }
Esempio n. 8
0
 public SignupCustomerResponse TrySignupCustomer(ApiAuthentication auth, Account account, ApplicationType applicationType, Customer customer, long parentCustomerId)
 {
     return(MethodHelper.TryGet(SignupCustomer, this, auth, account, applicationType, customer, parentCustomerId));
 }
Esempio n. 9
0
 public UpdateAccountResponse TryUpdateAccount(ApiAuthentication auth, Account account)
 {
     return(MethodHelper.TryGet(UpdateAccount, this, auth, account));
 }
Esempio n. 10
0
 public GetCustomerPilotFeaturesResponse TryGetCustomerPilotFeatures(ApiAuthentication auth, long customerId)
 {
     return(MethodHelper.TryGet(GetCustomerPilotFeatures, this, auth, customerId));
 }
Esempio n. 11
0
 public SendUserInvitationResponse TrySendUserInvitation(ApiAuthentication auth, UserInvitation userInvitation)
 {
     return(MethodHelper.TryGet(SendUserInvitation, this, auth, userInvitation));
 }
Esempio n. 12
0
 public GetAccessibleCustomerResponse TryGetAccessibleCustomer(ApiAuthentication auth, long customerId)
 {
     return(MethodHelper.TryGet(GetAccessibleCustomer, this, auth, customerId));
 }
Esempio n. 13
0
 public GetUsersInfoResponse TryGetUsersInfo(ApiAuthentication auth, long customerId, UserLifeCycleStatus?statusFilter)
 {
     return(MethodHelper.TryGet(GetUsersInfo, this, auth, customerId, statusFilter));
 }
Esempio n. 14
0
 public GetUserResponse TryGetUser(ApiAuthentication auth, long?userId)
 {
     return(MethodHelper.TryGet(GetUser, this, auth, userId));
 }
 private SubmitGenerateReportResponse TrySubmitReport(ApiAuthentication auth, ReportRequest reportRequest, long?customerId, long?accountId)
 {
     return(MethodHelper.TryGet(SubmitReport, this, auth, reportRequest, customerId, accountId));
 }
Esempio n. 16
0
 public UpdateCustomerResponse TryUpdateCustomer(ApiAuthentication auth, Customer customer)
 {
     return(MethodHelper.TryGet(UpdateCustomer, this, auth, customer));
 }
 public PollGenerateReportResponse TryPollGenerateReport(ApiAuthentication auth, string reportRequestId, long?customerId, long?accountId)
 {
     return(MethodHelper.TryGet(PollGenerateReport, this, auth, reportRequestId, customerId, accountId));
 }
Esempio n. 18
0
 public UpdateClientLinksResponse TryUpdateClientLinks(ApiAuthentication auth, ClientLink[] clientLinks)
 {
     return(MethodHelper.TryGet(UpdateClientLinks, this, auth, clientLinks));
 }
Esempio n. 19
0
 public SearchInsertionOrdersResponse TrySearchInsertionOrders(ApiAuthentication auth, OrderBy[] ordering, Paging pageing, Predicate[] predicates)
 {
     return(MethodHelper.TryGet(SearchInsertionOrders, this, auth, ordering, pageing, predicates));
 }
Esempio n. 20
0
 public SearchClientLinksResponse TrySearchClientLinks(ApiAuthentication auth, OrderBy[] orderBy, Paging paging, Predicate[] predicates)
 {
     return(MethodHelper.TryGet(SearchClientLinks, this, auth, orderBy, paging, predicates));
 }
Esempio n. 21
0
 public GetBillingDocumentsResponse TryGetBillingDocuments(ApiAuthentication auth, long[] documentIds, DataType dataType = DataType.Xml)
 {
     return(MethodHelper.TryGet(GetBillingDocuments, this, auth, documentIds, dataType));
 }
Esempio n. 22
0
 public GetCustomersInfoResponse TryGetCustomersInfo(ApiAuthentication auth, string _customerNameFilter, int _topN)
 {
     return(MethodHelper.TryGet(GetCustomersInfo, this, auth, _customerNameFilter, _topN));
 }
Esempio n. 23
0
 public GetDisplayInvoicesResponse TryGetDisplayInvoices(ApiAuthentication auth, long[] invoiceIds, DataType dataType)
 {
     return(MethodHelper.TryGet(GetDisplayInvoices, this, auth, invoiceIds, dataType));
 }
Esempio n. 24
0
 public AddPrepayAccountResponse TryAddPrepayAccount(ApiAuthentication auth, AdvertiserAccount prePayAccount)
 {
     return(MethodHelper.TryGet(AddPrepayAccount, this, auth, prePayAccount));
 }
Esempio n. 25
0
 public AddInsertionOrderResponse TryAddInsertionOrder(ApiAuthentication auth, InsertionOrder order)
 {
     return(MethodHelper.TryGet(AddInsertionOrder, this, auth, order));
 }
Esempio n. 26
0
 public GetAccountResponse TryGetAccount(ApiAuthentication auth, long accountId)
 {
     return(MethodHelper.TryGet(GetAccount, this, auth, accountId));
 }