Auto Value API
    • Reports
      • Create a valuation report
        POST
    • Authentication
      • Register a new account
        POST
      • Authenticate an existing user
        POST
      • End the current session
        POST
    • Schemas
      • CreateReportDto
      • ReportDto
      • ReportSuccessResponseDto
      • ValidationErrorDetailsDto
      • ValidationErrorResponseDto
      • ErrorResponseDto
      • CreateUserDto
      • UserDto
      • UserSuccessResponseDto
      • SignInUserDto
      • MessageSuccessResponseDto

    ReportDto

    {
        "id": 84,
        "manufacturer": "Toyota",
        "model": "Corolla",
        "year": 2021,
        "mileage": 38500,
        "price": 19500,
        "lat": 29.9792,
        "lng": 31.1342,
        "userId": 17
    }
    Built with