Job Parameters

A parameter and value used for the execution of a jon.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

JobId is an integer type field in the JobParameter table that stores a unique identifier for any job that is imported or created in the system. This field needs to be unique in order to distinguish the job entries from each other.

string | null

ParameterId is the primary key field of data type nvarchar in the table JobParameter. It is a unique identifier assigned to each parameter of a job and cannot contain null or duplicate values.

string | null

The Value of type nvarchar field in the JobParameter table stores a string value corresponding to a parameter associated with a job. This value contains information that may be used to control the job's execution, such as a database name, user name, or password.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!