getOrganizationRequests
get
                    /ccapp/v1/organizationRequests/{id}
Get Organization Request. This operation is used to get the Organization request information of a customer from Oracle Commerce Cloud.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    id: string
                    
                    The ID of the requested Organization Request
Query Parameters
                - 
                        expand(optional): string
                        
                        Expand query param : currently used to expand profile, organization and orgAddress Info.(Allowed Values: profile - profile static data, profileAll - profile static & dynamic data, organization - organization static data, organizationAll - organization static & dynamic data, requestAll - organizationRequest static & dynamic data, organizationAddresses).
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getOrganizationRequests_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            approverComments(optional): 
            string
            Org request approver comments
- 
            id(optional): 
            string
            Id of Organization Request
- 
            name(optional): 
            string
            Organization request name given by the requester
- 
            organization(optional): 
            object  organization
            
            Organization
- 
            parentOrgName(optional): 
            boolean
            parent organization name given by the requester
- 
            profile(optional): 
            object  profile
            
            Profile
- 
            requesterComments(optional): 
            string
            Requester comments given at time of creating request
- 
            requesterOrganization(optional): 
            string
            Requester organization name.
- 
            siteId(optional): 
            string
            Site captured during request creation
- 
            status(optional): 
            string
            Status of Organization Request
Nested Schema : organization
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectOrganization
    
    
    
    
        Show Source
        - 
            customerType(optional): 
            string
            Customer Type for Organization
- 
            description(optional): 
            string
            Description for organization
- 
            dunsNumber(optional): 
            string
            dunsNumber of organization
- 
            externalOrganizationId(optional): 
            string
            External organization id
- 
            id(optional): 
            string
            Repository Id of the Organization
- 
            name(optional): 
            string
            The name for Organization
- 
            taxReferenceNumber(optional): 
            string
            taxReferenceNumberof organization
- 
            type(optional): 
            string
            Type of Organization
- 
            uniqueId(optional): 
            string
            Unique Id of the Organization
- 
            vatReferenceNumber(optional): 
            string
            Vat reference number for the organization
Nested Schema : profile
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectProfile
    
    
    
    
        Show Source
        - 
            customerContactId(optional): 
            string
            The external customer contact id.
- 
            email(optional): 
            string
            emailid of profile
- 
            firstName(optional): 
            string
            first name of the profile
- 
            id(optional): 
            string
            Repository Id of the profile
- 
            lastName(optional): 
            string
            Last name of the profile
Example Response (application/json)
                    {
    "approverComments":"Request is approved",
    "relatedOrganizationName":null,
    "profile":{
        "id":"100001"
    },
    "organization":{
        "id":"150002"
    },
    "name":"My account",
    "siteId":"siteUS",
    "id":100001,
    "requesterComments":"None",
    "status":"approved"
}Default Response
The error response.
 The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|101000|If there was no organization  request found with the given id|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code