unissoft-bj / ihostsvc

system services & data services on ihost
0 stars 0 forks source link

关闭/打开 reception REST #30

Open unissoft-bj opened 9 years ago

unissoft-bj commented 9 years ago

提交参数: reception id,关闭/打开 返回参数:状态码

use case:销售顾问在web app的reception detail界面,关闭一个reception;或者重新打开一个reception

ycyn521 commented 9 years ago

关闭接待: closeReception(String receptionId) return : String stateCode

michaelyin commented 9 years ago

关闭Reception后,此Reception不在进入链表候选人。???

michaelyin commented 9 years ago

create/update reception object. same as #28, #34

post /secure/reception/ params: json object, update status field to either 'open' or 'close'. return http 200. success.

michaelyin commented 9 years ago

为便于测试,http request api: post /reception