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

package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;

public class GetCreditNoteResponseExample {
	public static GetCreditNoteResponse main() {
		
		SalesLineGroup salesLineGroup =  new SalesLineGroup();
		salesLineGroup.setProductName("ProductNameTest");
		salesLineGroup.setSum(1.1);
		salesLineGroup.setUnits(1);

		ArrayOfSalesLineGroupsSalesLineGroup salesLineGroups[] =  new ArrayOfSalesLineGroupsSalesLineGroup[]{salesLineGroup};

		GetCreditNoteResponse getCreditNoteResponse =  new GetCreditNoteResponse();
		getCreditNoteResponse.setResultCode(1);
		getCreditNoteResponse.setResultMessage("ResultMessageTest");
		getCreditNoteResponse.setErrors(new String[]{
		});
		getCreditNoteResponse.setCreditNo(1);
		getCreditNoteResponse.setAmount(1.1);
		getCreditNoteResponse.setVatPercentage(1.1);
		getCreditNoteResponse.setCreated(Calendar.getInstance());
		getCreditNoteResponse.setCreatedBy("CreatedByTest");
		getCreditNoteResponse.setNote("NoteTest");
		getCreditNoteResponse.setCurrency("CurrencyTest");
		getCreditNoteResponse.setSalesLineGroups(salesLineGroups);
		return getCreditNoteResponse;package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;

public class GetCreditNoteResponseExample {
	public static GetCreditNoteResponse main() {
		
		SalesLineGroup salesLineGroup =  new SalesLineGroup();
		salesLineGroup.setProductName("ProductNameTest");
		salesLineGroup.setSum(1.1);
		salesLineGroup.setUnits(1);

		ArrayOfSalesLineGroupsSalesLineGroup salesLineGroups[] =  new ArrayOfSalesLineGroupsSalesLineGroup[]{salesLineGroup};

		GetCreditNoteResponse getCreditNoteResponse =  new GetCreditNoteResponse();
		getCreditNoteResponse.setResultCode(1);
		getCreditNoteResponse.setResultMessage("ResultMessageTest");
		getCreditNoteResponse.setErrors(new String[]{
		});
		getCreditNoteResponse.setCreditNo(1);
		getCreditNoteResponse.setAmount(1.1);
		getCreditNoteResponse.setVatPercentage(1.1);
		getCreditNoteResponse.setCreated(Calendar.getInstance());
		getCreditNoteResponse.setCreatedBy("CreatedByTest");
		getCreditNoteResponse.setNote("NoteTest");
		getCreditNoteResponse.setCurrency("CurrencyTest");
		getCreditNoteResponse.setSalesLineGroups(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.