Skip to main content

RouteModel

Route model.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"id": "Integer",
"interface_color": "String",
"location_id": "Integer",
"name": "String"
}

Fields

id Integer, Required

Trailer record identifier.


interface_color String, Required

Hex string color identifier.

  • At least 7 and no more than 7 characters.

location_id Integer, Required

Location identifier.


name String, Required

Route name.

  • At least 1 and no more than 100 characters.