文档
测试

创建公司

POST
/api/scrm/5/enterprise/save

请求头

参数名
类型
描述
必填
token
string
必填

请求参数

application/json
参数名
类型
描述
必填
enterprise_name
string
企业名称
必填
countryid
string
国家id
可选
country_name
string
国家名称
可选
proviceid
string
省id
可选
provice_name
string
省名称
可选
cityid
string
城市id
可选
city_name
string
城市名称
可选
areaid
string
区县id
可选
area_name
string
区县名称
可选
enterprise_domains
List
域名
可选
extend_fields
List
自定义字段
可选
fieldid
string
字段id
可选
field_value
string
字段名称
可选
field_params
string
字段参数
可选

响应参数

参数名
类型
描述
必填
ret_code
string
必填
ret_msg
string
必填
item
object
必填

说明 / 示例

{ "item": "101df35399344a71a32cef0cb0afe268", "ret_code": "000000", "ret_msg": "操作成功" }