Ascio Web Service v3

Class GetCreditNoteResponse

PropertyDescription
GetCreditNoteResult
CreditNoExample: 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));

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