Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

based URL address depends on domain address on which the backend is deployed

MethodURL
POST{base url}/api/Document/Reject

Query parameters

TypeParamsValues
HEADERGUID{GUID obtained from login call}
POSTIDid of the document that is supposed to be rejected
POSTReasonreason behind rejecting the document


Example requests

https://backend/api/Document/Reject

...