You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`newJob.username`| Yes |`string`| The identifier of the User to assign the Job to |
54
53
|`newJob.formId`| Yes |`number`| The identifier of the Form the User must complete |
55
54
|`newJob.externalId`| No |`string`| The external identifier of the form submission you wish to use, this identifier will be returned to you with the `submissionId` after a successful submission to allow you to retrieve the data later |
56
-
|`newJob.details`| Yes |`Object`| Extra Job details that will be displayed to the User |
55
+
|`newJob.details`| Yes |`Object`| Extra Job details that will be displayed to the User |
57
56
|`newJob.details.key`| No |`string`| A key for the User the identify the Job |
58
57
|`newJob.details.title`| Yes |`string`| A title for the User the identify the Job |
59
58
|`newJob.details.description`| No |`string`| A short description of the what the job may entail |
60
59
|`newJob.details.type`| No |`string`| A type for the User to categorise the Job |
61
-
|`preFillData`| No |`Object`| key/value pairs with the form field names as keys and the pre-fill data as the values |
60
+
|`preFillData`| No |`Object`| key/value pairs with the form field names as keys and the pre-fill data as the values|
0 commit comments