StudioIntern API Doc
    • v1 · Public
      • List courses
      • Get course schedule
      • Get upcoming events and holidays
      • List upcoming course restarts
      • List SI Summer courses
      • Get studio email signature
      • List course plans
      • List tariffs
      • Register applicant / contact form (v1)
    • v1 · Customer
      • Customer login
      • Customer logout
      • Get authenticated customer profile
      • Update or delete customer password
      • Get course IDs of customer's students
    • v1 · Own
      • Create account entry (payment/credit/debit)
      • Get customer by ID
    • v1 · Configuration
      • Provision tenant data / hooks
      • Poll initial backup queue
      • Queue initial customer backups
      • Delete tenant data directory
    • v2 · OAuth
      • Obtain OAuth2 access token
    • v2 · Public
      • List locations
      • List rooms of a location
      • Get studio email signature
      • List course styles (Kursgruppen)
      • Customer registration flow info
      • Register a new customer (end-user)
      • Submit contract revocation request (Widerruf)
      • Submit contract quit request (Kündigung)
      • Appointment flow info
      • Create trial-class appointment
      • Validate email address
      • Validate email address with check level
      • CourseFinder flow info
      • List CourseFinder age groups
      • List CourseFinder styles for age
      • List CourseFinder levels
      • List CourseFinder lessons
      • List available trial dates for a lesson
    • v2 · Own
      • List customers
      • Get customer detail
      • Get customer CRM view
      • List students
      • Get student detail
      • Create account entry
      • Delete account entry
      • List CourseFinder leads
    • Schemas
      • V1Response
      • V1Course
      • V1CourseSchedule
      • V1Event
      • V1NextCourse
      • V1UserRegisterRequest
      • V1CustLoginRequest
      • V1CustPasswordRequest
      • V1ConfSetupRequest
      • V1CustomerUser
      • V1CustomerBrief
      • V1AccountCreateRequest
      • GatewayError
      • RateLimitError
      • V2SuccessEnvelope
      • V2ErrorEnvelope
      • PluginInfo
      • V2Location
      • V2Room
      • V2LocationsResponse
      • V2RoomsResponse
      • V2CourseStyle
      • V2CustomerRegisterRequest
      • V2CustomerRegisterData
      • V2ContractRevokeRequest
      • V2ContractQuitRequest
      • V2AppointmentCreateRequest
      • V2AppointmentCreatedResponse
      • V2MailCheckData
      • CfAge
      • CfStyle
      • CfLevel
      • CfLesson
      • CfLead
      • V2OwnStudentBasic
      • V2OwnCustomerListItem
      • V2OwnCustomerDetail
      • V2OwnStudentDetail
      • V2OwnStudentListItem
      • V2OwnCustomerCrm
      • V2OwnContract
      • V2OwnWaitlist
      • V2OwnTrialLesson
      • V2AccountCreateRequest
      • V2AccountCreateData
      • OAuthTokenRequest
      • OAuthTokenResponse
      • OAuthTokenError

    V2OwnStudentDetail

    {
        "id": 0,
        "first_name": "string",
        "last_name": "string",
        "birthday": "string",
        "age": 0,
        "email": "string",
        "mobile": "string",
        "is_customer": 0,
        "remarks": "string",
        "photo_permission": 0,
        "created_at": "string",
        "updated_at": "string",
        "updated_by": "string",
        "customer": {
            "id": 0,
            "salutation": "string",
            "title": "string",
            "first_name": "string",
            "last_name": "string",
            "email": "string",
            "phone": "string",
            "mobile": "string",
            "state": "string",
            "created_at": "string",
            "updated_at": "string",
            "updated_by": "string",
            "students": [
                {
                    "id": 0,
                    "first_name": "string",
                    "last_name": "string",
                    "birthday": "string",
                    "email": "string"
                }
            ]
        },
        "contracts": [
            {
                "id": 0,
                "name": "string",
                "start_date": "2019-08-24",
                "end_date": "2019-08-24",
                "price": null,
                "course_seats": [
                    {
                        "id": 0,
                        "bID": 0,
                        "short_name": "string",
                        "name": "string",
                        "start_date": "string",
                        "end_date": "string"
                    }
                ]
            }
        ],
        "waiting_lists": [
            {
                "id": 0,
                "bID": 0,
                "short_name": "string",
                "name": "string",
                "start_date": "string"
            }
        ],
        "trial_lessons": [
            {
                "course_id": 0,
                "course_name": "string",
                "date": "string",
                "present": null
            }
        ]
    }
    Built with