getProfileRequest

get

/ccagent/v1/profileRequests/{id}

Get Profile Request. This operation is used to get the Profile request information of a customer from Oracle Commerce Cloud.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Expand query param : currently used to expand profile and request Info.(Allowed Values: profile - profile static data, profileAll - profile static & dynamic data, requestAll - profileRequest static & dynamic data).
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getProfileRequest_response
Type: object
Show Source
Nested Schema : profile
Type: object
Profile
Show Source
Example Response (application/json)
{
    "approverComments":"Request is approved",
    "requestedOrganizationName":null,
    "profile":{
        "id":"100001"
    },
    "organization":{
        "id":"150002"
    },
    "requestedOrganizationID":null,
    "id":100001,
    "requesterComments":"None",
    "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|If there was no profile request found with the given id| |102001|If there was an internal error while processing the request.|
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