POST api/Hpcmaster/hpcremarkin
Request Information
URI Parameters
None.
Body Parameters
HPC_TERM_REMARK| Name | Description | Type | Additional information |
|---|---|---|---|
| ENTRY_NO | integer |
None. |
|
| TNAME | string |
None. |
|
| COMP_ID | integer |
None. |
|
| ADMIN_NO | string |
None. |
|
| REMARK1 | string |
None. |
|
| REMARK2 | string |
None. |
|
| NSESSION | string |
None. |
|
| STF_ID | string |
None. |
|
| ENTRY_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ENTRY_NO": 1,
"TNAME": "sample string 2",
"COMP_ID": 3,
"ADMIN_NO": "sample string 4",
"REMARK1": "sample string 5",
"REMARK2": "sample string 6",
"NSESSION": "sample string 7",
"STF_ID": "sample string 8",
"ENTRY_DATE": "2025-10-27T15:53:49.2437103+05:30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.