This endpoint is called to request a service test on an active line/service.
The supplier should validate and accept the request if the validation is successful or otherwise reject it. If the service test is rejected, a 422 code should be returned with reason(s) for the rejection in the response.
If the service test is accepted, the supplier should return a 201 created response with the service test reference and start the test. The result of the service test should be sent asynchronously via the Fibre Gateway - Supplier Updates API once the test has completed.
Request was received by the supplier - result of service test will be sent via a KCI
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
The supplier has not implemented this endpoint
Supplier API is temporarily unavailable
{- "id": 23467,
- "serviceId": "SI2345432345",
- "serviceSpecification": {
- "id": "ftthl2r"
}, - "problemType": "STABILITY"
}
{- "supplierReference": "A123X",
- "id": 23467,
- "serviceId": "SI2345432345",
- "serviceSpecification": {
- "id": "ftthl2r",
- "name": "FTTH"
}, - "problemType": "STABILITY"
}