TYPE | Response
|
Category | Objects |
Description
Object: DomainRenewResponse
Properties
name |
type |
required |
default |
description |
domain |
object: Domain |
yes |
|
The domain requested |
responseId |
string |
yes |
|
The response id |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"responseId": "mapi1_3c4693ddeeb5bf90462b777cd5ec589136503759",
"status": "ok",
"message": "Command completed successfully",
"domain": {
"name": "zerg-test-controlpanel-2023-06-14-03.frl",
"exDate": "2028-06-13T23:59:59+00:00"
}
}