POST api/Visitormob/Onevisitorvc
Request Information
URI Parameters
None.
Body Parameters
VISITOR| Name | Description | Type | Additional information |
|---|---|---|---|
| ENTRY_NO | integer |
None. |
|
| ENTRY_NO_DAY | integer |
None. |
|
| GEN_V_ID | integer |
None. |
|
| V_TYPE | string |
String length: inclusive between 0 and 50 |
|
| V_NAME | string |
String length: inclusive between 0 and 50 |
|
| V_ADD | string |
String length: inclusive between 0 and 200 |
|
| V_CITY | string |
String length: inclusive between 0 and 50 |
|
| V_STATE | string |
String length: inclusive between 0 and 50 |
|
| V_CONTACT | string |
String length: inclusive between 0 and 50 |
|
| SEE_TO | string |
String length: inclusive between 0 and 50 |
|
| SEE_NAME | string |
String length: inclusive between 0 and 50 |
|
| PURPOSE | string |
String length: inclusive between 0 and 100 |
|
| RE_TO | string |
String length: inclusive between 0 and 50 |
|
| RE_ID | string |
String length: inclusive between 0 and 50 |
|
| RE_NAME | string |
String length: inclusive between 0 and 50 |
|
| RE_DESC1 | string |
String length: inclusive between 0 and 50 |
|
| RE_DESC2 | string |
String length: inclusive between 0 and 50 |
|
| ENTRY_DATE | date |
None. |
|
| ENTRY_TIME | date |
None. |
|
| EXIT_DATE | date |
None. |
|
| EXIT_TIME | date |
None. |
|
| PHOTO | string |
String length: inclusive between 0 and 50 |
|
| SIG | string |
String length: inclusive between 0 and 50 |
|
| REMARK | string |
String length: inclusive between 0 and 200 |
|
| OPERATOR_NAME | string |
String length: inclusive between 0 and 35 |
|
| V_card | string |
String length: inclusive between 0 and 50 |
|
| icard | string |
String length: inclusive between 0 and 50 |
|
| icard_type | string |
String length: inclusive between 0 and 50 |
|
| icard_no | string |
String length: inclusive between 0 and 50 |
|
| icard_holder | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
{
"ENTRY_NO": 1,
"ENTRY_NO_DAY": 2,
"GEN_V_ID": 3,
"V_TYPE": "sample string 4",
"V_NAME": "sample string 5",
"V_ADD": "sample string 6",
"V_CITY": "sample string 7",
"V_STATE": "sample string 8",
"V_CONTACT": "sample string 9",
"SEE_TO": "sample string 10",
"SEE_NAME": "sample string 11",
"PURPOSE": "sample string 12",
"RE_TO": "sample string 13",
"RE_ID": "sample string 14",
"RE_NAME": "sample string 15",
"RE_DESC1": "sample string 16",
"RE_DESC2": "sample string 17",
"ENTRY_DATE": "2026-05-24T19:50:41.1704207+05:30",
"ENTRY_TIME": "2026-05-24T19:50:41.1704207+05:30",
"EXIT_DATE": "2026-05-24T19:50:41.1704207+05:30",
"EXIT_TIME": "2026-05-24T19:50:41.1704207+05:30",
"PHOTO": "sample string 18",
"SIG": "sample string 19",
"REMARK": "sample string 20",
"OPERATOR_NAME": "sample string 21",
"V_card": "sample string 22",
"icard": "sample string 23",
"icard_type": "sample string 24",
"icard_no": "sample string 25",
"icard_holder": "sample string 26"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.