Main Product API
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
https://us-api.tonicdm.com/
https://de-api.tonicdm.com/
https://ie-api.tonicdm.com/
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)
Text to assist staff when searching for the project (typically previously used project numbers or names)
Use of this feature requires the TonicDM AdvancedMetrics license.
Use of this feature requires the TonicDM AdvancedMetrics license.
Zero or more certifications that this Project has obtained, or intends to obtain. Use of this feature requires the TonicDM AdvancedContacts license.
Whether the RFIs should default to the senders number or use a unique sequential number. This is done as an enum
in case there are other options added in the future, such as pattern
.
The default number of days we have to return RFIs back to the organization we received them from
The default number of days we have to return Submittals back to the organization we received them from
When we forward RFIs, the default number of days recipients have to return them to us
When we forward Submittals, the default number of days recipients have to return them to us
The OrganizationId of the project's client (so their name can appear on the Transmittal).
The project reference number of the project's client (for use on the Transmittal).
The id of the project in the customer's data warehouse.
The id of the project in the customer's ERP or accounting system.
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects
https://us-api.tonicdm.com/core/projects
https://de-api.tonicdm.com/core/projects
https://ie-api.tonicdm.com/core/projects
curl -i -X PATCH \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "d6935bb577244d1692fe544c9c8ae6bd",
"status": "inactive",
"zone": "aws-us",
"isLocked": false,
"projectNumber": "17-005",
"projectNameLegal": "Es Todo Cafe and Grill",
"projectNameKnownAs": "Es Todo",
"officeIdId": "eec6b047435d492e9540a3496b5e5fe9",
"division1Id": null,
"certifications": null,
"customerDataWarehouseId": "5FE10194613346058C073BA456947556",
"customerErpId": "ae656d88-c979-4e11-ba0b-695b61fa7f5d",
"customerCrmId": "9a6d37ef-fc9d-43ee-ac78-678c273cc1e8"
}'
Successfully updated the resource you requested
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)
Text to assist staff when searching for the project (typically previously used project numbers or names)
Use of this feature requires the TonicDM AdvancedMetrics license.
Use of this feature requires the TonicDM AdvancedMetrics license.
Zero or more certifications that this Project has obtained, or intends to obtain. Use of this feature requires the TonicDM AdvancedContacts license.
Whether the RFIs should default to the senders number or use a unique sequential number. This is done as an enum
in case there are other options added in the future, such as pattern
.
The default number of days we have to return RFIs back to the organization we received them from
The default number of days we have to return Submittals back to the organization we received them from
When we forward RFIs, the default number of days recipients have to return them to us
When we forward Submittals, the default number of days recipients have to return them to us
The OrganizationId of the project's client (so their name can appear on the Transmittal).
The project reference number of the project's client (for use on the Transmittal).
The id of the project in the customer's data warehouse.
The id of the project in the customer's ERP or accounting system.
{ "id": "d6935bb577244d1692fe544c9c8ae6bd", "datetimeCreated": "2021-11-03T16:21:02+00:01", "datetimeUpdated": "2024-04-20T16:21:02+00:01", "status": "inactive", "zone": "aws-us", "isLocked": false, "projectNumber": "17-005", "projectNameLegal": "Es Todo Cafe and Grill", "projectNameKnownAs": "Es Todo", "officeId": "eec6b047435d492e9540a3496b5e5fe9", "division1Id": null, "certifications": null, "customerDataWarehouseId": "5FE10194613346058C073BA456947556", "customerErpId": "ae656d88-c979-4e11-ba0b-695b61fa7f5d", "customerCrmId": "9a6d37ef-fc9d-43ee-ac78-678c273cc1e8" }
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects/merge
https://us-api.tonicdm.com/core/projects/merge
https://de-api.tonicdm.com/core/projects/merge
https://ie-api.tonicdm.com/core/projects/merge
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects/merge?source=string&target=%3Fsource%3D7d440aef903b49a0a7544ad3caa8e52f%26target%3D4d5cddd5f65f4016bb66eeecb9b6e446' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'