| TYPE | Request
|
| Category | Objects |
Description
Object: DomaincheckListingCreateRequest
Properties
| name |
type |
required |
default |
description |
| domainname |
string |
yes |
|
A valid package name see package endpoints |
| price |
float |
yes |
133.7 |
The price of the domain |
| currency |
string |
yes |
|
The currency for the price |
| status |
string |
yes |
new |
Url where the domain is available for purchase |
| whereToBuy |
string |
yes |
|
Url where the domain is available for purchase |
Sample JSON
{
"domainname":"example.com",
"price":133.7,
"currency":"EUR",
"whereToBuy":"https://dan.com/example.com"
}