Ascio Web Service v3

Class GetAccountTransactionsRequest

PropertyDescription
AccountTransactionType
InvoiceNoExample: 1
CreditNoExample: 1
FromDate
ToDate
Note
PageInfo


//PagingInfo
pageInfo =  {};
pageInfo.PageIndex=1;
pageInfo.PageSize=1;

//GetAccountTransactionsRequest
getAccountTransactionsRequest =  {};
getAccountTransactionsRequest.AccountTransactionType="Invoice";
getAccountTransactionsRequest.InvoiceNo=1;
getAccountTransactionsRequest.CreditNo=1;
getAccountTransactionsRequest.FromDate="2024-05-05T00:23:00.522+02:00";
getAccountTransactionsRequest.ToDate="2024-05-05T00:23:00.522+02:00";
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.