1) URL 정보
https://realscaner.com/admin/plusnamecard/post
2) 클라이언트 -> 서버 ( POST )
3) 요청 변수
요청 변수명 |
타입 |
필수 여부 |
설명 |
name |
string |
Y |
이름 |
mobile |
string |
Y |
전화번호 |
email |
string |
Y |
이메일 |
company |
string |
Y |
회사이름(최대 20자) |
logo |
string |
N |
회사로고 파일이름 |
depart |
string |
N |
부서명 |
position |
string |
N |
직함 |
tel |
string |
N |
전화번호 |
fax |
string |
N |
팩스 |
address |
string |
N |
주소 |
homepage |
string |
N |
홈페이지 |
etc1 |
string |
N |
개인 이미지 파일이름 |
etc2 |
string |
N |
기타2 |
cardtype |
char |
N |
지원 예정 |
4) 서버 -> 클라이언트
5) 응답 DATA
응답 변수명 |
타입 |
설명 |
no |
int |
웹에서 요청한 경우 :insert_id |
no |
string |
모바일에서 요청한 경우 : qrkey |
6) 에러 코드
에러 코드 |
HTTP 코드 |
에러 메세지 |
400 |
400 |
BAD_REQUEST |
500 |
500 |
INTERNAL_SERVER_ERROR |