Class Registrant

Compatible classesDescription
RegistrantInfo
PropertyDescription
VatNumber
NexusCategory
RegistrantDate
HandleExample: "JD123"
FirstNameExample: "John"
LastNameExample: "Doe"
OrgNameExample: "Ascio"
Address1
Address2
City
State
PostalCodeExample: "888349"
CountryCodeExample: "DK"
PhoneExample: "+45.123456789"
FaxExample: "+45.987654321"
EmailExample: "administrator@ascio-test-domain.com"
TypeExample: "owner"
Details
OrganisationNumber
Extensions

Used in Classes

AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

Registrant registrant =  new Registrant();
registrant.FirstName = "John";
registrant.FirstNameSpecified = true;
registrant.LastName = "Doe";
registrant.LastNameSpecified = true;
registrant.OrgName = "Ascio";
registrant.OrgNameSpecified = true;
registrant.Address1 = "Address1Test";
registrant.Address1Specified = true;
registrant.Address2 = "Address2Test";
registrant.Address2Specified = true;
registrant.City = "CityTest";
registrant.CitySpecified = true;
registrant.State = "StateTest";
registrant.StateSpecified = true;
registrant.PostalCode = "888349";
registrant.PostalCodeSpecified = true;
registrant.CountryCode = "DK";
registrant.CountryCodeSpecified = true;
registrant.Phone = "+45.123456789";
registrant.PhoneSpecified = true;
registrant.Fax = "+45.987654321";
registrant.FaxSpecified = true;
registrant.Email = "administrator@ascio-test-domain.com"
registrant.Type = "owner";
registrant.TypeSpecified = true;
registrant.Details = "DetailsTest";
registrant.DetailsSpecified = true;
registrant.OrganisationNumber = "OrganisationNumberTest";
registrant.OrganisationNumberSpecified = true;
registrant.VatNumber = "VatNumberTest";
registrant.VatNumberSpecified = true;
registrant.NexusCategory = "NexusCategoryTest";
registrant.NexusCategorySpecified = true;
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.