---
title: "퀵서비스 요금 정보 조회"
method: POST
path: "/v1/totalCost/quick"
tags: ["2. Validation"]
---

# 퀵서비스 요금 정보 조회

`POST /v1/totalCost/quick`

퀵서비스 요금정보 조회 - 퀵서비스 주문 접수시 quickInfoId가 필요합니다.

## Request body

- QuickInfoRequestDTO — 요금조회 정보
  - `weight` integer — 무게(단위: kg)
  - `boxCount` integer — 박스 수
  - `vehicleType` 'BIKE' | 'CAR' — 운송 수단
  - `pickupRequestDateTime` string, date-time — 픽업요청일시
  - `fromAddress` string — 보내는 분 주소
  - `toAddress` string — 받는 분 주소
  - `toAddress2` string — 받는 분 주소2
  - `comment` string — 코멘트
  - `boxType` 'XSMALL' | 'SMALL' | 'LARGE' — 물품 크기 (XSMALL: 서류, SMALL: 소형, LARGE: 대형). 미입력시 서류(XSMALL)

## Response `200`

성공

- JFSQuickInfoDTO — 퀵서비스 정보 조회 응답
  - `success` boolean — 성공여부
  - `message` string — 메시지
  - `data` LegacyQuickInfoDTO
    - `quickInfoId` string
    - `createdDateTime` string, date-time
    - `expireDateTime` string, date-time
    - `vehicleType` 'BIKE' | 'CAR' | 'ANY'
    - `originalCost` integer
    - `cost` integer
    - `distance` integer
    - `costDetail` object
    - `duration` integer
    - `discountRatio` integer
  - `responseDateTime` string, date-time — 응답 서버 시간

---

[API](https://skmtc.dev/homepick/apis/homepick-api.md) · [All operations](https://skmtc.dev/homepick/apis/homepick-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/homepick/homepick-api/revisions/c6a379f962c8/schema)
