...
Based URL address depends on domain address on which the backend is deployed
Method | URL |
---|---|
GET | {base url}/Document/ProcessDocument/{id} |
Query parameters
Type | Params | Values |
---|---|---|
HEADER | Guid | {GUID obtained from login call} |
Example requests
https://backend/api/Document/ProcessDocument/1
...