POPBill Developers
API Reference

3. 알림톡 템플릿 관리

3.1. GetATSTemplateMgtURL - 알림톡 템플릿 등록 팝업 URL

function string getATSTemplateMgtURL(string corpnum, string userid) throws popbillexception
Parameters
순번변수명타입길이필수설명
corpnum string 10 Y 팝빌회원 사업자번호 ('-' 제외)
userid string 50 N 팝빌회원 아이디
Return

string - 요청에 대한 응답 URL

Throws

PopbillException

3.2. GetATSTemplate - 알림톡 템플릿 정보 확인

  • 승인된 알림톡 템플릿 정보를 확인합니다.
function atstemplate getatstemplate (string corpnum, string templatecode, string userid) throws popbillexception
Parameters
순번변수명타입길이필수설명
corpnum string 10 Y 팝빌회원 사업자번호 ('-' 제외)
templatecode string 12 Y 템플릿 코드
userid string 50 N 팝빌회원 아이디
Return

ATSTemplate

Throws

PopbillException

3.3. ListATSTemplate - 알림톡 템플릿 목록 확인

  • 승인된 알림톡 템플릿 목록을 확인합니다.
subroutine listatstemplate(string corpnum, ref atstemplate ref_list[]) throws popbillexception
Parameters
순번변수명타입길이필수설명
corpnum string 10 Y 팝빌회원 사업자번호 ('-' 제외)
ref_list ref ATSTemplate[ ] Y 서브루틴 반환 결과값
Return

-

Throws

PopbillException