---
title: "Create a comment for a specific claim for current supplier."
method: PATCH
path: "/api/v{version}/claim-comments/{claimId}"
tags: ["claims"]
---

# Create a comment for a specific claim for current supplier.

`PATCH /api/v{version}/claim-comments/{claimId}`

Create a comment for a specific claim for current supplier. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `claimId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Request body

- CreateClaimCommentCurrentSupplierRequest
  - `claimId` string, uuid
  - `comment` string, nullable

## Response `200`

OK

- UpdateClaimCommentResponse
  - `id` string, uuid, nullable

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
