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(required):
object profile
Profile
-
requestedOrganization:
object requestedOrganization
Requested Organization
-
requesterComments:
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:
string
The external customer contact id.
-
email(required):
string
email id of profile
-
firstName(required):
string
First name of the profile
-
lastName(required):
string
Last name of the profile
-
partyId:
number
Party id of Contact
-
partyNumber:
string
Party number of Contact
-
receiveEmail:
string
Receive email newsletters
Nested Schema : requestedOrganization
Type:
objectRequested Organization
Show Source
-
id:
string
ID of an Organization
-
name:
string
The name for Organization
Response
Supported Media Types
- application/json
200 Response
No response is returned as this is an event webhook