---
title: "Create provider account"
method: POST
path: "/v1/ProviderAccounts"
tags: ["ProviderAccounts"]
---

# Create provider account

`POST /v1/ProviderAccounts`

Create a new provider account.

## Request body

- RevAppModelsProviderAccount
  - `provider_account_id` integer — Primary identifier for this provider account.
  - `provider_id` integer, required — Foreign identifier indicating which provider this account belongs to.
  - `description` string — Short description of this provider account.
  - `bill_profile_id` integer — Foreign identifier indicating the default bill profile.
  - `state_provinces` string[] — Restricts this provider account to a list of states and/or provinces (2-Character abbreviation).
  - `gravity_profile_id` integer — Foreign identifier indicating the gravity profile to use for electronic provisioning.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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