1:获取接口bimRemotepwd,bimRemoteUser信息。
联系系统开发人员获取对应的授权用户信息。如:bimRemoteUser:123456789,bimRemotePwd:123456789
2:接口请求地址信息。接口默认都是小写。请注意
{{host}}/api/open/bimopenapi/{{方案ID}}/userdeleteservice
说明:host:服务接口地址,默认是当前域名。
方案ID:默认对应的方法ID信息
默认提供了下面接口地址:都是post方式
- {{host}}/api/open/bimopenapi/{{方案ID}}/schemaservice
自定义字段接口
- {{host}}/api/open/bimopenapi/{{方案ID}}/orgcreateservice
组织创建
- {{host}}/api/open/bimopenapi/{{方案ID}}/orgupdateservice
组织更新
- {{host}}/api/open/bimopenapi/{{方案ID}}/orgdeleteservice
组织删除
- {{host}}/api/open/bimopenapi/{{方案ID}}/usercreateservice
用户创建
- {{host}}/api/open/bimopenapi/{{方案ID}}/userupdateservice
用户更新
- {{host}}/api/open/bimopenapi/{{方案ID}}/userdeleteservice
用户删除
3:调用接口
用上面post方式调用上述接口。在方案数据管理里面就能写到对应的数据。注意如果数据已经存在,不允许更新。