Ascio Web Service v3
Class GetAccountTransactionsRequest
Property | Description |
---|---|
AccountTransactionType | |
InvoiceNo | Example: 1 |
CreditNo | Example: 1 |
FromDate | |
ToDate | |
Note | |
PageInfo |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
PagingInfo pageInfo = new PagingInfo();
pageInfo.PageIndex = 1;
pageInfo.PageIndexSpecified = true;
pageInfo.PageSize = 1;
pageInfo.PageSizeSpecified = true;
GetAccountTransactionsRequest getAccountTransactionsRequest = new GetAccountTransactionsRequest();
getAccountTransactionsRequest.AccountTransactionType = AccountTransactionType.Invoice;
getAccountTransactionsRequest.InvoiceNo = 1;
getAccountTransactionsRequest.InvoiceNoSpecified = true;
getAccountTransactionsRequest.CreditNo = 1;
getAccountTransactionsRequest.CreditNoSpecified = true;
getAccountTransactionsRequest.FromDate = new \DateTime();
getAccountTransactionsRequest.FromDateSpecified = true;
getAccountTransactionsRequest.ToDate = new \DateTime();
getAccountTransactionsRequest.ToDateSpecified = true;
getAccountTransactionsRequest.Note = "NoteTest";
getAccountTransactionsRequest.PageInfo = pageInfo;
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.