> For the complete documentation index, see [llms.txt](https://pancake-crm.gitbook.io/pancake-crm_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pancake-crm.gitbook.io/pancake-crm_en/v.-tich-hop-api/5.3-create-record.md).

# 5.3 Create Record

<figure><img src="/files/RIzVcqqGxBOnmSL41C8r" alt=""><figcaption></figcaption></figure>

```
POST /shops/<SHOP_ID>/crm/<TABLE_NAME>/records?api_key=<api_key> HTTP/1.1
```

> Response

```
{
  "data": {
    "record": {
      "Address": "123",
      "CreatedBy": "6dcd3606-092a-467c-85d1-3149789cd470",
      "CreatedOn": "2019-06-21 10:50:21.411404",
      "Email": "qvasdaaasd@gmail.com",
      "LastContactAt": "2019-06-25T10:50:17.867Z",
      "LastContactUser": null,
      "ModifiedBy": "340644fc-314d-450e-a45f-33343678cab6",
      "ModifiedOn": "2020-11-03 16:02:50.217203",
    },
    "success": true
  }
}
```
