Ascio Web Service v3
Class GetAccountTransactionsResponse
Property | Description |
---|---|
GetAccountTransactionsResult | |
TotalCount | Example: 1 |
AccountTransactions | |
Currency | |
VatPercentage | Example: 1.1 |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
Used in examples
# AccountTransaction
accountTransaction = {
"AccountTransactionType" : "Invoice",
"Created" : "2024-11-21T15:16:50.385+01:00",
"Amount" : 1.1,
"Balance" : 1.1,
"InvoiceNo" : 1,
"CreditNo" : 1,
"Note" : "NoteTest",
"CreatedBy" : "CreatedByTest",
"VatPercentage" : 1.1
}
# ArrayOfAccountTransactions
accountTransactions = []
# GetAccountTransactionsResponse
getAccountTransactionsResponse_type = client.get_type('v3:GetAccountTransactionsResponse')
getAccountTransactionsResponse = getAccountTransactionsResponse_type(
ResultCode = 1,
ResultMessage = "ResultMessageTest",
Errors = {"string" : [
]},
TotalCount = 1,
AccountTransactions = accountTransactions,
Currency = "CurrencyTest",
VatPercentage = 1.1
)
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.