Ascio Web Service v3
Class AccountTransaction
| Property | Description | 
|---|---|
| AccountTransactionType | |
| Created | |
| Amount | Example: 1.1 | 
| Balance | Example: 1.1 | 
| InvoiceNo | Example: 1 | 
| CreditNo | Example: 1 | 
| Note | |
| CreatedBy | |
| VatPercentage | Example: 1.1 | 
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;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.