Ascio Web Service v3
Class GetInvoiceResponse
Property | Description |
---|---|
GetInvoiceResult | |
InvoiceNo | Example: 1 |
Amount | Example: 1.1 |
VatPercentage | Example: 1.1 |
Created | |
CreatedBy | |
Note | |
Currency | |
SalesLineGroups | |
ResultCode | Example: 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.
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.