Ascio Web Service v3
Class CustomerReference
| Compatible classes | Description |
|---|---|
| CustomerReferenceInfo |
| Property | Description |
|---|---|
| Handle | Example: "JD123" |
| ExternalId | |
| Description | |
| Extensions |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
KeyValue keyValue = new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;
Extensions customerReferenceExtensions = new Extensions(array($keyValue));
CustomerReference customerReference = new CustomerReference();
customerReference.Handle = "JD123";
customerReference.HandleSpecified = true;
customerReference.ExternalId = "ExternalIdTest";
customerReference.ExternalIdSpecified = true;
customerReference.Description = "DescriptionTest";
customerReference.DescriptionSpecified = true;
customerReference.Extensions = 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.