---
title: "Insertchatdetails"
method: POST
path: "/api/chatbot/insertchatdetails"
tags: ["ChatBot"]
---

# Insertchatdetails

`POST /api/chatbot/insertchatdetails`

## Headers

- `appName` string, required

## Request body

- ChatInsert
  - `application_code` string, required
  - `LSCode` string, required
  - `from_user_code` string, required
  - `to_user_code` string, required
  - `chat_id` string, required
  - `Message` string, required
  - `Status` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi.md) · [All operations](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leapsurgebi/leapsurgeapi/revisions/5a6b1464bfeb/schema)
