Create HMI
Create Hub Movement Infos
POST
/hub_movement_infos
Access Permissions
MASTER
마스터
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
start_hub
Long
start hub ID
end_hub
Long
end hub ID
estimated_time
Time
estimated time
estimated_distance
Double
estimated distance
Response
{
"massage" : "생성 완료."
}
Last updated