跳到主要内容
版本:v2.6.x

HttpImportCreateResponse

This interface describes the response returned by createImportJobs().

JavaScript
interface HttpImportCreateResponse

FIELDS:

  • code (number) -

    Specifies the HTTP API response code.

  • data.jobId (string) -

    Specifies the created import job ID.

  • message (string) -

    Specifies the response message.

Example

JavaScript
const jobId = response.data.jobId;