Versions Compared

Key

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

The GUID in these calls should be obtained from Login API


Endpoint URL

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

HEADERGuid{GUID obtained from login call}

Example requests

https://backend/api/Document/ProcessDocument/1


Example responses:

{
    "Message""The document has been processed = 1"
}