Leo1 Institute Course Class Fee Structure Mapping API

The Institute Course Class Fee Structure Mapping API from Leo1 — 7 operation(s) for institute course class fee structure mapping.

Operations 7

GET /api/v1/institute/mapping/class_fee_structure Get Institute Course Classes Fee Structures #
POST /api/v1/institute/mapping/add_student Create Student #
POST /api/v1/institute/mapping/add_bulk_students Create Bulk Students #
POST /api/v1/institute/mapping/update_bulk_students Update Bulk Students #
POST /api/v1/institute/mapping/sample_template_download Download Sample Template #
POST /api/v1/institute/mapping/collection_sample_template_download Collection Download Sample Template #
POST /api/v1/institute/mapping/download_course_mapping Download Course Mapping #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/leo1-institute-course-class-fee-structure-mapping-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

leo1-institute-course-class-fee-structure-mapping-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: leofees_backend Institute Course Class Fee Structure Mapping API
  version: version
  description: General system endpoints for the API.
servers:
- url: https://api.leo1.in
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Institute Course Class Fee Structure Mapping
paths:
  /api/v1/institute/mapping/class_fee_structure:
    get:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Get Institute Course Classes Fee Structures
      operationId: get_institute_course_classes_fee_structures_api_v1_institute_mapping_class_fee_structure_get
      parameters:
      - required: true
        schema:
          title: Course Ids
          type: string
        name: course_ids
        in: query
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/add_student:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Create Student
      operationId: create_student_api_v1_institute_mapping_add_student_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateStudentInstituteCourseMappingRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/add_bulk_students:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Create Bulk Students
      operationId: create_bulk_students_api_v1_institute_mapping_add_bulk_students_post
      requestBody:
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_bulk_students_api_v1_institute_mapping_add_bulk_students_post'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/update_bulk_students:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Update Bulk Students
      operationId: update_bulk_students_api_v1_institute_mapping_update_bulk_students_post
      requestBody:
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_update_bulk_students_api_v1_institute_mapping_update_bulk_students_post'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/sample_template_download:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Download Sample Template
      operationId: download_sample_template_api_v1_institute_mapping_sample_template_download_post
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/Body_download_sample_template_api_v1_institute_mapping_sample_template_download_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/collection_sample_template_download:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Collection Download Sample Template
      operationId: collection_download_sample_template_api_v1_institute_mapping_collection_sample_template_download_post
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/Body_collection_download_sample_template_api_v1_institute_mapping_collection_sample_template_download_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
  /api/v1/institute/mapping/download_course_mapping:
    post:
      tags:
      - Institute Course Class Fee Structure Mapping
      summary: Download Course Mapping
      operationId: download_course_mapping_api_v1_institute_mapping_download_course_mapping_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DownloadCourseMapping'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
components:
  schemas:
    DownloadCourseMapping:
      title: DownloadCourseMapping
      required:
      - institute_ids
      - branch_ids
      type: object
      properties:
        institute_ids:
          title: Institute Ids
          type: array
          items:
            type: integer
          description: Institute IDs are required
        branch_ids:
          title: Branch Ids
          type: array
          items:
            type: integer
          description: Branch IDs are required
    Body_collection_download_sample_template_api_v1_institute_mapping_collection_sample_template_download_post:
      title: Body_collection_download_sample_template_api_v1_institute_mapping_collection_sample_template_download_post
      type: object
      properties:
        branch_id:
          title: Branch Id
          type: integer
    HTTPValidationError:
      title: HTTPValidationError
      type: object
      properties:
        detail:
          title: Detail
          type: array
          items:
            $ref: '#/components/schemas/ValidationError'
    CreateStudentInstituteCourseMappingRequest:
      title: CreateStudentInstituteCourseMappingRequest
      required:
      - student_name
      - mobile_number
      - roll_number
      - course_name
      - class_name
      - institute_id
      - branch_id
      - institute_name
      - branch_name
      type: object
      properties:
        student_name:
          title: Student Name
          type: string
          description: Student name is required
        mobile_number:
          title: Mobile Number
          type: string
          description: Mobile number ID is required
        roll_number:
          title: Roll Number
          type: string
          description: Student ID is required
        course_name:
          title: Course Name
          type: string
          description: Course name is required
        class_name:
          title: Class Name
          type: string
          description: Class name is required
        institute_id:
          title: Institute Id
          type: integer
          description: Institute ID is required
        branch_id:
          title: Branch Id
          type: integer
          description: Branch ID is required
        institute_name:
          title: Institute Name
          type: string
          description: Institute name is required
        branch_name:
          title: Branch Name
          type: string
          description: Branch name is required
    ValidationError:
      title: ValidationError
      required:
      - loc
      - msg
      - type
      type: object
      properties:
        loc:
          title: Location
          type: array
          items:
            anyOf:
            - type: string
            - type: integer
        msg:
          title: Message
          type: string
        type:
          title: Error Type
          type: string
    Body_update_bulk_students_api_v1_institute_mapping_update_bulk_students_post:
      title: Body_update_bulk_students_api_v1_institute_mapping_update_bulk_students_post
      required:
      - file
      type: object
      properties:
        file:
          title: File
          type: string
          format: binary
        institute_id:
          title: Institute Id
          type: integer
        branch_id:
          title: Branch Id
          type: integer
        institute_name:
          title: Institute Name
          type: string
        branch_name:
          title: Branch Name
          type: string
    Body_download_sample_template_api_v1_institute_mapping_sample_template_download_post:
      title: Body_download_sample_template_api_v1_institute_mapping_sample_template_download_post
      type: object
      properties:
        branch_id:
          title: Branch Id
          type: integer
    Body_create_bulk_students_api_v1_institute_mapping_add_bulk_students_post:
      title: Body_create_bulk_students_api_v1_institute_mapping_add_bulk_students_post
      required:
      - file
      type: object
      properties:
        file:
          title: File
          type: string
          format: binary
        institute_id:
          title: Institute Id
          type: integer
        branch_id:
          title: Branch Id
          type: integer
        institute_name:
          title: Institute Name
          type: string
        branch_name:
          title: Branch Name
          type: string
  securitySchemes:
    APIKeyHeader:
      type: apiKey
      in: header
      name: secret-key