importAssets

post

/ccadmin/v1/asset/import

Import Assets. Import catalog or inventory items that have been uploaded and validated.

Request

Supported Media Types
  • application/json
Body Parameter
Root Schema : importAssets_request

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : importAssets_response
Example application/json

{
    "modifiedErrorCount":500,
    "total":5000,
    "newErrorCount":500,
    "modifiedSuccessCount":1500,
    "unchangedCount":1000,
    "newSuccessCount":1500
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Request:

{"token": "QEnltim5M5VNaygUgjomyR0hzV4_10037"}

Sample Response Payload returned by endpoint:

{
  "modifiedErrorCount": 500,
  "total": 5000,
  "newErrorCount": 500,
  "modifiedSuccessCount": 1500,
  "unchangedCount": 1000,
  "newSuccessCount": 1500
}