GET purchase/availability/{domain}
Gets information about the availability of 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:
{
"DomainName": "example.com",
"ProductTypeName": ".com",
"Status": "AvailableForRegistration",
"UnitPrice": 8.03,
"Promotion": {
"PromotionPrice": 8.03,
"Discount": 0.0,
"Description": "There is no promotion for this product at this time."
}
}
