## EtongApi_10002_客户预约接口
+++
post:域名/createAppend
*string:appKey=etong2016#API接口登录帐号
*string:sign=1k9gb7a1i0t21nmf5hiaae6al0#API接口请求签名
*string:timeStamp=20160121133920#API接口请求时间 ( 格式:yyyyMMddHHmmss )
*string:customerName=张三#预约人姓名
*string:customerIdentityNo=410221199010011121#预约人身份证号
*int:customerGender=1#预约人性别:1=男;2=女
*string:customerBirthday=19901001#预约人生日
*int:customerMedicalStatus=1#预约人婚姻状态:1=已婚;2=未婚
*string:customerMobilePhone=15216725960#预约人手机号
*int:appointmentHospitalCode=64#预约体检中心编码
*string:appointmentPackageCode=PD20160120004#预约套餐编码
*string:appointmentDate=20160128#预约日期
*string:outOrderCode=100001820#外部系统订单编号
*string:hasAuthorized=Y#是否授权回传体检报告(Y:是, N:否)
*string:remarkInfo=个性化套餐、加项等备注信息#备注信息
<<<
#请求成功
{
"status": 200,
"message": "成功",
"result": "返回相应的预约单号"
}
<<<
#请求失败
{
"status": 400,
"message": "错误详细信息",
"result": null
}
+++