| Entry_ID |
Int |
PrimaryKey of the SearchResultItem |
| Person_ID |
Int |
Primary-Key of person or company |
| FirstName |
String |
Firstname of the person |
| LastName |
String |
Lastname of the person |
| AcademicTtitle |
String |
Academic ttitle of the person |
| Profession |
String |
Profession of the person |
| CompanyName |
String |
Company name |
| CompanySector |
String |
Company sector |
| Street |
String |
Address of person or company |
| City |
String |
City of person or company |
| District |
String |
District of person or company |
| State |
String |
State of person or company |
| Country |
String |
Country of person or company |
| Type_ID |
Int (NULL) |
Primary-Key of the vehicle-type |
| Type |
String |
Type of vehicle |
| LicensePlate |
String |
LicensePlate of vehicle |
| EngineCode |
String |
LicensePlate of vehicle |
| ChassisNumber |
String |
LicensePlate of vehicle |
Get a list of search results of all dispossessed vehicles filterd by the defined parameters.
|
GET |
start |
Int |
Startvalue for paging results |
SearchResult |
https://webapi.tmw.at/kfz/search?start=0&limit=0&company_name=*nationalbank*
|
| limit |
Int |
Number of returned records (0 = return all record starting at offset "start") |
| first_name |
String |
Search string for the first name of a person |
| last_name |
String |
Search string for the last name of a person |
| company_name |
String |
Search string for the name of a company |
| profession |
String |
Search string for the profession of a person |
| street |
String |
Name of a street |
| city |
String |
Name of a city |
| district |
String |
Name of a district |
| country |
String |
name of a country |
| state |
String |
Name of a state |
https://webapi.tmw.at/kfz/search?start=15&limit=10&district=11
|
| type_id |
Int |
Primary-Key of vehicle type |
| type |
Int |
Search string for vehicle type |
| license_plate |
String |
Search string for a license plate number |
| engine_code |
String |
Search string for an engine code |
| chassis_number |
String |
Search string for a chassis number |
| comment |
String |
Search string for a comment |
| dispossession |
Bool |
Search of dispossession |