Ascio Web Service v3
Class AccountTransaction
Property | Description |
---|---|
AccountTransactionType | |
Created | |
Amount | Example: 1.1 |
Balance | Example: 1.1 |
InvoiceNo | Example: 1 |
CreditNo | Example: 1 |
Note | |
CreatedBy | |
VatPercentage | Example: 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.
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.