updateParentOrganization

post

/ccadmin/v1/profiles/{id}/updateParentOrganization

Updating a profile's parent organization and retaining the old parent in the profile's secondary organizations list with the existing roles.If the new parent is already part of the secondary organizations list,it is removed from that list and added as the parent with same roles.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Root Schema : updateParentOrganization_request
Type: object
Show Source
Example:
{
    "parentOrganization":{
        "id":"200001"
    }
}
Nested Schema : parentOrganization
Type: object
List of secondary organizations that need to be replaced with the given for the profile.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateParentOrganization_response
Type: object
Show Source
Nested Schema : parentOrganization
Type: object
parent organization id replaced as part of the request from the profile.
Show Source
Example Response (application/json)
{
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/profiles/120175/updateParentOrganization"
        }
    ],
    "parentOrganization":[
        {
            "id":"200001"
        }
    ]
}

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| |------------------|------------------| |22001|If there is any internal error while fetching the profile.| |22046|If the user input is null or empty.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top