Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface RequestSmsDownloadRequest

    다운로드 예약 요청

    ⚠️ NHN API 제약 조건:

    • sendType: 필수, "0"(SMS), "1"(LMS/MMS), "2"(AUTH)
    • requestId 또는 날짜 범위 중 하나 필수
    • 등록 날짜/발송 날짜를 동시에 검색하는 경우, 발송 날짜는 무시됨

    docs/nhn-sms-api/16-download.md (라인 28-74)

    interface RequestSmsDownloadRequest {
        sendType: "0" | "1" | "2";
        requestId?: string;
        startRequestDate?: string;
        endRequestDate?: string;
        startCreateDate?: string;
        endCreateDate?: string;
        startResultDate?: string;
        endResultDate?: string;
        sendNo?: string;
        recipientNo?: string;
        templateId?: string;
        msgStatus?: string;
        resultCode?: string;
        subResultCode?: string;
        senderGroupingKey?: string;
        recipientGroupingKey?: string;
        isIncludeTitleAndBody?: boolean;
    }
    Index

    Properties

    sendType: "0" | "1" | "2"

    발송 유형 (필수, "0":SMS, "1":LMS/MMS, "2":AUTH)

    requestId?: string

    요청 ID

    startRequestDate?: string

    시작 요청 일시 (format: "yyyy-MM-dd HH:mm:ss")

    endRequestDate?: string

    종료 요청 일시 (format: "yyyy-MM-dd HH:mm:ss")

    startCreateDate?: string

    시작 생성 일시 (format: "yyyy-MM-dd HH:mm:ss")

    endCreateDate?: string

    종료 생성 일시 (format: "yyyy-MM-dd HH:mm:ss")

    startResultDate?: string

    시작 수신 일시 (format: "yyyy-MM-dd HH:mm:ss")

    endResultDate?: string

    종료 수신 일시 (format: "yyyy-MM-dd HH:mm:ss")

    sendNo?: string

    발신 번호

    recipientNo?: string

    수신 번호

    templateId?: string

    템플릿 ID

    msgStatus?: string

    메시지 상태

    resultCode?: string

    결과 코드

    subResultCode?: string

    서브 결과 코드

    senderGroupingKey?: string

    발신 그룹핑 키

    recipientGroupingKey?: string

    수신 그룹핑 키

    isIncludeTitleAndBody?: boolean

    제목/본문 포함 여부