| TYPE | Request |
|---|---|
| Category | Objects |
| name | type | required | default | description |
|---|---|---|---|---|
| price | float | yes | The price of the domain | |
| currency | string | yes | The currency for the price | |
| whereToBuy | string | yes | Url where the domain is available for purchase | |
| status | string | yes | The status to set it to |
{
"price": 133.7,
"currency": "EUR",
"provider": "dan.com",
"status": "available"
}