권역 여러건 추가

Query Params
string
required

마이페이지>앱>앱키(appKey) 탭에서 확인 가능

Body Params
json
required

권역 목록 입니다. 목록 전체는 대괄호[] 각각의 리스트는 중괄호{}로 묶습니다.
(예)
{
  "reqDatas": [
    {
      "code: 코드. String. 필수": "0001",
      "name: 이름(UTF-8 인코딩). String. 필수": "%EC%84%9C%EC%9A%B8"
    },
    {
      "code": "0002",
      "name": "%EA%B6%8C%EC%97%AD2"
    }
  ]
}

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json