{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"userId": 0,
"doctorName": "string",
"hospitalName": "string",
"workType": "string",
"registerMoney": 0,
"practicingCertificateNum": "string",
"professionalTitle": "string",
"practiceScope": "string",
"speciality": "string",
"scientificResearchAchievements": "string",
"personalProfile": "string",
"entryDay": "2019-08-24T14:15:22Z",
"operatingPost": "string",
"photo": "string",
"onlineReservation": "string",
"consultingRoom": "string",
"phonenumber": "string",
"sex": "string",
"education": "string",
"workExperience": "string",
"workStatus": "string",
"officeIdList": [
0
],
"workTypeList": [
"string"
],
"postIds": "string",
"postNames": "string",
"tenantId": 0
}
curl --location --request PUT 'http://localhost:8081/his/doctor' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"userId": 0,
"doctorName": "string",
"hospitalName": "string",
"workType": "string",
"registerMoney": 0,
"practicingCertificateNum": "string",
"professionalTitle": "string",
"practiceScope": "string",
"speciality": "string",
"scientificResearchAchievements": "string",
"personalProfile": "string",
"entryDay": "2019-08-24T14:15:22Z",
"operatingPost": "string",
"photo": "string",
"onlineReservation": "string",
"consultingRoom": "string",
"phonenumber": "string",
"sex": "string",
"education": "string",
"workExperience": "string",
"workStatus": "string",
"officeIdList": [
0
],
"workTypeList": [
"string"
],
"postIds": "string",
"postNames": "string",
"tenantId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}