POST api/v1/driverShiftZWT/UpdateZwtLineShiftOnDuty

Request Information

URI Parameters

None.

Body Parameters

DriverShiftInfo
NameDescriptionTypeAdditional information
IP

string

None.

ShiftDays

integer

None.

OldVehicleId

integer

None.

ShiftFrom

byte

None.

NextShiftId

integer

None.

Bofo

string

None.

TerminalLineInfos

Collection of Object

None.

DriverShiftOnceInfos

Collection of Object

None.

DriverShiftPathInfos

Collection of Object

None.

DriverShiftId

integer

None.

LineShiftId

integer

None.

GroupId

integer

None.

ShiftId

integer

None.

ShiftCode

byte

None.

ShiftCategoryId

integer

None.

VehicleId

integer

None.

DriverId

integer

None.

CadetDriverId

integer

None.

BusmanId

integer

None.

ShiftProperty

byte

None.

PlanOnce

byte

None.

PlanKilometre

decimal number

None.

OutTime

string

None.

OutStopPoint

integer

None.

OutStationPoint

integer

None.

ReachTime

string

None.

ArriveStationPoint

integer

None.

ArriveTime

string

None.

ArriveStopPoint

integer

None.

WorkTime

string

None.

WorkStation

integer

None.

Annotation

string

None.

WorkMode

byte

None.

OnVehicleId

integer

None.

OnDriverId

integer

None.

OnVehicleCode

string

None.

OnDriverCode

string

None.

OnBusmanId

integer

None.

OnShiftProperty

byte

None.

OnPlanOnce

byte

None.

OnPlanKilometre

decimal number

None.

OnOutTime

string

None.

OnOutStopPoint

integer

None.

OnOutStationPoint

integer

None.

OnReachTime

string

None.

OnArriveStationPoint

integer

None.

OnArriveTime

string

None.

OnArriveStopPoint

integer

None.

OnWorkTime

string

None.

OnWorkStation

integer

None.

OnAnnotation

string

None.

OnWorkMode

byte

None.

HolidayId

integer

None.

ShiftType

byte

None.

OldDriverId

integer

None.

OldBusmanId

integer

None.

Seq

byte

None.

WorkDays

byte

None.

RestDrivers

string

None.

GUID

globally unique identifier

None.

ObjectID

string

None.

Taxis

decimal number

None.

Notes

string

None.

Createby

integer

None.

CreateName

string

None.

Createorg

integer

None.

Createdate

date

None.

Modifyby

integer

None.

ModifyName

string

None.

Modifydate

date

None.

Resourceid

string

None.

DomainId

integer

None.

Flag

integer

None.

SeqName

string

None.

EntityState

DataRowState

None.

Request Formats

application/json, text/json

Sample:
{
  "IP": "sample string 1",
  "ShiftDays": 2,
  "OldVehicleId": 3,
  "ShiftFrom": 64,
  "NextShiftId": 5,
  "Bofo": "sample string 6",
  "TerminalLineInfos": [],
  "DriverShiftOnceInfos": [],
  "DriverShiftPathInfos": [],
  "DriverShiftId": 7,
  "LineShiftId": 8,
  "GroupId": 9,
  "ShiftId": 10,
  "ShiftCode": 64,
  "ShiftCategoryId": 12,
  "VehicleId": 13,
  "DriverId": 14,
  "CadetDriverId": 15,
  "BusmanId": 16,
  "ShiftProperty": 64,
  "PlanOnce": 64,
  "PlanKilometre": 19.0,
  "OutTime": "sample string 20",
  "OutStopPoint": 21,
  "OutStationPoint": 22,
  "ReachTime": "sample string 23",
  "ArriveStationPoint": 24,
  "ArriveTime": "sample string 25",
  "ArriveStopPoint": 26,
  "WorkTime": "sample string 27",
  "WorkStation": 28,
  "Annotation": "sample string 29",
  "WorkMode": 64,
  "OnVehicleId": 31,
  "OnDriverId": 32,
  "OnVehicleCode": "sample string 33",
  "OnDriverCode": "sample string 34",
  "OnBusmanId": 35,
  "OnShiftProperty": 64,
  "OnPlanOnce": 64,
  "OnPlanKilometre": 38.0,
  "OnOutTime": "sample string 39",
  "OnOutStopPoint": 40,
  "OnOutStationPoint": 41,
  "OnReachTime": "sample string 42",
  "OnArriveStationPoint": 43,
  "OnArriveTime": "sample string 44",
  "OnArriveStopPoint": 45,
  "OnWorkTime": "sample string 46",
  "OnWorkStation": 47,
  "OnAnnotation": "sample string 48",
  "OnWorkMode": 64,
  "HolidayId": 50,
  "ShiftType": 64,
  "OldDriverId": 52,
  "OldBusmanId": 53,
  "Seq": 64,
  "WorkDays": 64,
  "RestDrivers": "sample string 56",
  "GUID": "69878e65-93ef-419a-819d-6503e1ecd225",
  "ObjectID": "sample string 58",
  "Taxis": 59.0,
  "Notes": "sample string 60",
  "Createby": 61,
  "CreateName": "sample string 62",
  "Createorg": 63,
  "Createdate": "2024-10-06 01:20:49",
  "Modifyby": 65,
  "ModifyName": "sample string 66",
  "Modifydate": "2024-10-06 01:20:49",
  "Resourceid": "sample string 68",
  "DomainId": 69,
  "Flag": 70,
  "SeqName": "sample string 71",
  "EntityState": 1
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.