Ascio Web Service v2

C# CreateRegistrant

Creating Registrant object. The registrantHandle will be returned in the registrant object passed by reference.

Response CreateRegistrant(string sessionId,Registrant registrant)

Response codes

ResultCodeMessageValue
200OK
401Authorization failed
501Syntax error in parameters or arguments
506Required attribute missing in request

CreateRegistrant Request

PropertyDescription
sessionIdExample: o58t9fjgw9bjarp6q7byv13e
registrant

CreateRegistrantResponse

Property
CreateRegistrantResult
registrant

C# example

AscioServices services = new ServiceReference1.AscioServices();


Registrant registrant =  new Registrant();
registrant.Name = "ascio-is-great.com";
registrant.OrgName = "Ascio";
registrant.Address1 = "Address1Test";
registrant.Address2 = "Address2Test";
registrant.City = "CityTest";
registrant.State = "StateTest";
registrant.PostalCode = "888349";
registrant.CountryCode = "DK";
registrant.Email = "administrator@ascio-test-domain.com"
registrant.Phone = "+45.123456789";
registrant.Fax = "+45.987654321";
registrant.RegistrantType = "C1";
registrant.VatNumber = "VatNumberTest";
registrant.NexusCategory = "NexusCategoryTest";
registrant.RegistrantNumber = "abc123445";
registrant.Details = "DetailsTest";;
Response response = services.CreateRegistrant(todo);

if (response.ResultCode == 200) {
	Console.WriteLine("OK");
} else {
	Console.WriteLine("Error: "+response.ResultMessage+" ("+response.resultMessage+")";
}
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.