POST api/ctns_game/ins_game_quiz?id={id}&con_id={con_id}&time_start={time_start}&time_end={time_end}
(결과 삽입) 총명해지는 퀴즈
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         사용자 아이디  | 
                    string | 
                                 Required  | 
                
| con_id | 
                         컨텐츠 실행 아이디  | 
                    string | 
                                 Required  | 
                
| time_start | 
                         게임 시작 시간  | 
                    string | 
                                 Required  | 
                
| time_end | 
                         게임 종료 시간  | 
                    string | 
                                 Required  | 
                
Body Parameters
게임 LOW 데이터
Collection of C_Game_Quiz| Name | Description | Type | Additional information | 
|---|---|---|---|
| USER_ID | string | 
                             None.  | 
                |
| CON_ID | string | 
                             None.  | 
                |
| TIME_START | string | 
                             None.  | 
                |
| TIME_END | string | 
                             None.  | 
                |
| CATEGORY_NUM | integer | 
                             None.  | 
                |
| CATEGORY_STR | string | 
                             None.  | 
                |
| CATEGORY_TEXT | string | 
                             None.  | 
                |
| IS_CORRECT | boolean | 
                             None.  | 
                |
| TIME_RESPONSE | decimal number | 
                             None.  | 
                |
| Status | string | 
                             None.  | 
                
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
        Sample not available.
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
성공 시 전송한 datas 파라미터에 Status : Success 추가하여 반환
Collection of C_Game_Quiz| Name | Description | Type | Additional information | 
|---|---|---|---|
| USER_ID | string | 
                             None.  | 
                |
| CON_ID | string | 
                             None.  | 
                |
| TIME_START | string | 
                             None.  | 
                |
| TIME_END | string | 
                             None.  | 
                |
| CATEGORY_NUM | integer | 
                             None.  | 
                |
| CATEGORY_STR | string | 
                             None.  | 
                |
| CATEGORY_TEXT | string | 
                             None.  | 
                |
| IS_CORRECT | boolean | 
                             None.  | 
                |
| TIME_RESPONSE | decimal number | 
                             None.  | 
                |
| Status | string | 
                             None.  | 
                
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.