コード例 #1
0
 public string GetServiceVersion(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader)
 {
     DmsCore.NbsAccounts.GetServiceVersionRequest inValue = new DmsCore.NbsAccounts.GetServiceVersionRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     DmsCore.NbsAccounts.GetServiceVersionResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetServiceVersion(inValue);
     return(retVal.GetServiceVersionResult);
 }
コード例 #2
0
 public string GetCompanyAccountOriginByNationalIdNumber(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, long nationalIdentificationNumber)
 {
     DmsCore.NbsAccounts.GetCompanyAccountOriginByNationalIdNumberRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountOriginByNationalIdNumberRequest();
     inValue.AuthenticationHeader         = AuthenticationHeader;
     inValue.nationalIdentificationNumber = nationalIdentificationNumber;
     DmsCore.NbsAccounts.GetCompanyAccountOriginByNationalIdNumberResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountOriginByNationalIdNumber(inValue);
     return(retVal.GetCompanyAccountOriginByNationalIdNumberResult);
 }
コード例 #3
0
 public string GetCompanyAccountType(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <int> companyAccountTypeID)
 {
     DmsCore.NbsAccounts.GetCompanyAccountTypeRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountTypeRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.companyAccountTypeID = companyAccountTypeID;
     DmsCore.NbsAccounts.GetCompanyAccountTypeResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountType(inValue);
     return(retVal.GetCompanyAccountTypeResult);
 }
コード例 #4
0
 public GetCompanyAccountUpdatedRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo, System.Nullable <long> startItemNumber, System.Nullable <long> endItemNumber)
 {
     this.AuthenticationHeader = AuthenticationHeader;
     this.dateFrom             = dateFrom;
     this.dateTo          = dateTo;
     this.startItemNumber = startItemNumber;
     this.endItemNumber   = endItemNumber;
 }
コード例 #5
0
 public long GetCompanyAccountUpdatedCount(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo)
 {
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.dateFrom             = dateFrom;
     inValue.dateTo = dateTo;
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountUpdatedCount(inValue);
     return(retVal.GetCompanyAccountUpdatedCountResult);
 }
コード例 #6
0
 public string GetCompanyAccountUpdated(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo, System.Nullable <long> startItemNumber, System.Nullable <long> endItemNumber)
 {
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountUpdatedRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.dateFrom             = dateFrom;
     inValue.dateTo          = dateTo;
     inValue.startItemNumber = startItemNumber;
     inValue.endItemNumber   = endItemNumber;
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountUpdated(inValue);
     return(retVal.GetCompanyAccountUpdatedResult);
 }
コード例 #7
0
 public GetCompanyAccountTopRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <long> nationalIdentificationNumber, string taxIdentificationNumber, System.Nullable <long> bankCode, System.Nullable <long> accountNumber, System.Nullable <int> controlNumber, string companyName, string city)
 {
     this.AuthenticationHeader         = AuthenticationHeader;
     this.nationalIdentificationNumber = nationalIdentificationNumber;
     this.taxIdentificationNumber      = taxIdentificationNumber;
     this.bankCode      = bankCode;
     this.accountNumber = accountNumber;
     this.controlNumber = controlNumber;
     this.companyName   = companyName;
     this.city          = city;
 }
コード例 #8
0
 public string GetCompanyAccountTop(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <long> nationalIdentificationNumber, string taxIdentificationNumber, System.Nullable <long> bankCode, System.Nullable <long> accountNumber, System.Nullable <int> controlNumber, string companyName, string city)
 {
     DmsCore.NbsAccounts.GetCompanyAccountTopRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountTopRequest();
     inValue.AuthenticationHeader         = AuthenticationHeader;
     inValue.nationalIdentificationNumber = nationalIdentificationNumber;
     inValue.taxIdentificationNumber      = taxIdentificationNumber;
     inValue.bankCode      = bankCode;
     inValue.accountNumber = accountNumber;
     inValue.controlNumber = controlNumber;
     inValue.companyName   = companyName;
     inValue.city          = city;
     DmsCore.NbsAccounts.GetCompanyAccountTopResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountTop(inValue);
     return(retVal.GetCompanyAccountTopResult);
 }
コード例 #9
0
 public GetCompanyAccountOriginByNationalIdNumberRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, long nationalIdentificationNumber)
 {
     this.AuthenticationHeader         = AuthenticationHeader;
     this.nationalIdentificationNumber = nationalIdentificationNumber;
 }
コード例 #10
0
 public GetCompanyAccountUpdatedCountRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo)
 {
     this.AuthenticationHeader = AuthenticationHeader;
     this.dateFrom             = dateFrom;
     this.dateTo = dateTo;
 }
コード例 #11
0
 public GetCompanyAccountTypeRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <int> companyAccountTypeID)
 {
     this.AuthenticationHeader = AuthenticationHeader;
     this.companyAccountTypeID = companyAccountTypeID;
 }
コード例 #12
0
 public GetServiceVersionRequest(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader)
 {
     this.AuthenticationHeader = AuthenticationHeader;
 }