Header

  1. View current page

    RevU API

Profile_img_60x60_01
0

API 응답

 RevU 의 API 는 REST 형식의 반환값을 갖습니다.

 

성공일 경우

 

<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
  [xml-payload-here]
</rsp>

 

실패일 경우

 

<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
  <err code="[error-code]" msg="[error-message]" />
</rsp>

History

Last edited on 09/10/2007 15:51 by mahaloah

Comments (0)

You must log in to leave a comment. Please sign in.