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

The POST method


Method Summary
ResourceDescription
POST /rest/doc-method-order/postThe POST method
PUT /rest/doc-method-order/postThe PUT method
DELETE /rest/doc-method-order/postThe DELETE method

Method Detail
HTTP Example:
POST /rest/doc-method-order/post

API Example:

DocOrder.post3({});

The POST method

Output:
void
HTTP Example:
PUT /rest/doc-method-order/post

API Example:

DocOrder.put3({});

The PUT method

Output:
void
HTTP Example:
DELETE /rest/doc-method-order/post

API Example:

DocOrder.delete3({});

The DELETE method

Output:
void