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
Body ()
Root Schema : createOrganizationRequest_request
Type: object
Show Source
Example:
{
    "relatedOrganizationName":null,
    "organization":{
        "customerType":"Standard",
        "taxReferenceNumber":"TAXUQ12345",
        "name":"Oracle",
        "description":"Some description",
        "externalOrganizationId":"EXT_ORG_1",
        "type":"none",
        "vatReferenceNumber":"Vat123123",
        "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: object
Organization
Show Source
Nested Schema : profile
Type: object
Profile
Show Source
Nested Schema : secondaryAddresses
Type: array
Addresses for Organization
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : address
Type: object
Address created for the Organization.
Show Source
Nested Schema : types
Type: array
The types of the address
Show Source
Nested Schema : items
Type: object
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