POST api/Remark/sturemarkin
Request Information
URI Parameters
None.
Body Parameters
SA_REMARKName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
CLASS_N | string |
None. |
|
SECTION_N | string |
None. |
|
DATE1 | date |
None. |
|
COMP_ID | integer |
None. |
|
STAFF_ID | string |
None. |
|
SUBJECT_NAME | string |
None. |
|
T1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "CLASS_N": "sample string 2", "SECTION_N": "sample string 3", "DATE1": "2024-11-21T15:08:10.2028957+05:30", "COMP_ID": 4, "STAFF_ID": "sample string 5", "SUBJECT_NAME": "sample string 6", "T1": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.