DomaincheckListingPatchRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: DomaincheckListingPatchRequest

Properties

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

Sample JSON

{
  "price": 133.7,
  "currency": "EUR",
  "provider": "dan.com",
  "status": "available"
}