회사코드 조희 API 입니다. 

Company API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

COMP_NM

string

회사명

STATUS

int

상태[1:활성 0:비활성]

ST_YMD

string

사용 시작일

ED_YMD

string

사용 종료일

Company API & Examples

GET

http://{server ip:port}/api/Company

Response

Content-Type: application/json

[

  • {
    • "COMP_CD":"SYMATION",
    • "COMP_NM":"시메이션",
    • "STATUS":1,
    • "ST_YMD":"20180501",
    • "ED_YMD":"20190501",

},

  • {
    • "COMP_CD":"SYM_RND",
    • "COMP_NM":"시메이션 기술연구소",
    • "STATUS":1,
    • "ST_YMD":"20201201",
    • "ED_YMD":"20201231",

}

]

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool