Create a new Project for the User's Organization.
Security
OAuth2(Required scopes: readwrite) or apiKeyAuth
- Mock serverhttps://developers-internal.tonicdm.com/_mock/tonicdm-product/core/projects/insert
- Server located in the USAhttps://us-api.tonicdm.com/core/projects/insert
- Server located in Germanyhttps://de-api.tonicdm.com/core/projects/insert
- Server located in Irelandhttps://ie-api.tonicdm.com/core/projects/insert
- OAuth2
- apiKeyAuth
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",
"zone": "aws-us",
"isLocked": true,
"projectNumber": "20-032",
"projectNameLegal": "Olympic Rugby Venue",
"projectNameKnownAs": "Paris Stadium",
"location": "6ce635890a6349678196d2e59a3be302",
"division1": null,
"certifications": null,
"customerDataWarehouseId": "D932FF8E5FFC44C5BF0346CB58B228E9",
"customerErpId": "8b37e6b2-786e-4546-93e8-d6760e71bed4",
"customerCrmId": "8a12f0af-249d-435b-b997-2034fd472ff8"
}'Successfully created the resource you sent
Response
{ "status": "success", "data": [ { … } ], "metadata": { "timestamp": "2024-11-04T10:30:00Z", "correlation_id": "abc-123", "page": 1, "total_pages": 1, "total_records": 1 } }