...
based URL address depends on domain address on which the backend is deployed
Method | URL |
---|---|
POST | {base url}/api/Document/Reject |
Query parameters
Type | Params | Values |
---|---|---|
HEADER | GUID | {GUID obtained from login call} |
POST | ID | id of the document that is supposed to be rejected |
POST | Reason | reason behind rejecting the document |
Example requests
https://backend/api/Document/Reject
...