更改售卖房型渠道名称

一、接口名称:

updateRoomSaleName

测试环境 http://m.fat.ctripqa.com/restapi/soa2/13353/updateRoomSaleName

生产环境 http://m.ctrip.com/restapi/soa2/13353/updateRoomSaleName

二、输入参数:

父节点 名称 编码 类型 必填 描述
请求者信息 requestor
requestor 版本号 invoker string
requestor 操作人名称 operatorName string
requestor 操作IP opClientIP string
requestor 用户ID userId int
requestor 语言 languageType string
供应商ID supplierId int
子酒店ID hotelId int
售卖房型ID roomTypeId long
渠道 senderName string 发单名称,发订单信息给酒店时用的房型名称
房型qunar渠道名称 qunarRatePlanName string
分销渠道名称 channelARatePlanName string
b2b渠道名称 b2bRatePlanName string 渠道名称

示例

{
  "requestor": {//请求方信息
    "invoker": "String",
    "operatorName": "String",
    "opClientIP": "String",
    "userId": 0,
    "languageType": "String"
  },
  "supplierId": 0, //供应商
  "hotelId": 0, //酒店
  "roomTypeId": 0, //售卖房型ID
  "senderName": "String",//发单名称
  "qunarRatePlanName": "String",//qunar渠道名称
  "channelARatePlanName": "String",//分销A渠道名称
  "b2bRatePlanName": "String"//B2B渠道名称
}

三、输出参数:

{
  "ResponseStatus": {
    "Timestamp": "/Date(1517993113714+0800)/",
    "Ack": "Success",
    "Errors": null,
    "Build": null,
    "Version": "v2",
    "Extension": null
  },
  "resultStatus": {
    "resultCode": 0, //0为成功,-1为失败
    "resultMsg": "" //发生错误时,显示错误信息
  }
}

results matching ""

    No results matching ""