Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions API/DOMAIN/ADDDOMAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ Code | Description
552 | Object status does not allow for operation
554 | Object already registered

NOTE: The response might include the parameter 'PENDING = 1'. This indicates that the registration has not been completed yet and that the request might still get rejected.

Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
ACCOUNTINGDATE | 1 | 1 | The accounting date of the domain<br>Currently only returned in OTE. Will be returned in LIVE system as of 2017-07-10 | DATETIME
Expand All @@ -367,6 +365,7 @@ FINALIZATIONDATE | 1 | 1 | The finalization date of the domain<br>Currently only
PAIDUNTILDATE | 1 | 1 | The paid until date of the domain<br>Currently only returned in OTE. Will be returned in LIVE system as of 2017-07-10 | DATETIME
REGISTRATIONEXPIRATIONDATE | 1 | 1 | The registration expiration date | DATETIME
STATUS | 1 | 1 | The current registration status | TEXT
PENDING | 0 | 1 | indicates that the registration has not been completed yet and that the request might still get rejected | `1`

----
## Example
Expand Down
4 changes: 2 additions & 2 deletions API/DOMAIN/DELETEDOMAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Code | Description
552 | Object status does not allow for operation
553 | Operation not allowed. Object pending transfer

NOTE: The response might include the parameter 'PENDING = 1'. In case of domain deletions this indicates that the deletion is pending and a restore of the domain might still be possible.

Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
STATUS | 0 | 1 | The new status of the domain | TEXT
PENDING | 0 | 1 | Indicates that the deletion is pending and a restore of the domain might still be possible | `1`

----
## Example

Expand Down
2 changes: 1 addition & 1 deletion API/DOMAIN/DNSZONE/CREATEDNSZONE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Code | Description
540 | Attribute value is not unique; zone
541 | The command failed

No properties are returned
No properties are returned.

----
## Example
Expand Down
3 changes: 1 addition & 2 deletions API/DOMAIN/MODIFYDOMAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,10 @@ Code | Description
552 | Object status does not allow for operation
553 | Operation not allowed. Object pending transfer

NOTE: The response might include the parameter 'PENDING = 1'. This indicates that the update request has not been completed yet and that it might still get rejected.

Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
STATUS | 0 | 1 | The current update status in case the update has not been completed yet | TEXT
PENDING | 0 | 1 | Indicates that the update request has not been completed yet and that it might still get rejected | `1`

----
## Example
Expand Down
2 changes: 1 addition & 1 deletion API/DOMAIN/NAMESERVER/MODIFYNAMESERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Code | Description
552 | Object status does not allow for operation


No properties are returned
No properties are returned.

----
## Example
Expand Down
4 changes: 2 additions & 2 deletions API/DOMAIN/RESTOREDOMAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Code | Description
552 | Object status does not allow for operation
554 | Object already registered

NOTE: A successful response will include the parameter 'PENDING = 1' which indicates that the restore has been requested and that an event will be created at a later point in time to notify about the outcome of the operation

Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
DOMAIN | 0 | 1 | The domain name of the command (only present if returned by the respective registry) | DOMAIN
EXPIRATIONDATE | 0 | 1 | The new expiration date of the domain (only present if returned by the respective registry) | DATETIME
PENDING | 0 | 1 | Indicates that the restore has been requested and that an event will be created at a later point in time to notify about the outcome of the operation | `1`

----
## Example

Expand Down
22 changes: 11 additions & 11 deletions API/DOMAIN/SALES/QUERYDOMAINLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ Code | Description
200 | Command completed successfully
549 | Channel error

Property | Min | Definition | Type
---- | ---- | ---- | ----
OBJECTID | 1 | The Object ID | TEXT
DESCRIPTION | 1 | The object description | TEXT
DOMAINSALE-AFTERNIC-STATUS | 0 | The AfterNIC listing status | `DISABLED`, `REQUESTED` or `ACTIVE`
DOMAINSALE-AFTERNIC-PRICE | 0 | The AfterNIC listing price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-STATUS | 0 | The AfterNIC listing status | `DISABLED`, `REQUESTED` or `ACTIVE`
DOMAINSALE-SEDO-PRICE | 0 | The Sedo listing price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-MINPRICE | 0 | The Sedo minimum price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-CURRENCY | 0 | The Sedo currency | `EUR`, `USD`, or `GBP`
DOMAINSALE-SEDO-LISTING-TYPE | 0 | The Sedo listing type | `buy_now_instant`, `buy_now_staged` or `make_offer`
Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
OBJECTID | 1 | 1 | The Object ID | TEXT
DESCRIPTION | 1 | 1 | The object description | TEXT
DOMAINSALE-AFTERNIC-STATUS | 0 | 1 | The AfterNIC listing status | `DISABLED`, `REQUESTED` or `ACTIVE`
DOMAINSALE-AFTERNIC-PRICE | 0 | 1 | The AfterNIC listing price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-STATUS | 0 | 1 | The AfterNIC listing status | `DISABLED`, `REQUESTED` or `ACTIVE`
DOMAINSALE-SEDO-PRICE | 0 | 1 | The Sedo listing price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-MINPRICE | 0 | 1 | The Sedo minimum price | /^[0-9]+(\.[0-9]+)?$/
DOMAINSALE-SEDO-CURRENCY | 0 | 1 | The Sedo currency | `EUR`, `USD`, or `GBP`
DOMAINSALE-SEDO-LISTING-TYPE | 0 | 1 | The Sedo listing type | `buy_now_instant`, `buy_now_staged` or `make_offer`

----
## Example
Expand Down
2 changes: 1 addition & 1 deletion API/DOMAIN/TRADE/ACTIVATEDOMAINTRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Code | Description
545 | Object not found
549 | Command failed

No properties are returned
No properties are returned.


----
Expand Down
6 changes: 3 additions & 3 deletions API/DOMAIN/TRADEDOMAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ Code | Description
549 | Command failed
552 | Object status does not allow for operation

NOTE: The response might include the parameter 'PENDING = 1'. This indicates that the trade has not been completed yet and that the request might still get rejected.

No properties are returned.
Property | Min | Max | Definition | Type
---- | ---- | ---- | ---- | ----
PENDING | 0 | 1 | Indicates that the trade has not been completed yet and that the request might still get rejected | `1`

----
## Example
Expand Down
2 changes: 1 addition & 1 deletion API/DOMAIN/TRANSFER/ACTIVATEDOMAINTRANSFER.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Code | Description
545 | Object not found
549 | Command failed

No properties are returned
No properties are returned.

----
## Example
Expand Down
2 changes: 1 addition & 1 deletion API/OBJECT/ASSIGNOBJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Code | Description
541 | Invalid attribute value
545 | Object not found

No properties are returned
No properties are returned.

----
## Example
Expand Down