2. Validation
퀵서비스 요금 정보 조회
퀵서비스 요금정보 조회 - 퀵서비스 주문 접수시 quickInfoId가 필요합니다.
post/v1/totalCost/quick
Request body
Example request
{
"weight": 5,
"boxCount": 1,
"vehicleType": "BIKE",
"pickupRequestDateTime": "2024-11-01 10:00:00",
"fromAddress": "서울 강남구 봉은사로 479 479타워 16층",
"toAddress": "서울 용산구 용산동2가 산 1-3",
"toAddress2": "남산서울타워",
"comment": "빠른 픽업 부탁드립니다.",
"boxType": "XSMALL"
}Response
성공
Example response
{
"success": true,
"message": "오류가 있을 경우 오류 메시지",
"responseDateTime": "2022-05-27T14:45:13.051+09:00"
}