# 修改 多筆畫面儲存+指定房務員儲存 ###### tags: `房務排整` ## url: http://192.168.168.116:8081/bacchus/25/01/houseKeepingArrange/modify Method : Put 只能改 cleanCod、cleanWay、cleanPts ```json= [ { "id":{ "athenaId": "25", "hotelCode": "01", "seqNos": 12 }, "batchDat": "2020-08-09T00:00:00Z", // fix "roomNos": "304", "ikey": "", "ikeySeqNos": "", "cleanCod": "001", "cleanWay": "STAY", "cleanPts": "1", "coDat" : "", // fix "genFrom": "user", "insDat" : "2020-08-09T12:00:00Z", "insUsr": "a18019", "updDat" : "2020-08-09T12:00:00Z", "updUsr": "a18019" } ] ```