Description
Gets the DNS records of an Business Email Order.
Parameters
| Name | Data Type | Required / Optional | Description | 
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter | 
| api-key | String | Required | Authentication Parameter | 
| order-id | Integer | Required | Order ID of the Business Email Order | 
HTTP Method
GET
Example Test URL Request
US Server  https://test.httpapi.com/api/eelite/us/dns-record.json?auth-userid=0&api-key=key&order-id=0 
Response
Returns an Array of hash map containing the below details of the DNS records associated with the Business Email Order:
- 
Type of DNS Record (type) 
- 
Name or the Fully Qualified Domain Name associated with the DNS record (host) 
- 
Data of Type-specific relevance, such as the IP Address for Address Records or Hostname for MX records (value) 
- 
Class of the DNS Record (class) 
