Create a new Project for the User's Organization.
Puts the project into a status of readOnly (data can be read but not written) or noAccess (data cannot be read or written). These states can only be set by the system and are used when project data is being migrated between Zones (data centers) or for other administrative purposes.
Whether the item is active or inactive in TonicDM. Potentially the item could be (soft) deleted.
Projects are used for different purposes in the TonicDM system.
Restricts access to the project to active team members.
This field can only be set by one of the Tenant Adminstrators.
The full official name of the Project (used on Transmittals).
A friendly name for the Project (used in the TonicDM app and Outlook sidebar)
NOT YET IMPLEMENTED.
Text to assist staff when searching for the project (can be used for previously used project numbers or names, or other keywords that might be used to find the project)
NOT YET IMPLEMENTED.
Requires the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED AT THE TENANT LEVEL.
REQUIRES the TonicDM AdvancedContacts license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
The UUID of the Location record.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedMetrics license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
NOT YET IMPLEMENTED.
REQUIRES the TonicDM AdvancedContacts license.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
The UUIDs of zero or more certifications that this Project has obtained, or intends to obtain.
NOT YET IMPLEMENTED.
Refer to the dataQuantity Request parameter to understand the level of detail returned.
The TonicDM OrganizationId of the project's client (so their name can appear on the Transmittal).
NOT YET IMPLEMENTED.
The project reference number of the project's client (for use on the Transmittal).
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.
The ID of the Person in the Customer's CRM system (eg. Deltek Salesforce).
FOR USE BY CUSTOMER. NOT YET IMPLEMENTED. REQUIRES the TonicDM AdvancedMetrics license.
- Mock serverhttps://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects/insert
- API server located in the USAhttps://api.us.tonicdm.com/v3/core/projects/insert
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects/insert \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"status": "active",
"isLocked": true,
"projectNumber": "20-032",
"projectNameLegal": "Olympic Rugby Venue",
"projectNameKnownAs": "Paris Stadium",
"location": "6ce635890a6349678196d2e59a3be302"
}'Successfully created the resource you sent
{ "status": "success", "data": [ { … } ], "metadata": { "timestamp": "2024-11-04T10:30:00Z", "correlation_id": "abc-123", "page": 1, "total_pages": 1, "total_records": 1 } }