Manorrock.com / Products / Manorrock Online Documents

REST Document API

  • GET /document/{id}
  • POST /document
  • PUT /document
  • DELETE /document/{id}

GET /document/{id}

Get the document with the given id.

POST /document

Creates the given document.

PUT /document

Update the given document.

DELETE /document/{id}

Delete the document with the given id.