11011海外电票(包含用户中心){ "orgName": "租户名称", "tenantEmail": "邮箱", "productIds": [ 11011], "region": "MYS", "taxIdType": "TIN", "tin": "88929222", "orgIdType": "BRN", "sstNo": "sss999", "belongIndustry": "" }curl --location '127.0.0.1:9966/api/oversea/tenant/add' \ --header 'BWTOKEN: 3b9a95358601a1f75d92ed4514b80af10e8d279ab0c6249680cf90998ad7540d' \ --header 'Content-Type: application/json' \ --data-raw '{ "orgName": "马来马拉拉2", "tenantEmail": "zhoushuyi@baiwang.com", "productIds": [ 11011], "region": "MYS", "taxIdType": "TIN", "tin": "88929222", "orgIdType": "BRN", "sstNo": "sss999", "belongIndustry": "" }'{
"orgName": "string",
"tenantEmail": "string",
"region": "string",
"belongIndustry": "string",
"personCharge": "string",
"telephone": "string",
"taxIdType": "string",
"tin": "string",
"orgIdType": "string",
"overseaOrgId": "string",
"sstNo": "string",
"touristTax": "string",
"website": "string",
"productIds": [
0
]
}curl --location '/api/oversea/tenant/add' \
--header 'Content-Type: application/json' \
--data '{
"orgName": "string",
"tenantEmail": "string",
"region": "string",
"belongIndustry": "string",
"personCharge": "string",
"telephone": "string",
"taxIdType": "string",
"tin": "string",
"orgIdType": "string",
"overseaOrgId": "string",
"sstNo": "string",
"touristTax": "string",
"website": "string",
"productIds": [
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"
}
]
}