GET account/domains/{domain}/contacts/administrative
Gets the administrative contact for the specified domain.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domain |
The domain. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"FirstName": "John",
"LastName": "Smith",
"Organization": "Example Company, Inc.",
"Department": "Admin",
"Email": "jsmith@examplecompany.com",
"Address1": "100 Main St.",
"Address2": "",
"City": "Smalltown",
"Region": "CA",
"Country": "US",
"PostalCode": "90210",
"PhoneCountry": 1,
"Phone": "424-555-7777",
"FaxCountry": null,
"Fax": ""
}
