Ascio Web Service v3
Class ContactInfo
Property | Description |
---|---|
CreationDate | |
Status | |
Handle | Example: "JD123" |
FirstName | Example: "John" |
LastName | Example: "Doe" |
OrgName | Example: "Ascio" |
Address1 | |
Address2 | |
City | |
State | |
PostalCode | Example: "888349" |
CountryCode | Example: "DK" |
Phone | Example: "+45.123456789" |
Fax | Example: "+45.987654321" |
Example: "administrator@ascio-test-domain.com" | |
Type | Example: "owner" |
Details | |
OrganisationNumber | |
Extensions |
Used in Classes
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 contactInfoExtensions = new Extensions(array($keyValue));
ContactInfo contactInfo = new ContactInfo();
contactInfo.Handle = "JD123";
contactInfo.HandleSpecified = true;
contactInfo.FirstName = "John";
contactInfo.FirstNameSpecified = true;
contactInfo.LastName = "Doe";
contactInfo.LastNameSpecified = true;
contactInfo.OrgName = "Ascio";
contactInfo.OrgNameSpecified = true;
contactInfo.Address1 = "Address1Test";
contactInfo.Address1Specified = true;
contactInfo.Address2 = "Address2Test";
contactInfo.Address2Specified = true;
contactInfo.City = "CityTest";
contactInfo.CitySpecified = true;
contactInfo.State = "StateTest";
contactInfo.StateSpecified = true;
contactInfo.PostalCode = "888349";
contactInfo.PostalCodeSpecified = true;
contactInfo.CountryCode = "DK";
contactInfo.CountryCodeSpecified = true;
contactInfo.Phone = "+45.123456789";
contactInfo.PhoneSpecified = true;
contactInfo.Fax = "+45.987654321";
contactInfo.FaxSpecified = true;
contactInfo.Email = "administrator@ascio-test-domain.com"
contactInfo.Type = "owner";
contactInfo.TypeSpecified = true;
contactInfo.Details = "DetailsTest";
contactInfo.DetailsSpecified = true;
contactInfo.OrganisationNumber = "OrganisationNumberTest";
contactInfo.OrganisationNumberSpecified = true;
contactInfo.Extensions = contactInfoExtensions;
contactInfo.CreationDate = "CreationDateTest";
contactInfo.Status = "StatusTest";
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.