Ascio Web Service v3

Class GetInvoiceResponse

PropertyDescription
GetInvoiceResult
InvoiceNoExample: 1
AmountExample: 1.1
VatPercentageExample: 1.1
Created
CreatedBy
Note
Currency
SalesLineGroups
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

SalesLineGroup salesLineGroup =  new SalesLineGroup();
salesLineGroup.ProductName = "ProductNameTest";
salesLineGroup.ProductNameSpecified = true;
salesLineGroup.Sum = 1.1;
salesLineGroup.SumSpecified = true;
salesLineGroup.Units = 1;
salesLineGroup.UnitsSpecified = true;

ArrayOfSalesLineGroups salesLineGroups =  new ArrayOfSalesLineGroups(array($salesLineGroup));

GetInvoiceResponse getInvoiceResponse =  new GetInvoiceResponse();
getInvoiceResponse.ResultCode = 1;
getInvoiceResponse.ResultCodeSpecified = true;
getInvoiceResponse.ResultMessage = "ResultMessageTest";
getInvoiceResponse.ResultMessageSpecified = true;
getInvoiceResponse.Errors = array(
	);
getInvoiceResponse.InvoiceNo = 1;
getInvoiceResponse.InvoiceNoSpecified = true;
getInvoiceResponse.Amount = 1.1;
getInvoiceResponse.AmountSpecified = true;
getInvoiceResponse.VatPercentage = 1.1;
getInvoiceResponse.VatPercentageSpecified = true;
getInvoiceResponse.Created = new \DateTime();
getInvoiceResponse.CreatedSpecified = true;
getInvoiceResponse.CreatedBy = "CreatedByTest";
getInvoiceResponse.CreatedBySpecified = true;
getInvoiceResponse.Note = "NoteTest";
getInvoiceResponse.NoteSpecified = true;
getInvoiceResponse.Currency = "CurrencyTest";
getInvoiceResponse.CurrencySpecified = true;
getInvoiceResponse.SalesLineGroups = salesLineGroups;
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.