HTTP Example:GET /rest/doc-method-order/get
| API Example: DocOrder.get1({}); |
The GET method - Output:
- void
|
HTTP Example:POST /rest/doc-method-order/get
| API Example: DocOrder.post1({}); |
The POST method - Output:
- void
|
HTTP Example:PUT /rest/doc-method-order/get
| API Example: DocOrder.put1({}); |
The PUT method - Output:
- void
|
HTTP Example:DELETE /rest/doc-method-order/get
| API Example: DocOrder.delete1({}); |
The DELETE method - Output:
- void
|
HTTP Example:HEAD /rest/doc-method-order/get
| API Example: DocOrder.head1({}); |
The HEAD method - Output:
- void
|