Ascio Web Service v3
DomainTrademark
The Trademark as part of the Domainobject. This is not needed for all TLDs, but for some:
TM | |
---|---|
All propertiesj | Name |
.cat | |
.uk | |
.fr | |
.pm | |
.re | |
.tf | |
.wf | |
.yt | |
.hu | |
.ie | |
.it | |
.xxx |
Property | Description |
---|---|
Name | Example: "ascio-is-great.com" |
Country | Example: "DK" |
Date | Example: "2023-04-28T09:00:00" |
Number | |
Type | Example: "owner" |
Contact | |
ContactLanguage | |
DocumentationLanguage | |
SecondContact | |
ThirdContact | |
RegDate |
<?php
namespace ascio\v3\examples;
require("../service/autoload.php");
require("../../lib/AscioConfig.php");
use ascio\v3 as ascio;
$domainTradeMark = new ascio\DomainTradeMark();
$domainTradeMark->setName("ascio-is-great.com");
$domainTradeMark->setCountry("DK");
$domainTradeMark->setDate("2023-04-28T09:00:00");
$domainTradeMark->setNumber("NumberTest");
$domainTradeMark->setType("owner");
$domainTradeMark->setContact("ContactTest");
$domainTradeMark->setContactLanguage("ContactLanguageTest");
$domainTradeMark->setDocumentationLanguage("DocumentationLanguageTest");
$domainTradeMark->setSecondContact("SecondContactTest");
$domainTradeMark->setThirdContact("ThirdContactTest");
$domainTradeMark->setRegDate("RegDateTest");
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.