API Actions
CMiC APi support the following methods:
| Method | Description |
|---|---|
| GET | This action is required to retrieve data from CMiC. |
| POST | This action is required to create/insert data into CMiC. |
| PATCH | This action is required to update data in the CMiC, with a few exceptions that are identified on the related APis. |
| DELETE | This action is required to permanently purge a single data row from CMiC. |