# /api/External/CancelMove Endpoint: POST /api/External/CancelMove Version: v1 ## Request fields (application/json): - `gateApptIdList` (array,null) - `gateApptIdList.id` (integer) - `gateApptIdList.mtO_Id` (integer) - `gateApptIdList.mtO_Cd` (string,null) - `truckVisitIdList` (array,null) ## Response 200 fields (application/json): - `today` (array,null) - `today.startTime` (string,null) - `today.endTime` (string,null) - `today.color` (string,null) - `tomorrow` (array,null) ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 500 fields