EditResponse
simulation_idintegerrequired
Simulation id.
current_timestring<date-time>required
Current time.
committedbooleanrequired
if true then the changes have been committed (corresponds to dry_run parameter of the request).
feasiblebooleanrequired
The resulting node/booking/vehicle configuration satisfies time window or other constraints.
changed_nodes_uidsstring<uuid>[]required
List of UUIDs of nodes which attributes have changed.
changed_bookings_uidsstring<uuid>[]required
List of UUIDs of bookings which attributes have changed.
changed_vehicles_uidsstring<uuid>[]required
List of UUIDs of vehicles which attributes have changed.
deleted_nodes_uidsstring<uuid>[]required
List of UUIDs of nodes which have been deleted
deleted_vehicles_uidsstring<uuid>[]required
List of UUIDs of vehicles which have been deleted
details object
Context specific details, e.g., rejected_bookings or rejected_vehicles for partial success scenarios.
property name*any
Context specific details, e.g., rejected_bookings or rejected_vehicles for partial success scenarios.
EditResponse
{
"simulation_id": 0,
"current_time": "2024-07-29T15:51:28.071Z",
"committed": true,
"feasible": true,
"changed_nodes_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"changed_bookings_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"changed_vehicles_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"deleted_nodes_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"deleted_vehicles_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"details": {}
}