create commerce application in IDCS.

post

/ccadmin/v1/idcs/applications

This endpoint creates a commerce application in IDCS. If the application already exists, it returns application info.

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : createApplication_request
Type: object
Show Source
Example:
{
    "IDCSUrl":"https://example.com",
    "scope":"urn:opc:resource:consumer::all",
    "resourceName":"fusion",
    "userName":"resourceUser",
    "resourceAppName":"Oracle Applications Cloud (Fusion)"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : createApplication_response
Type: object
Show Source
Example Response (application/json)
{
    "appId":"d669bddff0f94398be2cdb035fecaa4f",
    "name":"CX Commerce"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |12106|The required header is missing: {0}| |12111|The property resourceName cannot be blank.| |12111|ResourceName is invalid. Please provide a valid resourceName.| |12108|The property IDCSUrl cannot be blank.| |12109|The property userName cannot be blank.| |12107|Encountered internal error while creating an application.| |12112|Can't retrieve the {0} resource application information from IDCS.|
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