2. Validation

배송불가지역 조회

택배사에 따른 배송불가지역 조회 - 제공 중단될 수 있음

get/v1/disabledDeliveryArea/{transporterCode}

Path parameters

transporterCode'HANJIN' required

택배사코드

Response

성공

successboolean

성공여부

messagestring

메시지

responseDateTimestring date-time

응답 서버 시간

Example response

{
  "success": true,
  "message": "오류가 있을 경우 오류 메시지",
  "data": [
    {
      "terminalName": "상록",
      "modifiedDateTime": "2022-04-12 10:00"
    }
  ],
  "responseDateTime": "2022-05-27T14:45:13.051+09:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.