- Contents
Job Manager Help
WEB API Jobs
You can use the Job Manager to schedule sending a POST request to any web API endpoint. An API Key must be sent as a query string parameter named "IatApiKey" to the endpoint. When implementing the API, the input parameters must be decorated with the "FromUri" attribute, and the success response is to be a string starting with the text "Success-."
NOTE: If the API is configured to work with multiple connection strings, the connection string name (as mentioned in the config file) must be sent as a query string parameter named "dbconnection." when the parameter is not sent, the default connection string is used.
Related Topics

