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

<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;


$registrant =  new ascio\Registrant();
$registrant->setFirstName("John");
$registrant->setLastName("Doe");
$registrant->setOrgName("Ascio");
$registrant->setAddress1("Address1Test");
$registrant->setAddress2("Address2Test");
$registrant->setCity("CityTest");
$registrant->setState("StateTest");
$registrant->setPostalCode("888349");
$registrant->setCountryCode("DK");
$registrant->setPhone("+45.123456789");
$registrant->setFax("+45.987654321");
$registrant->setEmail("administrator@ascio-test-domain.com");
$registrant->setType("owner");
$registrant->setDetails("DetailsTest");
$registrant->setOrganisationNumber("OrganisationNumberTest");
$registrant->setVatNumber("VatNumberTest");
$registrant->setNexusCategory("NexusCategoryTest");
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.