curl --location --request POST 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Organization/Disable' \
--header 'Content-Type: application/json' \
--data-raw '//根据第三方系统外部ID调用
{
"originalId": "99999", //第三方系统外部ID
"disableDate": "2021-06-11"
}
//根据北森系统内部ID调用
{
"oId": 4745204, //北森系统内部ID
"disableDate": "2021-06-11"
}'{
"code": "string",
"message": "string"
}