Add a comment to a creditor application on behalf of a retailer user
Requires ENQUEUE_RETAILER_CHAT. Obtain userId from GET /users using the same retailer context. The user must be active and belong to the application's retailer, or a retailer group with access to that retailer. The integration remains the audit actor; userId identifies the comment's author. The comment is queued for delivery to the creditor. Archived applications and applications not submitted to the creditor reject comments.
| Path Parameters |
|---|
applicationId uuid — REQUIRED |
creditorId uuid — REQUIRED |
| Header Parameters |
|---|
X-CreditApp-Retailer-ID uuid |
| Request Body — REQUIRED |
|---|
userId uuid — REQUIREDThe userId returned by GET /users for the author. |
comment string — REQUIREDPossible values: 1 ≤ length Nonblank comment text. |
| Responses |
|---|
204Comment queued for delivery |
400Invalid comment, ineligible user, or application cannot accept comments |
401Authentication required |
403Retailer access or permission denied |
404Application or creditor conversation not found |