Approve profile request

post

/ccadmin/v1/profileRequests/{id}/approve

endpoint. This operation is used to approve profile request in Oracle Commerce Cloud.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : approveProfileRequest_request
Type: object
Show Source
  • Approver source of channel during approval of request. This is optional. If value not sent via payload, system auto populates this property value with Delegated Administrator.
  • Approver comments during approval of request, these are optional.
Example:
{
    "approverComments":"This request is approved",
    "approvedSource":"Delegated Administrator"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : approveProfileRequest_response
Type: object
Show Source
Example Response (application/json)
{
    "id":"100001",
    "status":"approved"
}

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| |------------------|------------------| |102000|Invalid Profile Request ID.| |102005|Organization ID is required.| |101008|This operation is not allowed as registration request is already in approved/rejected state.
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