This endpoint is called to request cancellation of an existing inflight service problem on an active service.
The gateway will validate the request and generate a unique ID which is returned. If the problem cancellation is rejected immediately then a 4XX code will be returned with reason(s) for the rejection in the response.
The problem cancellation will then be sent to the supplier for processing and further updates will be sent via KCIs - this could include a rejection if the cancellation does not meet supplier validation/processing rules.
Problem cancellation request has been received and will be confirmed or rejected later by 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
Unexpected Fibre Gateway error
Fibre Gateway is temporarily unavailable
{- "serviceProblemId": 123,
- "reasonCode": "CUSTOMER_NETWORK_ISSUE",
- "text": "Issue appears to have rectified itself."
}
{- "id": 123,
- "status": "REJECTED",
- "serviceProblemId": 123,
- "reasonCode": "CUSTOMER_NETWORK_ISSUE",
- "text": "Issue appears to have rectified itself."
}