Update Child's Parent Org

Set the child's parent organization

Request
Security:
vc-security
path Parameters
childId
required
string
query Parameters
parentId
required
string
type
required
string (OrgRelationType)
Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
Request Body schema: application/json
Array
name
string
prefix
string
value
string
Responses
200

OK

500

Unexpected error.

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/reparent/{childId}
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "errorMessage": "string",
  • "statusCode": 0
}