HTTP methods
The NDD Orbix integration APIs follow the default CRUD feature models, which are:
| HTTP method | Description |
|---|---|
| GET | Search and/or obtain data from resources. |
| POST | Add information to resources. |
| PATCH | Partially update the resource object. |
| PUT | Update all information in the resource object. |
| DELETE | Delete information from the resource. |