Data Integration
- Data Integration
- All Products
/public/core/v3/loadState/package
multipart/form-data
Field
| Type
| Description
|
---|---|---|
jobId
| String
| ID of the loadState job.
|
jobStatus
| Collection
| Status of the package upload.
|
state
| String
| Returned in the status object.
Status of the loadState job, such as IN PROGRESS, SUCCESS, or FAILED.
|
message
| String
| Returned in the status object.
Job status message.
|
checksumValid
| Boolean
| Indicates whether the object states package has valid checksum.
|
{ "jobId": "hUV9Uq1cKYtf8niqF09CWC", "jobStatus": { "state": "NOT_STARTED", "message": null }, "checksumValid": true }