{
"parentId": 1,
"organizeName": "湖南子公司",
"organizeCode": "430",
"highNo": 1
}
curl --location -g --request POST '/{{route}}/md/open/organization/add?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": 1,
"organizeName": "湖南子公司",
"organizeCode": "430",
"highNo": 1
}'
{
"data": {
"organizeId": 324416080707649
},
"message": "新增运营组织成功!",
"status": 0
}