DELETE api/TaxiRanks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TaxiRank
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

TaxiRankName

string

None.

Active

boolean

None.

Address1

string

None.

Address2

string

None.

Suburb

string

None.

Province

string

None.

City

string

None.

Country

string

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

TaxiRanking

integer

None.

AssociationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:40:27.1144777+02:00",
  "LastModified": "2025-12-12T08:40:27.1144777+02:00",
  "TaxiRankName": "sample string 4",
  "Active": true,
  "Address1": "sample string 6",
  "Address2": "sample string 7",
  "Suburb": "sample string 8",
  "Province": "sample string 9",
  "City": "sample string 10",
  "Country": "sample string 11",
  "Longitude": 12.1,
  "Latitude": 13.1,
  "TaxiRanking": 14,
  "AssociationId": 15
}