Create one or more new Brand records in the User's own Organization. Only Brands without domains can be manually created, and only in the User's own Organization (not Contact Organizations), and these can be assigned only to Projects, not Persons (i.e. Email Addresses).
The operation can only be performed by one of your organization's TonicDM Administrators.
NOT YET IMPLEMENTED
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
The friendly name of the Brand (used within the TonicDM app).
limits the disciplines that can be chosen for any person in this Brand to help consistency.
Zero or more certifications that this Brand has obtained, or previously obtained, for example Women Owned Business. REQUIRES the TonicDM AdvancedContacts license. REQUIRES the TonicDM AdvancedContacts license.
A UUID used to link multiple Brand records together into an organization. There are no extra fields associated with this UUID. It serves only as a linking mechanism. REQUIRES the TonicDM AdvancedContacts license.
Indicates that this Brand is the primary Brand for this organization. When displaying an organization, the Prime Brand info will be used for their Name, etc. REQUIRES the TonicDM AdvancedContacts license.
The ID of the Person in the Customer's Data Warehouse.
FOR USE BY CUSTOMER. NOT YET IMPLEMENTED. REQUIRES the TonicDM AdvancedMetrics license.
The ID of the Person in the Customer's ERP system (eg. Deltek Vantagepoint).
FOR USE BY CUSTOMER. NOT YET IMPLEMENTED. REQUIRES the TonicDM AdvancedMetrics license.
- Mock serverhttps://developers-internal.tonicdm.com/_mock/tonicdm-product/core/brands/insert
- API server located in the USAhttps://api.us.tonicdm.com/v3/core/brands/insert
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/brands/insert \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"nameLong": "Pacific Brand Design Company",
"nameShort": "Pacific Brands",
"nameInitials": "PBDC",
"brandColor": 800080
}'Successfully created the resource you sent
{ "id": "73d70530df944cd38b448822aa1d94b6", "datetimeCreated": "2021-11-03T16:21:02+00:00", "datetimeUpdated": "2024-04-20T16:21:02+00:00", "status": "active", "nameLong": "Pacific Brand Design Company", "nameShort": "Pacific Brands", "nameInitials": "PBDC", "brandColor": 800080, "organizationId": "f3efcad7082d4e85ae2741a57629b323" }