Update Delivery

Update Delivery

PUT /delivery/{delivery_id}

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 관리자

SHIPPER

배송 담당자

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

delivery_status

String

delivery status

start_hub

Long

start hub ID

end_hub

Long

end hub ID

address

String

delivery address

recipient

String

recipient

recipient_slack

String

recipient slack ID

Response

{
  "message" : "수정이 완료 되었습니다."
}

Last updated