---
title: "POST /billing/customers/"
method: POST
path: "/billing/customers/"
tags: ["billing"]
---

# POST /billing/customers/

`POST /billing/customers/`

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- BraintreeCustomer
  - `id` string, uuid, required
  - `url` string, uri, required
  - `braintree_id` string, nullable
  - `account` string, uri, required
  - `first_name` string
  - `last_name` string
  - `company` string
  - `email` string, email
  - `phone` string
  - `website` string
  - `vat` string
  - `payment_method_nonce` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Response `201`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/revisions/2557a8fec764/schema)
