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

    Interface ListSmsReservationsRequest

    예약 발송 목록 조회 요청

    docs/nhn-sms-api/14-reservation.md

    interface ListSmsReservationsRequest {
        sendType?: string;
        requestId?: string;
        startRequestDate?: string;
        endRequestDate?: string;
        startCreateDate?: string;
        endCreateDate?: string;
        sendNo?: string;
        recipientNo?: string;
        templateId?: string;
        messageStatus?: string;
        receiverRegion?: string;
        countryCode?: string;
        pageNum?: number;
        pageSize?: number;
    }
    Index

    Properties

    sendType?: string

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

    requestId?: string

    요청 ID (최대 25자)

    startRequestDate?: string

    발송 날짜 시작값 (yyyy-MM-dd HH:mm:ss)

    endRequestDate?: string

    발송 날짜 종료값 (yyyy-MM-dd HH:mm:ss)

    startCreateDate?: string

    등록 날짜 시작값 (yyyy-MM-dd HH:mm:ss)

    endCreateDate?: string

    등록 날짜 종료값 (yyyy-MM-dd HH:mm:ss)

    sendNo?: string

    발신 번호 (최대 13자)

    recipientNo?: string

    수신 번호 (최대 20자)

    templateId?: string

    템플릿 ID (최대 50자)

    messageStatus?: string

    메시지 상태 (RESERVED, SENDING, COMPLETED, FAILED, CANCEL 등)

    receiverRegion?: string

    국내/국제 (DOMESTIC, INTERNATIONAL)

    countryCode?: string

    국가 코드

    pageNum?: number

    페이지 번호 (기본값: 1)

    pageSize?: number

    검색 수 (기본값: 15, 최대: 1000)