set_contact_information
Assign contact details for domain purchases and ICANN registration. Input first name, last name, email, address, city, state, postal code, and country code. Required before initiating domain transactions.
Instructions
Set the contact information that will be used for domain purchases and ICANN registration.
Contact information must be set before attempting any domain purchases.
All fields are required:
first_name: First name
last_name: Last name
email: Email address
address: Street address
city: City
state: Two-letter state code for US/Canada (e.g., 'CA', 'NY') or province name (e.g., 'Madrid')
postal_code: Postal code
country: Two-letter country code ('US', 'ES', 'FR')
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cadd | Yes | ||
ccn | Yes | ||
cct | Yes | ||
cem | Yes | ||
cfn | Yes | ||
cln | Yes | ||
cpc | Yes | ||
cst | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cadd": {
"title": "Cadd",
"type": "string"
},
"ccn": {
"title": "Ccn",
"type": "string"
},
"cct": {
"title": "Cct",
"type": "string"
},
"cem": {
"title": "Cem",
"type": "string"
},
"cfn": {
"title": "Cfn",
"type": "string"
},
"cln": {
"title": "Cln",
"type": "string"
},
"cpc": {
"title": "Cpc",
"type": "string"
},
"cst": {
"title": "Cst",
"type": "string"
}
},
"required": [
"cfn",
"cln",
"cem",
"cadd",
"cct",
"cst",
"cpc",
"ccn"
],
"title": "set_contact_informationArguments",
"type": "object"
}