This endpoint can be called to find what ethernet services are available at a given address.
An address query parameter must be supplied specifying address ID and type as described above.
required | object Address identifier of provided type e.g. UPRN to check for service availability Example: address={"id":"200004033694","type":"UPRN"} |
Request successful - zero or more services 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": {
- "identifier": {
- "id": "200004033694",
- "type": "UPRN"
}, - "name": "TWENTY",
- "streetNumber": "20",
- "streetName": "Kingston Road",
- "locality": "string",
- "city": "Staines-Upon-Thames",
- "postcode": "TW184LG",
- "country": "UK",
- "subAddress": {
- "name": "Strategic Imperatives",
- "unitNumber": "Floor 3"
}
}, - "serviceSpecifications": [
- {
- "id": "ftthl2r",
- "name": "FTTH",
- "serviceCharacteristics": [
- {
- "name": "LINE_PROFILE",
- "values": [
- "100/20"
]
}
]
}
], - "onts": [
- {
- "lineType": "FIBRE",
- "ontReference": "ONT0000123123",
- "ontSerialNumber": "1234567890",
- "ontManufacturer": "Nokia",
- "ontFloor": "1",
- "ontRoom": "Reception",
- "ontPosition": "string",
- "ports": [
- {
- "portNumber": 2,
- "description": "Data",
- "status": "ACTIVE",
- "tenantActive": false,
- "stoppedDate": "2022-01-01T13:45:00.000Z"
}
]
}
]
}