Back to Manual Benefits

The claim can be brought back into the "Manual Benefits" status by the "Back to Manual Benefits" operation. The "Back to Manual Benefits" operation is available for claims the status Manual Adjudication

When a claim is in one of those statuses, an addition link is added to the resource representation:

 ... claim properties ...
 "links": [
    {
      "href": "http://[hostName]:[portNumber]/[api-context-root]/generic/claims/{id}",
      "rel": "self"
    },
    {
      "href": "http://[hostName]:[portNumber]/[api-context-root]/api/claims/{id}/tomanualbenefits",
      "rel": "claim:tomanualbenefits",
      "httpMethod": "POST"
    }
  ]
}

Calling POST on this link will bring the claim in the "Manual Benefits" status. HTTP Status 200 is returned together with a resource representation of the updated claim.

Authorization

This operation is protected by access restriction "claims.tomanualbenefits IP". Read grant must also be given to the access restriction "claims API".

Response Message

Success

HTTP 200 OK after the operation is completed successfully.

Failure

Table 1. Failure
Response Description

HTTP 401

Unauthorized

HTTP 404

Claim is unknown

HTTP 409

Cannot bring claim to the status manual benefits from its current status.

See Response Messages for more details.