POST api/Others/clvid
Request Information
URI Parameters
None.
Body Parameters
clvideo| Name | Description | Type | Additional information |
|---|---|---|---|
| ENTRY_NO | integer |
None. |
|
| NCLASS | string |
None. |
|
| SUB_NAME | string |
None. |
|
| VDATE | date |
None. |
|
| VLINK | string |
None. |
|
| REMARK | string |
None. |
|
| STAFF_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ENTRY_NO": 1,
"NCLASS": "sample string 2",
"SUB_NAME": "sample string 3",
"VDATE": "2026-03-17T15:41:15.220956+05:30",
"VLINK": "sample string 4",
"REMARK": "sample string 5",
"STAFF_ID": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.