{
"name": "OpenApi企业租户测试",
"description": "描述信息",
"demandAdminIDs": [
"929750507005640",
"600628587356468"
],
"regionIDs": [
"test119",
"test120"
],
"limitQuotas": [
1,
0
],
"tenantType": 2
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v1/tenant/create' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "OpenApi企业租户测试",
"description": "描述信息",
"demandAdminIDs": [
"929750507005640",
"600628587356468"
],
"regionIDs": [
"test119",
"test120"
],
"limitQuotas": [
1,
0
],
"tenantType": 2
}'{
"description": "成功",
"errorCode": "Success",
"message": "success",
"returnObj": {
"id": "506975967026943",
"name": "OpenApi企业租户123",
"status": 0,
"creator": "ef378f73-1c52-435e-90f2-6a9cd2258c8e",
"created_time": "2025-04-29T03:07:02.1156365Z",
"last_editor": "ef378f73-1c52-435e-90f2-6a9cd2258c8e",
"updated_time": "2025-04-29T03:07:02.1156365Z",
"description": "描述信息",
"tenantType": 2
},
"statusCode": 800,
"traceID": "faef3d8828c860faa684bdacb334d00b"
}