Ascio Web Service v3
Class CourtValidatedMark
Property | Type | Description |
---|---|---|
CourtName | Official title of the court where the court order has been taken | |
ReferenceNumber | Reference number of the court order | |
Country | Country in which the court order is applicable Example: "DK" | |
Region | Region in which the court order is applicable | |
ProtectionDate | The date of protection of the mark | |
Handle | Ascio Handle of the mark object Example: "JD123" | |
MarkName | Name of the mark | |
MarkId | ||
AuthInfo | Example: "X4FF!zu" | |
ServiceType | ||
GoodsAndServicesDescription | Exact description of the goods and services for which a registered trademark is protected | |
Labels | List of domain names without its TLD extension) | |
ClaimEmailNotification1 | ||
ClaimEmailNotification2 | ||
ClaimEmailNotification3 | ||
ClaimEmailNotification4 | ||
ClaimEmailNotification5 | ||
NotificationFrequency | ||
Owner | Mark Holder | |
Reseller | Mark Reseller | |
Extensions | ||
ObjectComment | Example: "Example Object Comment" |
Used in Classes
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
Registrant owner = new Registrant();
owner.FirstName = "John";
owner.FirstNameSpecified = true;
owner.LastName = "Doe";
owner.LastNameSpecified = true;
owner.OrgName = "Ascio";
owner.OrgNameSpecified = true;
owner.Address1 = "Address1Test";
owner.Address1Specified = true;
owner.Address2 = "Address2Test";
owner.Address2Specified = true;
owner.City = "CityTest";
owner.CitySpecified = true;
owner.State = "StateTest";
owner.StateSpecified = true;
owner.PostalCode = "888349";
owner.PostalCodeSpecified = true;
owner.CountryCode = "DK";
owner.CountryCodeSpecified = true;
owner.Phone = "+45.123456789";
owner.PhoneSpecified = true;
owner.Fax = "+45.987654321";
owner.FaxSpecified = true;
owner.Email = "administrator@ascio-test-domain.com"
owner.Type = "owner";
owner.TypeSpecified = true;
owner.Details = "DetailsTest";
owner.DetailsSpecified = true;
owner.OrganisationNumber = "OrganisationNumberTest";
owner.OrganisationNumberSpecified = true;
owner.VatNumber = "VatNumberTest";
owner.VatNumberSpecified = true;
owner.NexusCategory = "NexusCategoryTest";
owner.NexusCategorySpecified = true;
KeyValue keyValue = new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;
Extensions resellerExtensions = new Extensions({(
new KeyValue("Title", "Mrs.")
}
);
Contact reseller = new Contact();
reseller.FirstName = "John";
reseller.FirstNameSpecified = true;
reseller.LastName = "Doe";
reseller.LastNameSpecified = true;
reseller.OrgName = "Ascio";
reseller.OrgNameSpecified = true;
reseller.Address1 = "Address1Test";
reseller.Address1Specified = true;
reseller.Address2 = "Address2Test";
reseller.Address2Specified = true;
reseller.City = "CityTest";
reseller.CitySpecified = true;
reseller.State = "StateTest";
reseller.StateSpecified = true;
reseller.PostalCode = "888349";
reseller.PostalCodeSpecified = true;
reseller.CountryCode = "DK";
reseller.CountryCodeSpecified = true;
reseller.Phone = "+45.123456789";
reseller.PhoneSpecified = true;
reseller.Fax = "+45.987654321";
reseller.FaxSpecified = true;
reseller.Email = "administrator@ascio-test-domain.com"
reseller.Type = "owner";
reseller.TypeSpecified = true;
reseller.Details = "DetailsTest";
reseller.DetailsSpecified = true;
reseller.OrganisationNumber = "OrganisationNumberTest";
reseller.OrganisationNumberSpecified = true;
reseller.Extensions = resellerExtensions;
KeyValue keyValue = new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;
Extensions courtValidatedMarkExtensions = new Extensions(array($keyValue));
CourtValidatedMark courtValidatedMark = new CourtValidatedMark();
courtValidatedMark.Handle = "JD123";
courtValidatedMark.HandleSpecified = true;
courtValidatedMark.MarkName = "MarkNameTest";
courtValidatedMark.MarkNameSpecified = true;
courtValidatedMark.MarkId = "MarkIdTest";
courtValidatedMark.MarkIdSpecified = true;
courtValidatedMark.AuthInfo = "X4FF!zu";
courtValidatedMark.AuthInfoSpecified = true;
courtValidatedMark.ServiceType = MarkServiceType.Standard;
courtValidatedMark.ServiceTypeSpecified = true;
courtValidatedMark.GoodsAndServicesDescription = "GoodsAndServicesDescriptionTest";
courtValidatedMark.GoodsAndServicesDescriptionSpecified = true;
courtValidatedMark.Labels = array(
);
courtValidatedMark.ClaimEmailNotification1 = "ClaimEmailNotification1Test";
courtValidatedMark.ClaimEmailNotification1Specified = true;
courtValidatedMark.ClaimEmailNotification2 = "ClaimEmailNotification2Test";
courtValidatedMark.ClaimEmailNotification2Specified = true;
courtValidatedMark.ClaimEmailNotification3 = "ClaimEmailNotification3Test";
courtValidatedMark.ClaimEmailNotification3Specified = true;
courtValidatedMark.ClaimEmailNotification4 = "ClaimEmailNotification4Test";
courtValidatedMark.ClaimEmailNotification4Specified = true;
courtValidatedMark.ClaimEmailNotification5 = "ClaimEmailNotification5Test";
courtValidatedMark.ClaimEmailNotification5Specified = true;
courtValidatedMark.NotificationFrequency = NotificationFrequencyType.Daily;
courtValidatedMark.NotificationFrequencySpecified = true;
courtValidatedMark.Owner = owner;
courtValidatedMark.Reseller = reseller;
courtValidatedMark.Extensions = courtValidatedMarkExtensions;
courtValidatedMark.ObjectComment = "Example Object Comment";
courtValidatedMark.ObjectCommentSpecified = true;
courtValidatedMark.CourtName = "CourtNameTest";
courtValidatedMark.CourtNameSpecified = true;
courtValidatedMark.ReferenceNumber = "ReferenceNumberTest";
courtValidatedMark.ReferenceNumberSpecified = true;
courtValidatedMark.Country = "DK";
courtValidatedMark.CountrySpecified = true;
courtValidatedMark.Region = "RegionTest";
courtValidatedMark.RegionSpecified = true;
courtValidatedMark.ProtectionDate = new \DateTime();
courtValidatedMark.ProtectionDateSpecified = 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.
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.