Create a customer

POST {{baseUrl}}/customers

Create a new customer

Request Body

{"name"=>"<string>", "ingest_aliases"=>["<string>", "<string>"], "external_id"=>"<string>", "billing_config"=>{"billing_provider_type"=>"netsuite", "billing_provider_customer_id"=>"<string>", "stripe_collection_method"=>"charge_automatically", "aws_product_code"=>"<string>", "aws_region"=>"us-east-2"}, "custom_fields"=>{"cillum0f"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ingest_aliases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_fields&quot;:{&quot;nulla_d&quot;:&quot;\u003cstring\u003e&quot;,&quot;qui_c2&quot;:&quot;\u003cstring\u003e&quot;}}}