Project model
Timestamp when the object has been created
data object
Optional arbitrary project data, primarily used by consuming applications (such as the web UI).
logistics_settings object
Settings for logistics applications.
If true, allows bookings to be uploaded even after the simulation has started.
falseUI setting to control vehicle management.
UI setting to require all orders to be marked.
UI setting to use the solver for booking assignments.
List of public holidays applicable to the project. Used to manage (and exclude) recurring simulation templates from recurrence for milk-run operations.
Arbitrary object ID.
Project identifier
Approximate latitude of the project to establish correct mapping and routing profiles for the project region
Approximate longitutde of the project to establish correct mapping and routing profiles for the project region
Last time the object was modified.
Project name
Timezone of the project
notifications object
Flag allowing to enable notifications like SMS for the user for this project
Delivery on the way notification. Triggered when a booking's state changes to: PREPARED, QUEUED, CALCULATION, ASSIGNED, or SENT_OFFER.
Timestamp for notifications to be sent out from
Occurs when the system finds an offer after the user presses the 'Book' button.
Occurs when the driver presses the 'Arrive' button for the pickup stop.
Occurs when the driver presses 'Go to the next stop', but the passenger did not board.
Occurs the passenger accepts the offer
settings object
If the geocoding engine returns multiple options for the same address, this setting controls the behavior. If set to true, multiple resolutions will fail the request. If set to false, the resolution with the highest score will be selected.
This configuration is applied during booking upload as part of the automatic geocoding process.
falseConfigures the quality score threshold for geocoding. If the score is above the threshold, the geocoding will be successful; otherwise, it will fail. This configuration is applied during booking upload as part of the automatic geocoding process.
Possible values: >= 0 and <= 1
Enables or disables anonymous access to order tracking information for the project.
falsemapbox_style_url object
Defines map styles to be used by SWAT Driver App
Mapbox URL style for light theme, e.g. mapbox://styles/njachowski/cledzgtfw000v01mlfquerbox
Mapbox URL style for dark theme, e.g. mapbox://styles/njachowski/cledzgtfw000v01mlfquerbox
{
"created_at": "2024-07-29T15:51:28.071Z",
"data": {
"logistics_settings": {
"allow_upload_after_simulation_start_time": false,
"can_manage_vehicles": true,
"require_mark_all_orders": true,
"use_solver_for_booking_assignments": true
},
"public_holidays": {}
},
"external_id": "null",
"id": 0,
"is_invalidated": true,
"lat": 0,
"lon": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"name": "string",
"timezone": "string",
"notifications": {
"delivery_on_the_way": true,
"operation_start_time": "string",
"found_a_ride": true,
"vehicle_arrival": true,
"failed_to_board": true,
"offer_acceptance": true,
"vehicle_eta_pickup": true,
"vehicle_eta_dropoff": true
},
"settings": {
"logistics_geocoding_reject_multiple_results_per_address": false,
"logistics_geocoding_score_threshold": 0,
"bookingprogress_v2_order_tracking_enabled": false,
"mapbox_style_url": {
"light_theme": "string",
"dark_theme": "string"
}
}
}