This endpoint is called to find what appointments a supplier has available to install service(s) at a given address.
An address query parameter will be supplied specifying address ID and type along with the required serviceSpecification(s) as returned by the /service-availability endpoint.
All parameters are mandatory and will always be supplied by the gateway.
Request successful - zero or more available appointments were returned
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
Invalid or failed response from the supplier
Supplier API is temporarily unavailable
{- "address": {
- "id": "200004033694",
- "type": "UPRN"
}, - "serviceSpecification": {
- "id": "ftthl2r",
- "name": "FTTH"
}, - "availableTimeslots": [
- {
- "timeslotStartDateTime": "2022-01-10T09:00:00.000Z",
- "timeslotEndDateTime": "2022-01-10T13:00:00.000Z",
- "classification": "SATURDAY_AM",
- "standard": true
}
]
}