POST UpdateTaxiRanking

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:40:27.3800739+02:00",
  "LastModified": "2025-12-12T08:40:27.3800739+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
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true