> For the complete documentation index, see [llms.txt](https://api.stonestepag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.stonestepag.com/claim-status-update-api.md).

# Claim Status Update API

## ClaimStatusUpdate

<mark style="color:green;">`POST`</mark> `https://{baseurl}/claims/claim/api/statusUpdate`

This endpoint allows you to update claim status.

#### Query Parameters

| Name                     | Type    | Description                                                                                                                                                    |
| ------------------------ | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| claim\_reference\_number | string  | Claim Reference Number                                                                                                                                         |
| claim Status             | string  | <p>Claim Status are as following.<br>1- Registered <br>2- Processing <br>3- Documents Completed <br>4- Approved 5- Denied <br>6- Under Payment <br>7- Paid</p> |
| claim\_flag              | boolean | <p>Claim Flag <br>1- Open <br>2- Closed</p>                                                                                                                    |

#### Headers

| Name                   | Type   | Description                           |
| ---------------------- | ------ | ------------------------------------- |
| EIGER-SESSION-ID       | string | Web Service Token API Generated Value |
| EIGER-TOKEN            | string | Web Service Token API Generated Value |
| EIGER-API-REQUEST-TYPE | string | REST                                  |
| Accept                 | string | application/json                      |
| Content-Type           | string | application/json                      |

{% tabs %}
{% tab title="200 Claim Updated successfully." %}

```
{
"status": "SUCCESS",
"errorcode": "0000",
"message": "Claim Updated Successfully",
"errors": null
}
```

{% endtab %}

{% tab title="404 Failed." %}

```
{    "message": "Failed."}
```

{% endtab %}
{% endtabs %}
