请求方式:
GET
请求地址:
https://api.eshouhou.cn/api/CustomerService/GetServiceSpace?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw
返回参数:
参数 | 类型 | 必填 | 名称 |
ResultCode | String | 是 | 返回编码 |
ErrorMsg | String | 否 | 返回信息 |
ResultValue | Object | 否 | 返回对象 |
ResultValue对象:
参数 | 类型 | 必填 | 名称 | 备注 |
OrganizationID | string | 是 | 所属组织id | |
OrganizationName | string | 是 | 所属组织名 | |
Name | string | 是 | 名称 | |
Logo | string | 否 | 空间Log | |
BackgroundImg | string | 否 | 背景图 | |
Description | string | 否 | 描述 | |
EditionType | Int | 是 | 版本类型 | 0默认,1测试,3专业,4企业 |
EditionName | string | 是 | 版本名称 | |
EffectiveDate | string | 是 | 生效日期 | |
FailureDate | string | 是 | 失效日期 | |
CreateTime | string | 是 | 创建时间 | |
HasAccessory | Bool | 是 | 是否支持备件管理 | |
HasStatemented | Bool | 是 | 是否支持结算管理 | |
SpaceAdminID | string | 是 | 负责人Id | |
SpaceAdminName | string | 是 | 负责人姓名 | |
HQServiceNetworkID | string | 是 | 总部网点id | |
AdviserID | string | 是 | 专属顾问Id | |
ServicePersonCount | Int | 是 | 员工人数 | |
IsDefaulted | Bool | 是 | 是否默认 | |
LabelIDs | string | 否 | 标签id | |
Contact | string | 否 | 联系人 | |
ContactNumber | string | 否 | 联系电话 | |
ContactEmail | string | 否 | 联系人邮箱 |
请求示例:
https://api.eshouhou.cn/api/CustomerService/GetServiceSpace?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI
返回成功示例:
{ "ResultCode": 0, "ErrorMsg": "", "ResultValue": { "OrganizationID": "4d69eb28-eac4-457b-91ff-dbd0c73d2635", "OrganizationName": "知觉", "Name": "知觉测试", "Logo": "", "BackgroundImg": "", "Description": "", "EditionType": 4, "EditionName": "企业版", "EffectiveDate": "2020-04-11", "FailureDate": "2026-04-11", "CreateTime": "2020-01-19 20:25:25", "IsDeleted": false, "HasAccessory": true, "HasStatemented": true, "SpaceAdminID": "6f80db83-a791-4d96-a5cc-0c89ed51cdb1", "SpaceAdminName": "路梦建", "HQServiceNetworkID": "bd7fc093-0ccf-4335-9daf-10931b4e7c7d", "AdviserID": "", "ServicePersonCount": 15, "IsDefaulted": false, "LabelIDs": "", "SMSService": null, "Contact": "", "ContactNumber": "", "ContactEmail": "", "ID": "6a8251ba-ce64-46b7-a505-a4e560032706" } } |