Back to In Process

Only the large claim can be brought back into the In Process status by the Back to In Process operation. The Back to In Process operation is available in only one status of the large claim:

Manual Adjudication

When a large claim is in this status, an additional 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]/claims/{id}/toinprocess",
      "rel": "claim:toinprocess",
      "httpMethod": "POST"
    }
  ]
}

Initiating POST on this link will bring the claim to the In Process status:

  • The system checks whether there is an open workflow task for that claim. If so, the workflow integration point sends out a message to inform the workflow distribution system that the task can be closed.

  • The system creates a related entry in the status history.

  • Any resolved pend reasons are removed from the claim. These pend reasons are retained in the pend reason history.

  • The unresolved pend reasons remain attached to the claim and are copied to the pend reason history.

  • HTTP status 200 is returned with a resource representation of the updated large claim.

  • The status of the claim is changed to In Process.

Authorization

A user authorization configuration protects access to this feature. The relevant access restriction is claims.inprocess IP.

Response Message

Success

HTTP 200 OK after the operation is completed successfully.

Failure

Table 1. Failure Response
Response Description

HTTP 401

Unauthorized

HTTP 404

Claim is unknown

CLA-IP-BTIP-001

The process category is not Large Claim System, or the status is not Manual adjudication.

See the Response Messages section from the HTTP API/IP Concepts chapter in Developer Guide for more details.