configId |
Integer |
The identifier of the configuration. |
resourceId |
String |
The external identifier of the resource. |
date |
Date |
The day for which the overnight stay is created or removed. |
arrival |
Time |
The time of arrival at the location. The default time is "17:00:00", if omitted. |
nights |
Integer |
The number of nights requested. |
departure |
Time |
The time of departure from the location. The default time is "08:00:00", if omitted. |
street |
String |
The street and house number of the address. Required for POST only. |
postalCode |
String |
The postal code of the address. Required for POST only. |
province |
String |
The province or state of the address. Required for POST only. |
city |
String |
The city of the address. Required for POST only. |
country |
String |
The country of the address. Required for POST only. |
persist |
String |
Indicates if the changes must be persisted to the database. |
_output |
String |
The requested output format being xml or json . If omitted, xml is assumed. |