Ascio Web Service v3
Class GetCreditNoteResponse
Property | Description |
---|---|
GetCreditNoteResult | |
CreditNo | 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));
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.
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.