| /rest/ | | GET |
| /rest/doc-method-order/delete | The DELETE method | DELETE |
| /rest/doc-method-order/get | The GET method | GET, POST, PUT, DELETE, HEAD |
| /rest/doc-method-order/head | The HEAD method | POST, PUT, DELETE, HEAD |
| /rest/doc-method-order/post | The POST method | POST, PUT, DELETE |
| /rest/doc-method-order/put | The PUT method | PUT, DELETE |
| /rest/example/{id} | Gets an example resource | GET |
| /rest/form-{id} | | GET |
| /rest/order/{key} | The order resource | GET, PUT, POST, DELETE, HEAD |
| /rest/order/{key}/attachment/{name} | An order attachment | GET |
| /rest/order/{key}/attachment/{name}/data | An order attachment content | GET |
| /rest/order/{key}/attachment/{name}/thumbnail | An order attachment thumbnail | GET |
| /rest/order/{key}/comments | | GET, POST, PUT, HEAD, DELETE |
| /rest/order/{key}/consignments | | GET, POST, PUT, DELETE, HEAD |
| /rest/order/{key}/lines | | GET, POST, PUT, DELETE, HEAD |
| /rest/order/{key}/something | | PUT |
| /rest/order/{key}/statuses | | GET, POST, PUT, DELETE, HEAD |
| /rest/orders | List of all orders | GET, POST, PUT, HEAD, DELETE |
| /rest/subresources/{foo}/lama/{bar} | Gets a lama | GET |
| /rest/switches | e.g. | GET |
| /rest/wrapped | | GET |
| /rest/wrapped/integer | | GET |
| /rest/wrapped/primitive | | GET |
| /rest/wrapped/void | | GET |
| /rest/wrapped/wrapped | | GET |