业态资料查询 Get Businesstype
公共参数名称 | 公共参数值 |
---|---|
method | fzapi.crm.get_businsesstype |
content | 请求参数集合,详见下面请求参数说明 |
请求参数说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
响应数据说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
code | String | - | 业态代码 | ||
name | String | 业态名称 | |||
currentlevel | String | 业态层(0:第一层) | |||
parentcode | String | 上级业态代码(非第一层业态,都需要提供上级业态代码) |
请求数据示例:
string strurl = "http://localhost:32052/fzapi.ashx?timestamp=2013-01-01 08:08:08&method=fzapi.crm.get_businsesstype&app_id=FZ2020170011&apiSecret=7msj3cin&charset=utf-8&sign_type=K11&sign=udf4+clgqi8qx9nugdzs0r3wpiq=&version=1.0.0&content={
}
响应数据示例:
{
"success":true,
"code":"1000",
"msg":"Success",
"data":{"code":""...}
}