Ascio Web Service v3
Class GetAccountTransactionsRequest
Property | Description |
---|---|
AccountTransactionType | |
InvoiceNo | Example: 1 |
CreditNo | Example: 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-11-21T15:35:30.493+01:00";
getAccountTransactionsRequest.ToDate="2024-11-21T15:35:30.493+01: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.
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.