AddSamplingJob

Description

Add a sampling job to a panel

Signature
int AddSamplingJob(string key, string panelId, SamplingJob job)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

The panel ID

job

SamplingJob required

SamplingJob representing the job you want to add.

Response

Data Type Description

int

Id for the added job.

Example