---
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, email, 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 the enquiry is about — the `type` tag of a `BillingPlan` (e.g. `Team`, `Business`, `Enterprise`).
  - `team_size` '1-10' | '11-25' | '26-50' | '51-100' | '101-250' | '251-500' | '501-1000' | '1001+', required — Company size bracket offered by the plan-inquiry form.
  - `urgency` 'immediately' | '1-3 months' | '3-6 months' | 'exploring' — How soon the enquirer wants to move.

## Response `200`

Inquiry submitted successfully

- ApiResponse
  - `data` TupleUnit — No payload. Present only so the envelope keeps its shape.
  - `error` string, nullable — Human-readable failure message. Omitted on success.
  - `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 — `true` when the request succeeded. `false` responses carry `error` instead of `data`.

## Other responses

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

---

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