createProfileRequest

post

/ccadmin/v1/webhook/createProfileRequest

The details of profile request created on the Oracle Commerce Cloud. The request includes profile and organization details

Request

Supported Media Types
Body ()
Root Schema : createProfileRequest_request
Type: object
Show Source
Example:
{
    "profile":{
        "firstName":"First name",
        "lastName":"last name",
        "customerContactId":"CRMID_1",
        "email":"user@temp.com"
    },
    "requesterComments":"Some comments",
    "requestedOrganization":{
        "name":"Oracle"
    }
}
Nested Schema : profile
Type: object
Profile
Show Source
Nested Schema : requestedOrganization
Type: object
Requested Organization
Show Source
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top