GET api/v{version}/Assets/GetPriceCategories?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AssetPriceCategoriesOutDto
NameDescriptionTypeAdditional information
CategoryId

integer

None.

CategoryName

string

None.

DamageExemption

decimal number

None.

DayPrice

decimal number

None.

DayPriceSurplus

decimal number

None.

DayPriceSurplusAfterOneWeek

decimal number

None.

ExtraFeeMileage

decimal number

None.

FlatConsumption

decimal number

None.

FreeDayMileage

decimal number

None.

Guarantee

decimal number

None.

MonthPrice

decimal number

None.

SemiDayPrice

decimal number

None.

ThreeDayPrice

decimal number

None.

TwoDayPrice

decimal number

None.

WeekPrice

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CategoryId": 1,
    "CategoryName": "sample string 2",
    "DamageExemption": 1.0,
    "DayPrice": 1.0,
    "DayPriceSurplus": 1.0,
    "DayPriceSurplusAfterOneWeek": 1.0,
    "ExtraFeeMileage": 1.0,
    "FlatConsumption": 1.0,
    "FreeDayMileage": 1.0,
    "Guarantee": 1.0,
    "MonthPrice": 1.0,
    "SemiDayPrice": 1.0,
    "ThreeDayPrice": 1.0,
    "TwoDayPrice": 1.0,
    "WeekPrice": 1.0
  },
  {
    "CategoryId": 1,
    "CategoryName": "sample string 2",
    "DamageExemption": 1.0,
    "DayPrice": 1.0,
    "DayPriceSurplus": 1.0,
    "DayPriceSurplusAfterOneWeek": 1.0,
    "ExtraFeeMileage": 1.0,
    "FlatConsumption": 1.0,
    "FreeDayMileage": 1.0,
    "Guarantee": 1.0,
    "MonthPrice": 1.0,
    "SemiDayPrice": 1.0,
    "ThreeDayPrice": 1.0,
    "TwoDayPrice": 1.0,
    "WeekPrice": 1.0
  }
]