Ascio Web Service v3

Class AccountTransaction

PropertyDescription
AccountTransactionType
Created
AmountExample: 1.1
BalanceExample: 1.1
InvoiceNoExample: 1
CreditNoExample: 1
Note
CreatedBy
VatPercentageExample: 1.1
<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;


$accountTransaction =  new ascio\AccountTransaction();
$accountTransaction->setAccountTransactionType(ascio\AccountTransactionType::Invoice);
$accountTransaction->setCreated(new \DateTime());
$accountTransaction->setAmount(1.1);
$accountTransaction->setBalance(1.1);
$accountTransaction->setInvoiceNo(1);
$accountTransaction->setCreditNo(1);
$accountTransaction->setNote("NoteTest");
$accountTransaction->setCreatedBy("CreatedByTest");
$accountTransaction->setVatPercentage(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.