Versions Compared

Key

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

...

Translations Ignore


Code Block
POST {baseURL}/routingApplications/run/{routingApplicationsID}


Parameters

Parameter

Where

Type

Data

routingApplicationsIDURLIntegerThe ID of the routing application to run.

Data

Data can be passed as content type application/json to the routing application. This will be parsed into variables which will be available in the routing application using the usual $ notation.

...

Info

Note, all variables in the jtel routing engine are treated as strings, though in most cases they can be used as numeric values.

Responses

If the request is performed, 200 OK is returned. See Return Codes for further possible status codes.

...