Use the REST API Description to implement operations in a REST API.
If you do not implement an operation, you can still deploy the REST API to an integration server. However, when an HTTP client attempts to call an unimplemented operation, an HTTP 501 Not Implemented status code is returned to the client.
To implement an operation in a REST API, complete the following steps: