TYPE | Response
|
Category | Objects |
Description
Object: ReservationCreateResponse
Properties
name |
type |
required |
default |
description |
errorCode |
string |
no |
|
The error code |
errorMessage |
string |
no |
|
Tells you what is wrong |
reservation |
object: Reservation |
yes |
|
The new reservation object |
responseId |
string |
yes |
|
The response id |
clientRequestId |
string |
no |
|
The client request id if it was provided via the client-request-id header |
status |
string |
yes |
|
The status of the request |
message |
string |
yes |
|
The message |
Sample JSON
{
"responseId": "1_244bbbd5b14a764986a4b8c101c14cd2ed156bc2",
"status": "ok",
"message": "Reservation created",
"reservation": {
"domain": "example-ewout.com",
"server": "pleskdev11",
"created": 1670496178,
"modified": 1670496178,
"activeUntil": 1670582578
}
}