Get Search HMI

GET /hub_movement_infos?query=

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 관리자

HUB_COMPANY

허브 업체

SHIPPER

배송 담당자

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

Pageable

Pageable

페이징 처리 객체

Response

{
  "start_hub" : "1",
  "end_hub" : "2",
  "estimated_time" : "AA:BB:CC",
  "estimated_distance" : "56.77"
}

Last updated