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
Nested Schema : profileRequest
Type:
Show Source
object
-
createdTime:
string(date-time)
The date profile request was created
-
id:
string
Id of Profile Request
-
lastModifiedTime:
string(date-time)
The date profile request was modified
-
organization:
object organization
Organization
-
profile:
object profile
Profile
-
requestedOrganizationId:
string
Requested Organization ID given by requester
-
requestedOrganizationName:
string
Requested Organization name given by the requester
-
requesterComments:
string
Requester comments given at time of creating request
-
siteId:
string
Site captured during request creation
-
status:
string
Status of Profile Request
Nested Schema : organization
Type:
object
Organization
Show Source
-
id:
string
Repository Id of the Organization
Nested Schema : profile
Type:
object
Profile
Show Source
-
customerContactId:
string
The external customer contact id.
-
email:
string
Email id of the profile
-
firstName:
string
first name of the profile
-
GDPRProfileP13nConsentDate:
string
The date on which GDPR personalization consent is granted for the profile.
-
GDPRProfileP13nConsentGranted:
boolean
This is GDPR profile personalization consent flag. can be true or false.
-
id:
string
Repository Id of the profile
-
lastName:
string
Last name of the profile
-
numberOfVisits:
integer
Number of visits related to profile
-
partyId:
number
CDM PartyId for this Profile
-
partyNumber:
string
CDM PartyNumber for this Profile
-
profileType:
string
Type of profile. It can be 'b2c_user', 'b2b_user' or 'b2b_user_pending'
-
receiveEmailDate:
string
The date on which email marketing consent is granted for the profile.
Response
Supported Media Types
- application/json
200 Response
No response is returned as this is an event webhook