Geniemode Qc Tech Controller API

QC Tech Controller

Business capability
Quality Control Management BC-720.30

Operations 24

GET /api/v1/path/qc_tech/ getAll #
GET /api/v1/path/qc_tech/SearchRM index #
GET /api/v1/path/qc_tech/buyer-evaluation-excel-query getBuyerEvaluationExcelQuery #
POST /api/v1/path/qc_tech/buyer-evaluation/{buyerEvaluationId}/complete-step completeTnaStepForBuyer #
GET /api/v1/path/qc_tech/buyerInspection/{id} getBuyerInspection #
PUT /api/v1/path/qc_tech/buyerInspection/{id} updateBuyerInspection #
GET /api/v1/path/qc_tech/buyer_evaluation_list getBuyerEvaluationList #
GET /api/v1/path/qc_tech/cancellationHistory/{id} cancellationHistory #
POST /api/v1/path/qc_tech/evaluation/{qcTechEvaluationId}/complete-step completeTnaStep #
GET /api/v1/path/qc_tech/excel-query getExcelQuery #
GET /api/v1/path/qc_tech/inspectionHistory/{id} inspectionHistory #
GET /api/v1/path/qc_tech/inspectionPresent/{orderId}/{typeOfSample} inspectionPresent #
POST /api/v1/path/qc_tech/qcTechFormOptions qcTechFormOptions #
GET /api/v1/path/qc_tech/requestBuyerInspection/{id} requestBuyerInspection #
GET /api/v1/path/qc_tech/requestInspection/{orderId} requestInspection #
POST /api/v1/path/qc_tech/requestInspection/{orderId} submitRequestInspection #
POST /api/v1/path/qc_tech/submitBuyerInspection/{id} submitBuyerInspection #
POST /api/v1/path/qc_tech/submitTechInspection/{id} submitTechInspection #
GET /api/v1/path/qc_tech/techInspection/{id} getTechInspection #
PUT /api/v1/path/qc_tech/techInspection/{id} updateTechInspection #
GET /api/v1/path/qc_tech/{id} getInspection #
PUT /api/v1/path/qc_tech/{id} updateInspection #
DELETE /api/v1/path/qc_tech/{id} deleteInspection #
POST /api/v1/path/qc_tech/{id}/audit getInspection #

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/geniemode-qc-tech-controller-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

geniemode-qc-tech-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Qc Tech Controller API
  termsOfService: Terms of service
  contact:
    name: Mani Bhushan
    url: www.geniemode.com
    email: mani.kumar@geniemode.com
  license:
    name: License of API
    url: API license URL
servers:
- url: https://portal.geniemode.com
tags:
- name: qc-tech-controller
  description: QC Tech Controller
paths:
  /api/v1/path/qc_tech/:
    get:
      tags:
      - qc-tech-controller
      summary: getAll
      operationId: getAllUsingGET
      parameters:
      - name: brandList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: companyList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: completionEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: completionStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: leadList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: managers
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: orderType
        in: query
        required: false
        schema:
          type: string
      - name: requestConsideredEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestConsideredStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: rms
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: statusList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: supplierList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/SearchRM:
    get:
      tags:
      - qc-tech-controller
      summary: index
      operationId: indexUsingGET_29
      parameters:
      - name: contactinfo
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: email
        in: query
        required: false
        schema:
          type: string
      - name: name
        in: query
        required: false
        schema:
          type: string
      - name: rmId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: rmIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: userName
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/buyer-evaluation-excel-query:
    get:
      tags:
      - qc-tech-controller
      summary: getBuyerEvaluationExcelQuery
      operationId: getBuyerEvaluationExcelQueryUsingGET
      parameters:
      - name: brandList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: companyList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: completionEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: completionStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: leadList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: managers
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: orderType
        in: query
        required: false
        schema:
          type: string
      - name: requestConsideredEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestConsideredStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: rms
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: statusList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: supplierList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/buyer-evaluation/{buyerEvaluationId}/complete-step:
    post:
      tags:
      - qc-tech-controller
      summary: completeTnaStepForBuyer
      operationId: completeTnaStepForBuyerUsingPOST
      parameters:
      - name: buyerEvaluationId
        in: path
        description: buyerEvaluationId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/path/qc_tech/buyerInspection/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: getBuyerInspection
      operationId: getBuyerInspectionUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechBuyerEvaluationResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
    put:
      tags:
      - qc-tech-controller
      summary: updateBuyerInspection
      operationId: updateBuyerInspectionUsingPUT
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechBuyerEvaluationResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechBuyerPayload'
        description: requestQcTechPayload
        required: true
  /api/v1/path/qc_tech/buyer_evaluation_list:
    get:
      tags:
      - qc-tech-controller
      summary: getBuyerEvaluationList
      operationId: getBuyerEvaluationListUsingGET
      parameters:
      - name: brandList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: companyList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: completionEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: completionStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: leadList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: managers
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: orderType
        in: query
        required: false
        schema:
          type: string
      - name: requestConsideredEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestConsideredStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: rms
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: statusList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: supplierList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/cancellationHistory/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: cancellationHistory
      operationId: cancellationHistoryUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/QcTechCancelledStatusResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/evaluation/{qcTechEvaluationId}/complete-step:
    post:
      tags:
      - qc-tech-controller
      summary: completeTnaStep
      operationId: completeTnaStepUsingPOST
      parameters:
      - name: qcTechEvaluationId
        in: path
        description: qcTechEvaluationId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/path/qc_tech/excel-query:
    get:
      tags:
      - qc-tech-controller
      summary: getExcelQuery
      operationId: getExcelQueryUsingGET
      parameters:
      - name: brandList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: companyList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: completionEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: completionStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: leadList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: managers
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: orderType
        in: query
        required: false
        schema:
          type: string
      - name: requestConsideredEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestConsideredStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestEndDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: requestStartDate
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: rms
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: statusList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: supplierList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/inspectionHistory/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: inspectionHistory
      operationId: inspectionHistoryUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/QcTechInspectionHistoryResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/inspectionPresent/{orderId}/{typeOfSample}:
    get:
      tags:
      - qc-tech-controller
      summary: inspectionPresent
      operationId: inspectionPresentUsingGET
      parameters:
      - name: orderId
        in: path
        description: orderId
        required: true
        schema:
          type: integer
          format: int64
      - name: typeOfSample
        in: path
        description: typeOfSample
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechInspectionPresentPayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/qcTechFormOptions:
    post:
      tags:
      - qc-tech-controller
      summary: qcTechFormOptions
      operationId: qcTechFormOptionsUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechFormOptionsDto'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/QcTechOptionsPayload'
        description: qcTechOptionsPayload
        required: true
  /api/v1/path/qc_tech/requestBuyerInspection/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: requestBuyerInspection
      operationId: requestBuyerInspectionUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechBuyerEvaluationResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/path/qc_tech/requestInspection/{orderId}:
    get:
      tags:
      - qc-tech-controller
      summary: requestInspection
      operationId: requestInspectionUsingGET
      parameters:
      - name: orderId
        in: path
        description: orderId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
    post:
      tags:
      - qc-tech-controller
      summary: submitRequestInspection
      operationId: submitRequestInspectionUsingPOST
      parameters:
      - name: orderId
        in: path
        description: orderId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechPayload'
        description: requestQcTechPayload
        required: true
  /api/v1/path/qc_tech/submitBuyerInspection/{id}:
    post:
      tags:
      - qc-tech-controller
      summary: submitBuyerInspection
      operationId: submitBuyerInspectionUsingPOST
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechBuyerEvaluationResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechBuyerPayload'
        description: requestQcTechPayload
        required: true
  /api/v1/path/qc_tech/submitTechInspection/{id}:
    post:
      tags:
      - qc-tech-controller
      summary: submitTechInspection
      operationId: submitTechInspectionUsingPOST
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechEvaluationResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechEvaluationPayload'
        description: requestQcTechEvaluationPayload
        required: true
  /api/v1/path/qc_tech/techInspection/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: getTechInspection
      operationId: getTechInspectionUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechEvaluationResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
    put:
      tags:
      - qc-tech-controller
      summary: updateTechInspection
      operationId: updateTechInspectionUsingPUT
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechEvaluationResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechEvaluationPayload'
        description: requestQcTechEvaluationPayload
        required: true
  /api/v1/path/qc_tech/{id}:
    get:
      tags:
      - qc-tech-controller
      summary: getInspection
      operationId: getInspectionUsingGET
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
    put:
      tags:
      - qc-tech-controller
      summary: updateInspection
      operationId: updateInspectionUsingPUT
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/QcTechResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RequestQcTechPayload'
        description: requestQcTechPayload
        required: true
    delete:
      tags:
      - qc-tech-controller
      summary: deleteInspection
      operationId: deleteInspectionUsingDELETE
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/path/qc_tech/{id}/audit:
    post:
      tags:
      - qc-tech-controller
      summary: getInspection
      operationId: getInspectionUsingPOST
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/QcTechAuditDto'
        description: qcTechAuditDto
        required: true
components:
  schemas:
    RequestQcTechBuyerPayload:
      type: object
      properties:
        buyer_comments:
          type: integer
          format: int64
        buyer_result:
          type: string
        gm_date_out:
          type: integer
          format: int64
        perform_grading:
          type: string
          pattern: Yes|No|NA|N/A
        remarks:
          type: string
        sample_authorization:
          type: string
        season:
          type: string
      title: RequestQcTechBuyerPayload
    BrandVpDto:
      type: object
      properties:
        id:
          type: integer
          format: int64
        vp_email:
          type: string
        vp_id:
          type: integer
          format: int64
        vp_name:
          type: string
      title: BrandVpDto
    QcTechColorWisePayload:
      type: object
      properties:
        color:
          type: string
        no_of_sample:
          type: integer
          format: int64
      title: QcTechColorWisePayload
    LeadGenerationResponse:
      type: object
      properties:
        brand:
          $ref: '#/components/schemas/BrandResponse'
        client_id:
          type: integer
          format: int64
        company:
          $ref: '#/components/schemas/CompanyDTO'
        country:
          type: string
        email:
          type: string
        id:
          type: integer
          format: int64
        lead_approval_status:
          type: string
        lead_projection_list:
          type: array
          items:
            $ref: '#/components/schemas/LeadProjectionDTO'
        name:
          type: string
      title: LeadGenerationResponse
    QcTechResponse:
      type: object
      properties:
        art_work:
          type: string
        buyer_eta_date:
          type: string
        buyer_workbook_avl:
          type: string
        buyer_workbook_doc:
          type: string
        buyer_workbook_doc_secondary:
          type: string
        cancellation_reason:
          type: string
        color:
          type: string
        creation_date_time:
          type: string
          format: date-time
        division:
          type: string
        emb_grading_quality:
          type: string
        eta_date:
          type: string
          format: date-time
        executive:
          $ref: '#/components/schemas/RmDetail'
        fabric_color:
          type: string
        fabric_quality:
          type: string
        finance_approved_once:
          type: boolean
        gcr:
          type: string
        handfeel:
          type: string
        id:
          type: integer
          format: int64
        kids_safety_sheet:
          type: string
        lead:
          $ref: '#/components/schemas/LeadPageDTO'
        manufacturer:
          type: string
        no_of_sample:
          type: integer
          format: int64
        order_assignee:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        order_id:
          type: integer
          format: int64
        order_ops_assignee:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        order_steps:
          type: array
          items:
            $ref: '#/components/schemas/QcTechStepResponse'
        packaging:
          type: string
        ppm_report:
          type: string
        print:
          type: string
        production_begin:
          type: string
        qc_tech_audit:
          $ref: '#/components/schemas/QcTechAuditDto'
        ra_sheet:
          type: string
        raised_by:
          $ref: '#/components/schemas/RmDetail'
        ref_sample_avl:
          type: string
        repeat_reason:
          type: string
        request_considered_time:
          type: integer
          format: int64
        sku:
          type: string
        sku_images:
          type: array
          items:
            type: string
        status:
          type: string
        style_code:
          type: string
        testing_status:
          type: string
        trims:
          type: string
        type_of_sample:
          type: string
        wash_care:
          type: string
      title: QcTechResponse
    QcTechCancelledStatusResponse:
      type: object
      properties:
        cancellation_date:
          type: string
          format: date-time
        cancellation_reason:
          type: string
        cancelled_by:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        data:
          type: object
        id:
          type: integer
          format: int64
        old_status:
          type: string
        qc_tech_id:
          type: integer
          format: int64
        status:
          type: string
      title: QcTechCancelledStatusResponse
    RequestQcTechEvaluationPayload:
      type: object
      properties:
        checked_by_date:
          type: integer
          format: int64
        docs:
          type: array
          items:
            $ref: '#/components/schemas/QcTechDocsDto'
        failed_comment:
          type: string
        qc_tech_workbook:
          type: string
        qc_tech_workbook_date:
          type: integer
          format: int64
        remarks:
          type: string
        status:
          type: string
      title: RequestQcTechEvaluationPayload
    LeadPageDTO:
      type: object
      properties:
        current_stage_name:
          type: string
        current_user:
          $ref: '#/components/schemas/UserResponsePayload'
        last_stage_id:
          type: integer
          format: int64
        lead_generation:
          $ref: '#/components/schemas/LeadGenerationResponse'
        time_difference:
          type: integer
          format: int64
      title: LeadPageDTO
    UMSUserResponsePayload:
      type: object
      properties:
        country_code:
          type: string
        created_by:
          type: string
        first_name:
          type: string
        group_ids:
          type: array
          items:
            type: integer
            format: int64
        id:
          type: integer
          format: int64
        last_name:
          type: string
        manager:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        phone_number:
          type: string
        roles:
          type: array
          it

# --- truncated at 32 KB (45 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/geniemode/refs/heads/main/openapi/geniemode-qc-tech-controller-api-openapi.yml