Path: / rest / doc-method-order / get

The GET method


Method Summary
ResourceDescription
GET /rest/doc-method-order/getThe GET method
POST /rest/doc-method-order/getThe POST method
PUT /rest/doc-method-order/getThe PUT method
DELETE /rest/doc-method-order/getThe DELETE method
HEAD /rest/doc-method-order/getThe HEAD method

Method Detail
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