Ascio Web Service v3
Class CreateRegistrantResponse
Property | Type | Description |
---|---|---|
CreateRegistrantResult | ||
Registrant | ||
ResultCode | Example: 1 | |
ResultMessage | ||
Errors |
Used in Classes
Used in examples
//Registrant
registrant = {};
registrant.FirstName="John";
registrant.LastName="Doe";
registrant.OrgName="Ascio";
registrant.Address1="Address1Test";
registrant.Address2="Address2Test";
registrant.City="CityTest";
registrant.State="StateTest";
registrant.PostalCode="888349";
registrant.CountryCode="DK";
registrant.Phone="+45.123456789";
registrant.Fax="+45.987654321";
registrant.Email="administrator@ascio-test-domain.com";
registrant.Type="owner";
registrant.Details="DetailsTest";
registrant.OrganisationNumber="OrganisationNumberTest";
registrant.VatNumber="VatNumberTest";
registrant.NexusCategory="NexusCategoryTest";
//CreateRegistrantResponse
createRegistrantResponse =
{
attributes: {
xsi_type: {
type: "http://www.ascio.com/2013/02",
xmlns: "CreateRegistrantResponse"
}
}
};
createRegistrantResponse.ResultCode=1;
createRegistrantResponse.ResultMessage="ResultMessageTest";
createRegistrantResponse.Errors=[];
createRegistrantResponse.Registrant=registrant;
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.