executeImport

post

/ccadmin/v1/importProcess

Execute Import. Initiate import execution

Request

Supported Media Types
Body ()
Root Schema : executeImport_request
Type: object
Show Source
Example:
{
    "fileName":"exportProfilesAndOrders.zip"
}
Nested Schema : params
Type: object
Import parameters. Should be configured only for standalone mode.
Show Source
  • Existing records are updated by default. Passing false for the flag forces creation of new records. An error will be thrown if the record to be imported already exists in the repository.
Back to Top

Response

Supported Media Types

202 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : executeImport_response
Type: object
Show Source
Example Response (application/json)
{
    "processId":"N2ECA3RrG1jLYZjN4Q6XTNrkjc_10000",
    "links":[
        {
            "rel":"self",
            "href":"http://example.com:9080/ccadminui/v1/importProcess"
        }
    ],
    "status":"submitted"
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top