---
title: "/events"
method: POST
path: "/events"
---

# /events

`POST /events`

Use this endpoint to create a new Event.

If successful, the endpoint responds with HTTP Status Code `201 Created` and the integer ID of the created Event in the response body. It also sets the **Location** header to the (location)[ref:eventseventid] of the newly created Event.

## Request body

- object
  - `event` object — Accepts a standard Event object with simple types and no read-only values specified.

## Response `201`

201

- integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/ngpvan/apis/van-crm.md) · [All operations](https://skmtc.net/ngpvan/apis/van-crm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngpvan/van-crm/versions/f9adfdbb3c56/schema)
