{
"name": "string",
"short_name": "string",
"dept_type": "string",
"custom_num": -2147483648,
"unit": 0,
"users": [
0
]
}
curl --location --request POST '/biz/bizDepartment/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"short_name": "string",
"dept_type": "string",
"custom_num": -2147483648,
"unit": 0,
"users": [
0
]
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"name": "string",
"short_name": "string",
"dept_type": "string",
"custom_num": -2147483648,
"unit": 0,
"users": [
0
]
}