删除拜访记录 - 私立医院
POST
http://localhost:28738/app/CustomerVisit/DeletePrivateHospital
接口描述
{ "companyCode": 39, "id": 7, "userId": "51388161" }
请求参数
参数名
类型
描述
必填
companyCode
int
示例:39
必填
id
int
示例:7 (获取的记录ID)
必填
userId
string
示例:51388161
必填
响应参数
application/json参数名
类型
描述
必填
status
int
示例:0
必填
message
string
示例:删除成功
必填
data
object
示例:null
必填