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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"external_id":"\u003cstring\u003e","ingest_aliases":["\u003cstring\u003e","\u003cstring\u003e"],"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","custom_fields":{"nulla_d":"\u003cstring\u003e","qui_c2":"\u003cstring\u003e"}}}