Skip to main content

HTTP methods

The NDD Orbix integration APIs follow the default CRUD feature models, which are:

HTTP methodDescription
GETSearch and/or obtain data from resources.
POSTAdd information to resources.
PATCHPartially update the resource object.
PUTUpdate all information in the resource object.
DELETEDelete information from the resource.