Create a new company with optional tags, custom fields, and shipping addresses
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Company name
255"Acme Corporation"
Client type information. Can provide either id or name. If name is provided and type doesn't exist, it will be created.
ID of the parent company
456
Street address for the company
255"123 Main St"
Additional address information
255"Suite 500"
City
255"Austin"
State/province
255"TX"
Postal/ZIP code
255"78701"
Country
255"USA"
Primary phone number for the company
255"555-123-4567"
Federal Employer Identification Number
255"12-3456789"
Whether the company is exempt from taxes
false
Additional notes about the company
"Key account, requires special handling"
Payment terms label (e.g. "Net 30"). Must match a supported payment term.
"Net 30"
Number of days until payment is due (used when payment_term is "Custom")
x >= 045
List of tags to associate with the company
255["wholesale", "preferred"]Custom field values for the company
{
"Industry": "Manufacturing",
"Region": "Southwest"
}Array of shipping addresses to create for the company
Company successfully created