Ascio Web Service v3
Class CustomerReference
Compatible classes | Description |
---|---|
CustomerReferenceInfo |
Property | Description |
---|---|
Handle | Example: "JD123" |
ExternalId | |
Description | |
Extensions |
package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class CustomerReferenceExample {
public static CustomerReference main() {
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue customerReferenceExtensions[] = new ExtensionsKeyValue[]{keyValue};
CustomerReference customerReference = new CustomerReference();
customerReference.setHandle("JD123");
customerReference.setExternalId("ExternalIdTest");
customerReference.setDescription("DescriptionTest");
customerReference.setExtensions(customerReferenceExtensions);
return customerReference;package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class CustomerReferenceExample {
public static CustomerReference main() {
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue customerReferenceExtensions[] = new ExtensionsKeyValue[]{keyValue};
CustomerReference customerReference = new CustomerReference();
customerReference.setHandle("JD123");
customerReference.setExternalId("ExternalIdTest");
customerReference.setDescription("DescriptionTest");
customerReference.setExtensions(customerReferenceExtensions);
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.