2. Validation

배송종류 조회

출/도착지 우편번호로 가능한 배송종류 조회

get/v1/available/deliveryType

Query parameters

fromZipCodestring required

출발지 우편번호

toZipCodestring required

도착지 우편번호

Response

성공

successboolean

성공여부

messagestring

메시지

responseDateTimestring date-time

응답 서버 시간

Example response

{
  "success": true,
  "message": "오류가 있을 경우 오류 메시지",
  "responseDateTime": "2022-05-27T14:45:13.051+09:00"
}

Changes

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