Create a REST template handler
post
                    /ords/rest/handlers/
Creates a REST template handler.
                
                Request
There are no request parameters for this operation.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    comments: string
                    
                    
                     
                    
                
                
                Comment text.
- 
                
                    
                    items_per_page: integer
                    
                    
                     
                    
                
                
                The default pagination for a resource handler HTTP operation GET method, that is, the number of rows to return on each page of a JSON format result set based on a database query. Default: NULL (defers to the resource module setting).
- 
                
                    
                    method: string
                    
                    
                     
                    
                
                
                The HTTP method to which this handler will respond. Valid values: GET, POST, PUT, DELETE.
- 
                
                    
                    mimes_allowed: string
                    
                    
                     
                    
                
                
                Comma-separated list of MIME types that the handler will accept. Applies to PUT and POST only.
- 
                
                    
                    run_mode: string
                    
                    
                     
                    
                
                
                Its value can be 'codePreview', which would make the endpoint respond with the code the backend would have executed. When the parameter is not provided, the endpoint will respond with the results of the operation execution.
- 
                
                    
                    source(required): string
                    
                    
                     
                    
                
                
                The source implementation for the selected HTTP method.
- 
                
                    
                    source_type: string
                    
                    
                     
                    
                
                
                The HTTP request method for this handler. Valid values: source_type_collection_feed, source_type_collection_item, source_type_media, source_type_plsql, source_type_query || source_type_csv_query, source_type_query_one_row, source_type_feed, path/to/feed/{id}.
- 
                
                    
                    template_id(required): integer
                    
                    
                     
                    
                
                
                ID of the template the handler belongs to.
Response
Supported Media Types
                - application/json
201 Response
Details of the REST template handler that has been successfully created.
                            
                            
                                400 Response
No template specified or No source parameter provided or Invalid Source Type.
                            
                            
                            
                            
                        404 Response
Template does not exis
                            
                            
                            
                            
                        409 Response
Handler already exists.