createOrganizationRequest
post
/ccadmin/v1/webhook/createOrganizationRequest
The details of organization request created on the Oracle Commerce Cloud. The request includes profile and organization details
Request
Supported Media Types
- application/json
Root Schema : createOrganizationRequest_request
Type:
Show Source
object-
name(required):
string
Organization request name
-
organization:
object organization
Organization
-
profile:
object profile
Profile
- relatedOrganizationName: string
-
requesterComments:
string
Requester comments given at time of creating request
Example:
{
"relatedOrganizationName":null,
"organization":{
"customerType":"Standard",
"taxReferenceNumber":"TAXUQ12345",
"name":"Oracle",
"description":"Some description",
"externalOrganizationId":"EXT_ORG_1",
"type":"none",
"vatReferenceNumber":"Vat123123",
"partyNumber":"A42RA",
"dunsNumber":"123456789",
"uniqueId":"TestIDNumber"
},
"profile":{
"firstName":"First name",
"lastName":"last name",
"customerContactId":"CRMID_1",
"email":"user@example.com"
},
"name":"Sample org",
"requesterComments":"Some comments"
}Nested Schema : organization
Type:
objectOrganization
Show Source
-
customerType:
string
Customer Type for an Organization. Accepts one of these values [Standard, Preferred, Enterprise, OEM, Distributor, Supplier]
-
description:
string
Description for Organization
-
dunsNumber:
string
DUNS Number for Organization. Should be 9 digit number
-
externalOrganizationId:
string
External organization id
-
name:
string
The name for Organization
-
partyId:
number
Party id of Organization
-
partyNumber:
string
Party number for organization which is used to link it with cdm account.
-
secondaryAddresses:
array secondaryAddresses
Addresses for Organization
-
taxReferenceNumber:
string
Tax Reference number for Organization
-
type:
string
Type for Organization. Accepts one of these values [none, company, division, department, group]
-
vatReferenceNumber:
string
Vat reference number of an Organization
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 : items
Type:
Show Source
object-
address:
object address
Address created for the Organization.
-
addressType:
string
Address type represents nick name of account if present else repository ID of address item.
Nested Schema : address
Type:
objectAddress created for the Organization.
Show Source
-
address1:
string
The address1 of the secondary address
-
address2:
string
The address2 of the secondary address
-
city:
string
The city of the secondary address
-
companyName:
string
Company name of the secondary address
-
country:
string
The country of the address
-
externalAddressId:
string
External address id
-
phoneNumber:
string
Phone Number of the address
-
postalCode:
string
Postal Code of the address
-
state:
string
The State of the address
-
types:
array types
The types of the address
Response
Supported Media Types
- application/json
200 Response
No response is returned as this is an event webhook