Versions Compared

Key

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

...

Each line contains a full JSON-formatted data row to process.

Code Block
languagejson
{
  importProcessId: <int>,
  sendFailureNoticeOnErrorTo: "comma separated list of email addresses",
  data: [
    { data row 1, on single line },
    { data row 2, on single line },
    ...
  ]
}

HTTP Response

The HTTP response is…

...