Visitor registration modification interface
Modify the visitor registration form
Request
Body Params application/json
{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"visitRegisterId": 0,
"linkStatus": 0,
"visitUnit": "string",
"visitPurpose": "string",
"visitTime": "2019-08-24T14:15:22.123Z",
"visitorNameRequired": 0,
"idCardRequired": 0,
"phoneNoRequired": 0,
"hostStaffId": 0,
"hostStaffNo": "string",
"linkPath": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"remark": "string"
}
Request Code Samples
curl --location --request PUT '/system/registerRecord' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ0a0J1VFJvZVhuWG1SRU9Wd0tBM0w1QTdxQ1RqUEFOayIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwiZGVwdElkIjoxMDN9.H9xMLtZUW_mS78ir2mTS6EyXYFTIJvzUM1hqFXr-23E' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"visitRegisterId": 0,
"linkStatus": 0,
"visitUnit": "string",
"visitPurpose": "string",
"visitTime": "2019-08-24T14:15:22.123Z",
"visitorNameRequired": 0,
"idCardRequired": 0,
"phoneNoRequired": 0,
"hostStaffId": 0,
"hostStaffNo": "string",
"linkPath": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"remark": "string"
}'
Responses
application/json
{
"code": 0,
"msg": "string",
"data": {},
"tran": true
}
Modified at 2026-04-08 01:14:59