推送批次房间数据

更新时间:2021-05-17 18:10:57

接口说明

推送批次房间数据

基本信息

请求方式: POST

请求路径:

https://prod.open-api.mysre.cn/{tenant_code}/premises/push-batch-room

请求参数

参数名 参数位置 参数类型 必填 默认值 示例 描述
tenant_code path string
batchIds body array 批次ID集合

请求示例

{
"batchIds":[
"xxxx",
  "xxxx"
]
}

返回成功示例

{
  "errcode": -1,
  "errmsg": "系统错误",
  "data": []
}

返回参数说明(成功)

参数名 参数类型 描述
errcode number 错误码
errmsg string 错误说明
data array

失败返回示例

{
  "errcode": -1,
  "errmsg": "系统错误",
  "data": []
}

返回参数说明(失败)

参数名 参数类型 描述
errcode number
errmsg string
data array

results matching ""

    No results matching ""