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

The HEAD method


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

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

API Example:

DocOrder.post2({});

The POST method

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

API Example:

DocOrder.put2({});

The PUT method

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

API Example:

DocOrder.delete2({});

The DELETE method

Output:
void
HTTP Example:
HEAD /rest/doc-method-order/head

API Example:

DocOrder.head2({});

The HEAD method

Output:
void