2. Validation

오늘도착서비스 배송가능 우편번호 필터

우편번호 목록을 전달하면 오늘도착서비스 배송가능한 우편번호만 반환합니다.

post/v1/orderToday/checkZipCodesForToday

Request body

string[] required

Response

성공 - 배송가능한 우편번호 목록

successboolean

성공여부

messagestring

메시지

datastring[]
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.