POST api/Popupmsg/stutknmsgshowcid
Request Information
URI Parameters
None.
Body Parameters
sa_token_msgName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
MSG_TITLE | string |
None. |
|
MSG_BODY | string |
None. |
|
COMP_ID | integer |
None. |
|
CLASS_N | string |
None. |
|
SECTION_N | string |
None. |
|
STATUS_A | boolean |
None. |
|
MSG_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "MSG_TITLE": "sample string 2", "MSG_BODY": "sample string 3", "COMP_ID": 4, "CLASS_N": "sample string 5", "SECTION_N": "sample string 6", "STATUS_A": true, "MSG_DATE": "2024-11-21T15:43:41.4535081+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.