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

The PUT method


Method Summary
ResourceDescription
PUT /rest/doc-method-order/putThe PUT method
DELETE /rest/doc-method-order/putThe DELETE method

Method Detail
HTTP Example:
PUT /rest/doc-method-order/put

API Example:

DocOrder.put4({});

The PUT method

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

API Example:

DocOrder.delete4({});

The DELETE method

Output:
void