{
"arrivalDatetime": "date-time",
"currency": {},
"departureDatetime": "date-time",
"id": "string",
"nbResourcesAvailable": "integer",
"price": "number"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| arrivalDatetime | date-time |
Arrival date of the slot |
Optional, read only. |
| currency | object | Optional, read only. | |
| departureDatetime | date-time |
Departure date of the slot |
Optional, read only. |
| id | string |
Unique code which identify the slot. A slot is built from a resource id, a date and a duration. |
Optional, read only. |
| nbResourcesAvailable | integer |
Number of resources available for this slot. Some resources are managed with a flotilla. So, multiple resources may be available at the same time |
Optional, read only. |
| price | number |
Price of the slot |
Optional, read only. |