{
"fromCompanyId": 0,
"fromTenantId": 0,
"fromOrgId": 0,
"toCompanyId": 0,
"toTenantId": 0,
"toOrgId": 0,
"relTypes": [
0
],
"relTypeExt": "string",
"creater": "string",
"sourceFlag": 0,
"authTypes": [
0
]
}curl --location '/web/orgRel/record/create' \
--header 'Content-Type: application/json' \
--data '{
"fromCompanyId": 0,
"fromTenantId": 0,
"fromOrgId": 0,
"toCompanyId": 0,
"toTenantId": 0,
"toOrgId": 0,
"relTypes": [
0
],
"relTypeExt": "string",
"creater": "string",
"sourceFlag": 0,
"authTypes": [
0
]
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{}
]
}