v1

latestOpenAPI 3.1.02026-07-2432063.2 KB

/fileLoadingJobs

Initiates a file-loading job by specifying the URL for a zipped CSV file, containing data to be loaded, and the action(s) to be taken on it.

post/fileLoadingJobs

Request body

descriptionstring

Required; A description of the job, to be included in notifications (whether via email or webhook). Maximum length is 255 characters. No HTML or HTML special character syntax. More precisely, input must not match this regex: [\<>]+|&#

Response

200

jobIdinteger

Example response

{
  "jobId": 998877
}