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
                - application/json
Root Schema : createProfileRequest_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            profile: 
            object  profile
            
            Profile
- 
            requestedOrganization(optional): 
            object  requestedOrganization
            
            Requested Organization
- 
            requesterComments(optional): 
            string
            Requester comments given at time of creating request
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: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectProfile
    
    
    
    
        Show Source
        - 
            customerContactId(optional): 
            string
            The external customer contact id.
- 
            email: 
            string
            email id of profile
- 
            firstName: 
            string
            First name of the profile
- 
            lastName: 
            string
            Last name of the profile
- 
            receiveEmail(optional): 
            string
            Receive email newsletters
Nested Schema : requestedOrganization
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRequested Organization
    
    
    
    
        Show Source
        - 
            id(optional): 
            string
            ID of an Organization
- 
            name(optional): 
            string
            The name for Organization
Response
Supported Media Types
                - application/json
200 Response
No response is returned as this is an event webhook