Get Search Delivery

Get Search Delivery

GET /delivery/{delivery_id}?query="홍길동"

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 관리자

HUB_COMPANY

허브 업체

SHIPPER

배송 담당자

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Response

{
  "id" : "1",
  "order_id" : "1",
  "delivery_status" : "허브 이동중",
  "start_hub" : "1",
  "end_hub" : "2",
  "address" : "서울특별시 송파구 송파대로 55",
  "recipient" : "홍길동",
  "recipient_slack" : "hgd123",
  "delivery_routes" : [
    {
      "id" : "1",
      "sequence" : "1",
      "distance" : "56.32",
      "duration_time" : "AA:BB:CC",
      "route_status" : "목적지 허브 도착"
    },
    {
      "id" : "2",
      "sequence" : "2",
      "distance" : "133.24",
      "duration_time" : "DD:EE:FF",
      "route_status" : "허브 이동중"
    },
    {
      "id" : "3",
      "sequence" : "3",
      "distance" : "50.78",
      "duration_time" : "GG:HH:II",
      "route_status" : "허브 대기중"
    }
}

Last updated