/public/core/v3/import/package
multipart/form-data
Field
| Type
| Description
|
---|---|---|
jobId
| String
| ID of the import job.
|
jobStatus
| Collection
| Status of the package upload.
|
state
| String
| Returned in the status object.
Status of the import job, such as In Progress, Success, or Failed.
|
message
| String
| Returned in the status object.
Import job status message.
|
checksumValid
| Boolean
| Indicates whether the import package has valid checksum.
|
POST <BaseApiUrl>/public/core/v3/import/package Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
{ "jobId": "2oZb7vFI2QQg4ncd4AyCGn", "jobStatus": { "state": "NOT_STARTED", "message": null } "checksumValid": true }