This endpoint is called to request acceptance or rejection of a supplier's resolution to an inflight service problem.
Service problem resolution has been updated successfully
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
{- "status": "REJECTED",
- "tenantNotes": "Issue still persists"
}
{- "id": 123,
- "serviceProblemId": 123,
- "status": "REJECTED",
- "resolvedDate": "2022-01-10T09:00:00.000Z",
- "closedDate": "2022-01-10T09:00:00.000Z",
- "resolutionDetails": {
- "resolutionCode": "NETWORK_ISSUE",
- "resolutionCategory": "FAULTY_EQUIPMENT",
- "resolutionText": "string",
- "supplierCodes": [
- "R9"
], - "faultCode": [
- "DAMAGED_ONT"
]
}, - "slaViolation": [
- "EXCEEDED_SLA_TIME_TO_REPAIR"
], - "tenantNotes": "The problem was not resolved"
}