Quote API
외부 고객사 전용 실시간 견적조회 API입니다. API 키 인증을 사용하며, 오토바이 배송만 지원합니다.
{
"departureAddress": "서울 강남구 테헤란로 123",
"destinationAddress": "서울 서초구 서초대로 456",
"vehicleType": "motorcycle",
"isRoundtrip": false
}{
"success": true,
"data": {
"quoteId": "qt_xxxxx",
"resultStatus": "complete",
"offers": [
{
"carrier": "카카오 T 퀵",
"carrierCode": "kakao",
"serviceType": "standard",
"price": 11500,
"estimatedTime": "1시간 30분 내",
"estimatedTimeSeconds": 5400
}
]
}
}