Vehicles



Options:

refer to docs for full details

item type mandatory description comments
vehicle_barcode string unique id Assigned by server
callsign string unique name to identify vehicle (for your organisation) Ideally contains home locality/ownership and type of vehicle. E.g. Ashby 903, This adds information on local and out-of-area resource and the capability of the vehicle
model string Basic make and model information Can be used by logistics if field repairs are required
seats integer Number of people vehicle can carry Can be useful when seats are tight or hot shifting of crews is required
attachments string Any special features of vehicle Winch, tow-bar, crane, bulk fuel,
roof_id string Identification of vehicle that may be viewed by aircraft
org_uid string Organisations unique_id for vehicle Must be unique within your organisation
adhoc_upload boolean Used to differentiate recorded entered via system upload and those entered via front end as adhoc records Default value is false
archived boolean Used to archive/remove responders no longer required in Responder HQ Default value is false
ownership_type string Used to differentiate contractor and organisation vehicles "agency" or "contractor"
contractor_id integer Should be a current (non-archived) contractor for your organisation Refer to contractors to get a list of valid contactor id's
rego string Number plate of vehicle Optional
depot string depot or office locality to indicate the vehicles base work location Used to assist with estimating travel times and localisation
radio string Comma seperated array of radio installed in vehicle Title or Upper-case, eg "UHF, VHF"
opg boolean Operator Projective Guarding Mostly applicable to plant, Eg ROP's FOP's
aed boolean Automatic Electronic Defibrillator
base_location string May be same as depot location, but may be garage location for those vehicles that are garaged at home Locality listed at suburb level to assist with estimating travel times and localisation
nominal operator string Can be any string either person, crew or role
in_service boolean Default is true Can set to false if vehicle is out of service for extend period. This would normally be handled via front end and include a note
fuel_type string "diesel", "unleaded"
water capacity integer 400 Liters
type_id integer 1=vehicle, 2=plant, 3=aircraft Used to categorise vehicles for home page
region_id integer Region_id for the vehicles home region Refer to regions table
deploy_region_id integer Region_id for the region the vehicle is currently allocated to. Should match region_id for new vehicles, and should not be modified for vehicle edits refer to regions table
category_id integer The current (non-archived) vehicle_category_id associated with the vehicle_category table Refer to the vehicle_categories

Example

{
"vehicle_barcode": "v1000",
"callsign": "Tanker 206",
"model": "Isuzu Tanker",
"seats": 2,
"attachments": "winch",
"roof_id": "H206",
"org_uid": "206",
"adhoc_upload": null,
"archived": null,
"ownership_type": "agency",
"contractor_id": 0,
"rego": "CT64NT",
"depot": "Upper Ashby",
"radio": "2xVHF, UHF",
"opg": false,
"aed": true,
"base_location": "Ashby",
"nominal_operator": "James Dean",
"in_service": true,
"fuel_type": 'diesel',
"water_capacity": 1000,
"type_id": 1,
"region_id": 1,
"deploy_region_id": 1,
"category_id": 1,
}