PUT api/VisitorCard/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"VC_ID": 1,
"VC_NAME": "sample string 1",
"RES_STATUS": "sample string 2",
"CREATE_DATE": "2025-12-12T18:06:41.6161906+03:00",
"CREATE_USER": 1,
"UPDATE_DATE": "2025-12-12T18:06:41.6161906+03:00",
"UPDATE_USER": 1
}
application/xml, text/xml
Sample:
<VisitorCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Attendance"> <CREATE_DATE>2025-12-12T18:06:41.6161906+03:00</CREATE_DATE> <CREATE_USER>1</CREATE_USER> <RES_STATUS>sample string 2</RES_STATUS> <UPDATE_DATE>2025-12-12T18:06:41.6161906+03:00</UPDATE_DATE> <UPDATE_USER>1</UPDATE_USER> <VC_ID>1</VC_ID> <VC_NAME>sample string 1</VC_NAME> </VisitorCard>
application/x-www-form-urlencoded
Sample: