POST api/ctns_site/ins_site_journal
기관 일지 데이터 삽입
Request Information
URI Parameters
None.
Body Parameters
일지 기록 데이터
C_Site_Journal| Name | Description | Type | Additional information |
|---|---|---|---|
| CON_ID | string |
None. |
|
| DATE_WRITE | string |
None. |
|
| SITE_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| WRITE_NAME | string |
None. |
|
| PLAY_PLACE | string |
None. |
|
| PLAY_DATE | string |
None. |
|
| PLAY_MC | string |
None. |
|
| PLAY_USER | string |
None. |
|
| PLAY_PURPOSE | string |
None. |
|
| PLAY_PROCESS | string |
None. |
|
| PLAY_ASSESSMENT | string |
None. |
|
| PLAY_REMARK | string |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CON_ID": "sample string 1",
"DATE_WRITE": "sample string 2",
"SITE_ID": "sample string 3",
"USER_ID": "sample string 4",
"WRITE_NAME": "sample string 5",
"PLAY_PLACE": "sample string 6",
"PLAY_DATE": "sample string 7",
"PLAY_MC": "sample string 8",
"PLAY_USER": "sample string 9",
"PLAY_PURPOSE": "sample string 10",
"PLAY_PROCESS": "sample string 11",
"PLAY_ASSESSMENT": "sample string 12",
"PLAY_REMARK": "sample string 13",
"Status": "sample string 14"
}
application/xml, text/xml
Sample:
<C_Site_Journal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models"> <CON_ID>sample string 1</CON_ID> <DATE_WRITE>sample string 2</DATE_WRITE> <PLAY_ASSESSMENT>sample string 12</PLAY_ASSESSMENT> <PLAY_DATE>sample string 7</PLAY_DATE> <PLAY_MC>sample string 8</PLAY_MC> <PLAY_PLACE>sample string 6</PLAY_PLACE> <PLAY_PROCESS>sample string 11</PLAY_PROCESS> <PLAY_PURPOSE>sample string 10</PLAY_PURPOSE> <PLAY_REMARK>sample string 13</PLAY_REMARK> <PLAY_USER>sample string 9</PLAY_USER> <SITE_ID>sample string 3</SITE_ID> <Status>sample string 14</Status> <USER_ID>sample string 4</USER_ID> <WRITE_NAME>sample string 5</WRITE_NAME> </C_Site_Journal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>