This endpoint can be called to reserve an appointment with a supplier to install or maintain service(s) at a given address.
Details of a previously returned available appointment must be provided to be reserved according to the supplier reservation policy. Where the reservation has a TTL (time to live) before being released, the expiry time will be stated.
The returned reservation ID must be sent as part of the order at which point it should be considered confirmed.
Operation successful - appointment was reserved. Returned ID to be used when placing order
Bad request - supplied request was malformed or missing mandatory parameters
Unauthorised access
The client is not permitted to access this resource.
Unprocessable entity - invalid data was provided
Unexpected Fibre Gateway error
Invalid response from the supplier
Fibre Gateway is temporarily unavailable
Timeout or no response from the supplier
{- "supplier": "SUPPLIER1",
- "address": {
- "id": "A00000031882",
- "type": "NAD",
- "additionalIdentifiers": [
- {
- "id": "A00000031882",
- "type": "NAD"
}
]
}, - "serviceSpecification": {
- "id": "ftthl2r"
}, - "serviceCharacteristics": [
- {
- "name": "LINE_PROFILE",
- "value": "1G1G"
}
], - "serviceId": "SI2345432345345",
- "purpose": "PROVIDE",
- "timeslot": {
- "timeslotStartDateTime": "2022-01-10T09:00:00.000Z",
- "timeslotEndDateTime": "2022-01-10T13:00:00.000Z"
}
}
{- "id": 345,
- "supplierReference": "123456543",
- "expiryDateTime": "2022-01-01T13:45:00.000Z",
- "supplier": "SUPPLIER1",
- "address": {
- "id": "A00000031882",
- "type": "NAD",
- "additionalIdentifiers": [
- {
- "id": "A00000031882",
- "type": "NAD"
}
]
}, - "serviceSpecification": {
- "id": "ftthl2r",
- "name": "FTTH"
}, - "serviceCharacteristics": [
- {
- "name": "LINE_PROFILE",
- "value": "1G1G"
}
], - "serviceId": "SI2345432345345",
- "purpose": "PROVIDE",
- "timeslot": {
- "timeslotStartDateTime": "2022-01-10T09:00:00.000Z",
- "timeslotEndDateTime": "2022-01-10T13:00:00.000Z",
- "classification": "SATURDAY_AM",
- "standard": true
}
}