POST api/ctns/ins_download_log

콘텐츠 다운로드 시 DB에 로그 삽입

Request Information

URI Parameters

None.

Body Parameters

C_Download_Contents_Log
NameDescriptionTypeAdditional information
RESIVE_DATE

다운로드 날짜

string

None.

SITE_NAME

기관명 (다운로드 로그 목록 가져올 때 조인으로 가져옴)

string

None.

SITE_ID

기관 코드

string

None.

CON_KIND

콘텐츠 분류

string

None.

CON_NAME

콘텐츠 영문명

string

None.

CON_NAME_KOR

콘텐츠 한글명

string

None.

VER

버전 정보

string

None.

Status

서버 통신 시 통신 상태 코드 (Success: 값이 제대로 전달, Failed: 값을 전달할 수 없는 상태(ex. 콘텐츠 정보 존재하지 않음), Error: web api 메서드에서 Exception 발생)

string

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

성공 시 Success, 실패 시 Failed 반환

string

Response 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>