POST api/appointment/addDriverMovement

Request Information

URI Parameters

None.

Body Parameters

DriverMovement
NameDescriptionTypeAdditional information
Id

integer

None.

CreateDateTime

date

None.

DriverId

integer

None.

DriverMovementType

string

None.

MovementStartDateTime

date

None.

RequestId

integer

None.

JobId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CreateDateTime": "2025-12-22T03:36:21.119003+00:00",
  "DriverId": 3,
  "DriverMovementType": "sample string 4",
  "MovementStartDateTime": "2025-12-22T03:36:21.119003+00:00",
  "RequestId": 6,
  "JobId": 7
}

application/xml, text/xml

Sample:
<DriverMovement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethoz.Models.Domain">
  <CreateDateTime>2025-12-22T03:36:21.119003+00:00</CreateDateTime>
  <DriverId>3</DriverId>
  <DriverMovementType>sample string 4</DriverMovementType>
  <Id>1</Id>
  <JobId>7</JobId>
  <MovementStartDateTime>2025-12-22T03:36:21.119003+00:00</MovementStartDateTime>
  <RequestId>6</RequestId>
</DriverMovement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.