名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
action | String | 可选 | create | 行为 |
gmtNextContact | String | 可选 | 2024-04-22 12:22:12 | 下次预约时间 |
reasonCode | String | 可选 | next | 原因码 |
reasonDesc | String | 可选 | 客户家里有事 | 原因描述 |
reserveTimeEnd | String | 可选 | 2024-04-22 12:22:12 | 预约结束时间 |
reserveTimeStart | String | 可选 | 2024-04-22 12:22:12 | 预约开始时间 |
source | String | 可选 | tp | 服务商 |
update_date | String | 可选 | 2024-04-22 12:22:12 | 发生时间 |
workcard_id | Number | 可选 | 1 | 工单id |
{ "gmtNextContact":"2024-04-22 12:22:12", "reserveTimeEnd":"2024-04-22 12:22:12", "action":"create", "reserveTimeStart":"2024-04-22 12:22:12", "reasonCode":"next", "source":"tp", "workcard_id":"1", "reasonDesc":"客户家里有事", "update_date":"2024-04-22 12:22:12" }