{
"companyType": "string",
"orgName": "string",
"originMark": "string",
"tenantEmail": "string",
"pwdSettingWay": "string",
"belongIndustry": "string",
"peopleNumber": "string",
"telephone": "string",
"businessLicenseUrl": "string",
"businessLicenseType": "string",
"uscc": "string",
"businessTerm": "string",
"termType": "string",
"regProv": "string",
"regCity": "string",
"regArea": "string",
"businessAddress": "string",
"userPd": "string",
"uniqueEntityNo": "string",
"version": "string",
"contactUser": {
"contactType": "string",
"contactName": "string",
"idCardNo": "string",
"contactPhone": "string",
"contactEmail": "string"
},
"productIds": [
0
],
"ext": {
"taxCode": "string",
"taxProv": "string",
"taxQuali": "string",
"addrDetail": "string",
"addrProvice": "string",
"addrCity": "string",
"addrArea": "string",
"telephone": "string",
"bankDeposit": "string",
"accountNumber": "string"
},
"extCheck": true,
"qdbm": "string",
"userId": 0
}curl --location '/api/tenant/add' \
--header 'Content-Type: application/json' \
--data '{
"companyType": "string",
"orgName": "string",
"originMark": "string",
"tenantEmail": "string",
"pwdSettingWay": "string",
"belongIndustry": "string",
"peopleNumber": "string",
"telephone": "string",
"businessLicenseUrl": "string",
"businessLicenseType": "string",
"uscc": "string",
"businessTerm": "string",
"termType": "string",
"regProv": "string",
"regCity": "string",
"regArea": "string",
"businessAddress": "string",
"userPd": "string",
"uniqueEntityNo": "string",
"version": "string",
"contactUser": {
"contactType": "string",
"contactName": "string",
"idCardNo": "string",
"contactPhone": "string",
"contactEmail": "string"
},
"productIds": [
0
],
"ext": {
"taxCode": "string",
"taxProv": "string",
"taxQuali": "string",
"addrDetail": "string",
"addrProvice": "string",
"addrCity": "string",
"addrArea": "string",
"telephone": "string",
"bankDeposit": "string",
"accountNumber": "string"
},
"extCheck": true,
"qdbm": "string",
"userId": 0
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"tenantName": "string",
"userAccount": "string",
"userId": "string",
"companyId": "string",
"tenantId": "string",
"orgId": "string"
}
]
}