Ascio Web Service v3
Class ArrayOfAccountTransactions
Property |
---|
AccountTransaction |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
AccountTransaction accountTransaction = new AccountTransaction();
accountTransaction.AccountTransactionType = AccountTransactionType.Invoice;
accountTransaction.Created = new \DateTime();
accountTransaction.CreatedSpecified = true;
accountTransaction.Amount = 1.1;
accountTransaction.AmountSpecified = true;
accountTransaction.Balance = 1.1;
accountTransaction.BalanceSpecified = true;
accountTransaction.InvoiceNo = 1;
accountTransaction.InvoiceNoSpecified = true;
accountTransaction.CreditNo = 1;
accountTransaction.CreditNoSpecified = true;
accountTransaction.Note = "NoteTest";
accountTransaction.CreatedBy = "CreatedByTest";
accountTransaction.VatPercentage = 1.1;
accountTransaction.VatPercentageSpecified = true;
ArrayOfAccountTransactions arrayOfAccountTransactions = new ArrayOfAccountTransactions(array($accountTransaction));
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.