---
title: "Create Sales Inquiry"
method: POST
path: "/v0/users/sales_inquiry"
tags: ["users"]
---

# Create Sales Inquiry

`POST /v0/users/sales_inquiry`

## Query parameters

- `retry` integer

## Cookies

- `db_session_id` string, nullable

## Request body

- SalesInquiryCreate
  - `email` string, nullable
  - `phone_num` string, nullable
  - `full_name` string, nullable
  - `company_name` string, nullable
  - `interest_product` string, nullable
  - `comments` string, nullable
  - `sales_inquiry_type` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
