POST |
URL -
http://api.goodapi.co.kr:8888/Rest/api/ForeignerLicense?sessionID=공개키
샘플
-
http://api.goodapi.co.kr:8888/Rest/api/ForeignerLicense?sessionID=test
- [application/x-www-form-urlencoded]
-
path01=9412215142211&path02=2019-06-11
- [application/xml]
-
<R><path01>9412215142211</path01><path02>2019-06-11</path02></R>
- [application/json]
-
{"path01":"9412215142211","path02":"2019-06-11"}
주의사항
- filename, type, eCode, serviceKey, subFileName, wcfName 요청변수명은 사용이 불가하며,
- path01 ~ path20은 Path에서 사용하지 않을 경우 사용가능.
- 요청변수명 중복사용시 Query보다 Body가 우선함.
|