Ascio Web Service v3

Java Axis GetCreditNote

Get an credit-note by id.

GetCreditNoteResponse GetCreditNote(SecurityHeaderDetails securityHeader,GetCreditNoteRequest request)

Response codes

ResultCodeMessageValue
200OK
401Authorization failed
404Object not found
405Access denied
406Invalid ObjectClassName
501Syntax error in parameters or arguments

GetCreditNote Request

Property
request

GetCreditNoteResponse

PropertyDescription
GetCreditNoteResult
CreditNoExample: 1
AmountExample: 1.1
VatPercentageExample: 1.1
Created
CreatedBy
Note
Currency
SalesLineGroups
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Java Axis example

package ascio.v3.examples;
import com.ascio.www._2013._02.*;
import ascio.lib.*;

public class GetCreditNoteExample {
	public static GetCreditNoteResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

		GetCreditNoteRequest request =  new GetCreditNoteRequest();
		request.setCreditNo(1);

		try {
			GetCreditNoteResponse response = env.getClient().getCreditNote(request);			
			System.out.println("response\n");
			System.out.println("GetCreditNote Code\t:" + response.getResultCode());
			System.out.println("GetCreditNote Message\t: " + response.getResultMessage());

			if(response.getResultCode() > 200){
				for(String error : response.getErrors()) {
					System.out.print(error);
				}	
			}		
			return response;
		} catch (Exception e) {
			System.out.print(e);
		}
		return new GetCreditNoteResponse();package ascio.v3.examples;
import com.ascio.www._2013._02.*;
import ascio.lib.*;

public class GetCreditNoteExample {
	public static GetCreditNoteResponse main() {
		AscioConfig config = new AscioConfig();
		V3 env = config.getTesting().getV3();

		GetCreditNoteRequest request =  new GetCreditNoteRequest();
		request.setCreditNo(1);

		try {
			GetCreditNoteResponse response = env.getClient().getCreditNote(request);			
			System.out.println("response\n");
			System.out.println("GetCreditNote Code\t:" + response.getResultCode());
			System.out.println("GetCreditNote Message\t: " + response.getResultMessage());

			if(response.getResultCode() > 200){
				for(String error : response.getErrors()) {
					System.out.print(error);
				}	
			}		
			return response;
		} catch (Exception e) {
			System.out.print(e);
		}
		return new GetCreditNoteResponse();
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.