DELETE api/RequestLift/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

RequestLift
NameDescriptionTypeAdditional information
id

integer

None.

Active

boolean

None.

UserId

string

None.

UserLongitude

decimal number

None.

UserLatitude

decimal number

None.

Altitude

decimal number

None.

DateSuspended

date

None.

DriverId

string

None.

NoPassengers

integer

None.

Paid

boolean

None.

LiftCancelled

boolean

None.

Datetime

date

None.

TimeOnTaxi

date

None.

TimeOffTaxi

date

None.

TimePaid

date

None.

TransactionId

string

None.

DistanceTravelled

decimal number

None.

LastLogged

date

None.

OnTaxi

boolean

None.

DateCreated

date

None.

AmountPayable

decimal number

None.

AmountPaid

decimal number

None.

NoAdults

integer

None.

NoChildren

integer

None.

AdultFee

decimal number

None.

ChildrenFee

decimal number

None.

GrandTotal

decimal number

None.

TransactionFees

decimal number

None.

VatPayable

decimal number

None.

VatPercentage

decimal number

None.

StartLongitude

decimal number

None.

StartLatitude

decimal number

None.

EndLatitude

decimal number

None.

EndLongitude

decimal number

None.

TripEstimatedDistance

decimal number

None.

TripEstimatedLength

string

None.

TripEstimatedCost

decimal number

None.

InfantFee

decimal number

None.

NoInfants

integer

None.

InvoiceSent

boolean

None.

DateSent

date

None.

DateInvoiced

date

None.

InvoiceNo

string

None.

PreviewActive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Active": true,
  "UserId": "sample string 3",
  "UserLongitude": 4.1,
  "UserLatitude": 5.1,
  "Altitude": 6.1,
  "DateSuspended": "2025-12-12T08:37:03.5939365+02:00",
  "DriverId": "sample string 7",
  "NoPassengers": 8,
  "Paid": true,
  "LiftCancelled": true,
  "Datetime": "2025-12-12T08:37:03.5939365+02:00",
  "TimeOnTaxi": "2025-12-12T08:37:03.5939365+02:00",
  "TimeOffTaxi": "2025-12-12T08:37:03.5939365+02:00",
  "TimePaid": "2025-12-12T08:37:03.5939365+02:00",
  "TransactionId": "sample string 11",
  "DistanceTravelled": 12.1,
  "LastLogged": "2025-12-12T08:37:03.5939365+02:00",
  "OnTaxi": true,
  "DateCreated": "2025-12-12T08:37:03.5939365+02:00",
  "AmountPayable": 15.1,
  "AmountPaid": 16.1,
  "NoAdults": 17,
  "NoChildren": 18,
  "AdultFee": 19.1,
  "ChildrenFee": 20.1,
  "GrandTotal": 21.1,
  "TransactionFees": 22.1,
  "VatPayable": 23.1,
  "VatPercentage": 24.1,
  "StartLongitude": 1.1,
  "StartLatitude": 1.1,
  "EndLatitude": 1.1,
  "EndLongitude": 1.1,
  "TripEstimatedDistance": 25.1,
  "TripEstimatedLength": "sample string 26",
  "TripEstimatedCost": 27.1,
  "InfantFee": 28.1,
  "NoInfants": 29,
  "InvoiceSent": true,
  "DateSent": "2025-12-12T08:37:03.5939365+02:00",
  "DateInvoiced": "2025-12-12T08:37:03.5939365+02:00",
  "InvoiceNo": "sample string 31",
  "PreviewActive": true
}