This endpoint is called to signify acceptance or rejection of a supplier's resolution to an inflight service problem.
Where the tenant is satisfied with the resolution, the status of the resolution will be set to ACCEPTED and the service problem can be closed with the status set to COMPLETED.
Alternatively, the status will be REJECTED if the tenant is not satisfied and they should provide a reason in the tenantNotes field. The status problem will be re-opened with the status set back to IN_PROGRESS.
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
Invalid or failed response from the supplier
The supplier has not implemented this endpoint
Supplier API is temporarily unavailable
{- "status": "REJECTED",
- "tenantNotes": "Issue still persists"
}
{- "supplierReference": "1234",
- "status": "REJECTED",
- "resolvedDate": "2022-01-10T09:00:00.000Z",
- "closedDate": "2022-01-10T09:00:00.000Z",
- "resolutionDetails": {
- "resolutionCode": "NETWORK_ISSUE",
- "resolutionText": "string",
- "supplierCodes": [
- "R9"
], - "faultCode": [
- "DAMAGED_ONT"
]
}, - "slaViolation": [
- "EXCEEDED_SLA_TIME_TO_REPAIR"
], - "tenantNotes": "The problem was not resolved"
}