Skip to main content

DriverAssignmentResponse

count int32
assignments object[]nullable
  • Array [
  • vehicleId stringnullable
    tenantId stringnullable
    createDateTime date-timenullable
  • ]
  • DriverAssignmentResponse
    {
    "count": 0,
    "assignments": [
    {
    "vehicleId": "string",
    "tenantId": "string",
    "createDateTime": "2024-07-29T15:51:28.071Z"
    }
    ]
    }