SubOrganizationRelationshipUpsertItem
target objectrequired
The target organization to link with the sub-organization. Identified using either an internal ID or an external ID
kindstringrequired
Type of identifier used
internal- Internal system IDexternal- External/customer-defined ID
Possible values: [internal, external]
Default value:
internalExample:
internalvaluestringrequired
The ID value of the target organization
Possible values: <= 100 characters
Example:
5477SubOrganizationRelationshipUpsertItem
{
"target": {
"kind": "internal",
"value": "5477"
}
}