---
title: "Submit enterprise plan inquiry"
method: POST
path: "/api/billing/inquiry"
tags: ["billing", "internal"]
---

# Submit enterprise plan inquiry

`POST /api/billing/inquiry`

Updates Brevo contact/company with inquiry data, creates a deal, and
tracks an event for automation triggers. Requires authentication to
link the inquiry to an organization.

## Request body

- EnterpriseInquiryRequest — Enterprise plan inquiry request
  - `company` string, required — Company name
  - `email` string, required — Contact email
  - `message` string, required — Message/use case description
  - `name` string, required — Contact name
  - `network_count` integer, nullable — Number of networks/sites
  - `plan_type` string, nullable — Plan type being inquired about
  - `team_size` string, required — Team/company size: 1-10, 11-25, 26-50, 51-100, 101-250, 251-500, 501-1000, 1001+
  - `urgency` string, nullable — Urgency: immediately, 1-3 months, 3-6 months, exploring

## Response `200`

Inquiry submitted successfully

- ApiResponse
  - `data` TupleUnit — unresolved $ref
  - `error` string, nullable
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required

## Other responses

- `400` — Invalid request or Brevo not configured
- `401` — Authentication required

---

[API](https://skmtc.dev/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.dev/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/revisions/49ea97c8bb7e/schema)
