Geniemode Change Tna Request Controller API

Change Tna Request Controller

Operations 14

POST /api/tna/ChangeTnaRequestStatusFinance change_tna_status_finance #
POST /api/tna/ChangeTnaRequestStatusFinance/bulk change_tna_status_finance_bulk #
POST /api/tna/ChangeTnaRequestStatusVp change_tna_status_vp #
POST /api/tna/ChangeTnaRequestStatusVp/bulk change_tna_status_vp_bulk #
POST /api/tna/CreateTnaRequest create_tna_request #
GET /api/tna/DocIdToJson excelToDto #
GET /api/tna/GetPaymentTerms get_payment_term #
GET /api/tna/GetTnaRequest get_tna_request #
PUT /api/tna/UpdateTnaRequest update_tna_request #
GET /api/tna/backfill backFill #
POST /api/tna/bulkVpApprove bulkVpApprove #
GET /api/tna/get_all index #
GET /api/tna/history/{orderId} get_tna_request_history #
GET /api/tna/history/{orderId}/paginated get_tna_request_history_paginated #

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-change-tna-request-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-change-tna-request-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Change Tna Request 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: change-tna-request-controller
  description: Change Tna Request Controller
paths:
  /api/tna/ChangeTnaRequestStatusFinance:
    post:
      tags:
      - change-tna-request-controller
      summary: change_tna_status_finance
      operationId: change_tna_status_financeUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MessageResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TnaChangeStatusRequest'
        description: requestPayloadFinance
        required: true
  /api/tna/ChangeTnaRequestStatusFinance/bulk:
    post:
      tags:
      - change-tna-request-controller
      summary: change_tna_status_finance_bulk
      operationId: change_tna_status_finance_bulkUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MessageResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TnaChangeStatusBulkRequest'
        description: requestPayloadFinance
        required: true
  /api/tna/ChangeTnaRequestStatusVp:
    post:
      tags:
      - change-tna-request-controller
      summary: change_tna_status_vp
      operationId: change_tna_status_vpUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MessageResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TnaChangeStatusRequest'
        description: requestPayloadVp
        required: true
  /api/tna/ChangeTnaRequestStatusVp/bulk:
    post:
      tags:
      - change-tna-request-controller
      summary: change_tna_status_vp_bulk
      operationId: change_tna_status_vp_bulkUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MessageResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TnaChangeStatusBulkRequest'
        description: requestPayloadVp
        required: true
  /api/tna/CreateTnaRequest:
    post:
      tags:
      - change-tna-request-controller
      summary: create_tna_request
      operationId: create_tna_requestUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateTnaResponsePayload'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateTnaRequestPayload'
        description: createTnaRequestPayload
        required: true
  /api/tna/DocIdToJson:
    get:
      tags:
      - change-tna-request-controller
      summary: excelToDto
      operationId: excelToDtoUsingGET
      parameters:
      - name: docId
        in: query
        description: docId
        required: false
        schema:
          type: integer
          format: int64
      - name: orderId
        in: query
        description: orderId
        required: false
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/OrderStepExcelDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/GetPaymentTerms:
    get:
      tags:
      - change-tna-request-controller
      summary: get_payment_term
      operationId: get_payment_termUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string
                  enum:
                  - DP
                  - LC
                  - PAYMENT_UPFRONT
                  - ROG
                  - TT
                  - performance_linked
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/GetTnaRequest:
    get:
      tags:
      - change-tna-request-controller
      summary: get_tna_request
      operationId: get_tna_requestUsingGET
      parameters:
      - name: id
        in: query
        required: false
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetTnaChangeResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/UpdateTnaRequest:
    put:
      tags:
      - change-tna-request-controller
      summary: update_tna_request
      operationId: update_tna_requestUsingPUT
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateTnaResponsePayload'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateTnaRequestPayload'
        description: updateTnaRequestPayload
        required: true
  /api/tna/backfill:
    get:
      tags:
      - change-tna-request-controller
      summary: backFill
      operationId: backFillUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/bulkVpApprove:
    post:
      tags:
      - change-tna-request-controller
      summary: bulkVpApprove
      operationId: bulkVpApproveUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BulkVpApproveResponse'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SearchRequestPayload'
        description: searchRequestPayload
        required: true
  /api/tna/get_all:
    get:
      tags:
      - change-tna-request-controller
      summary: index
      operationId: indexUsingGET_1
      parameters:
      - name: clientIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: count
        in: query
        required: false
        schema:
          type: boolean
      - name: financeImpact
        in: query
        required: false
        schema:
          type: boolean
      - name: financeStatus
        in: query
        required: false
        schema:
          type: string
      - name: leadIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: manufacturerIdList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: rmIdList
        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: status
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/history/{orderId}:
    get:
      tags:
      - change-tna-request-controller
      summary: get_tna_request_history
      operationId: get_tna_request_historyUsingGET
      parameters:
      - name: orderId
        in: path
        description: orderId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GetTnaChangeResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/tna/history/{orderId}/paginated:
    get:
      tags:
      - change-tna-request-controller
      summary: get_tna_request_history_paginated
      operationId: get_tna_request_history_paginatedUsingGET
      parameters:
      - name: orderId
        in: path
        description: orderId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
components:
  schemas:
    QcAbortDocDto:
      type: object
      properties:
        alias:
          type: string
        id:
          type: integer
          format: int64
        url:
          type: string
      title: QcAbortDocDto
    PiChangeDataDto:
      type: object
      properties:
        previous_value:
          type: string
      title: PiChangeDataDto
    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
    PoChangeTypeDto:
      type: object
      properties:
        added:
          $ref: '#/components/schemas/PoChangeDataDto'
        modify:
          $ref: '#/components/schemas/PoChangeDataDto'
        subtracted:
          $ref: '#/components/schemas/PoChangeDataDto'
      title: PoChangeTypeDto
    QCLineDetailsDto:
      type: object
      properties:
        allowed_values:
          type: array
          items:
            type: string
        allowed_values_v2:
          type: array
          items:
            type: string
        comment:
          type: string
        doc_alias:
          type: string
        doc_details:
          $ref: '#/components/schemas/DocDetailsDto'
        doc_id:
          type: integer
          format: int64
        doc_mandatory:
          type: string
        doc_required:
          type: boolean
        doc_type:
          type: string
        input_value:
          type: string
        is_template_question:
          type: boolean
        name:
          type: string
        parent_question:
          type: integer
          format: int64
        phase:
          type: string
        phase_rank:
          type: integer
          format: int64
        qc_line_item_id:
          type: integer
          format: int64
        qc_line_template_id:
          type: integer
          format: int64
        question:
          type: string
        show_on_value:
          type: string
        uploaded_doc_type:
          type: string
        value_type:
          type: string
        video_enabled:
          type: boolean
      title: QCLineDetailsDto
    GeniemodeEntityTags:
      type: object
      required:
      - geniemodeEntity
      - tag
      properties:
        createdBy:
          type: string
        geniemodeEntity:
          $ref: '#/components/schemas/GeniemodeEntity'
        id:
          type: integer
          format: int64
        tag:
          type: string
      title: GeniemodeEntityTags
    QcSamplingItemDto:
      type: object
      properties:
        alias:
          type: string
        cue_point:
          $ref: '#/components/schemas/QcCuePointDto'
        id:
          type: integer
          format: int64
        image_url:
          type: string
        kind_of_defect:
          type: string
        other_defect:
          type: string
        other_visual_defect:
          type: string
        packing_defect_type:
          type: string
        reason_for_failure:
          type: string
        status:
          type: string
        type_of_defect:
          type: string
        visual_defect_category:
          type: string
        visual_defect_desc:
          type: string
      title: QcSamplingItemDto
    PacketVariants:
      type: object
      required:
      - packet
      - variant
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        locked:
          type: boolean
        packet:
          $ref: '#/components/schemas/Packet'
        quantity:
          type: integer
          format: int64
        variant:
          $ref: '#/components/schemas/Variant'
      title: PacketVariants
    ManufacturerAgreementDetails:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        indiaEntityBuySellModelAgreementApprovalDate:
          type: integer
          format: int64
        indiaEntityBuySellModelAgreementDocUrl:
          type: string
        indiaEntityBuySellModelAgreementJson:
          type: string
        indiaEntityBuySellModelAgreementLocation:
          type: string
        indiaEntityBuySellModelAgreementSignatureDocUrl:
          type: string
        indiaEntityCommissionModelAgreementApprovalDate:
          type: integer
          format: int64
        indiaEntityCommissionModelAgreementDocUrl:
          type: string
        indiaEntityCommissionModelAgreementJson:
          type: string
        indiaEntityCommissionModelAgreementLocation:
          type: string
        indiaEntityCommissionModelAgreementSignatureDocUrl:
          type: string
        manufacturerDetail:
          $ref: '#/components/schemas/Manufacturer'
        ukEntityBuySellModelAgreementApprovalDate:
          type: integer
          format: int64
        ukEntityBuySellModelAgreementDocUrl:
          type: string
        ukEntityBuySellModelAgreementJson:
          type: string
        ukEntityBuySellModelAgreementLocation:
          type: string
        ukEntityBuySellModelAgreementSignatureDocUrl:
          type: string
        ukEntityCommissionModelAgreementApprovalDate:
          type: integer
          format: int64
        ukEntityCommissionModelAgreementDocUrl:
          type: string
        ukEntityCommissionModelAgreementJson:
          type: string
        ukEntityCommissionModelAgreementLocation:
          type: string
        ukEntityCommissionModelAgreementSignatureDocUrl:
          type: string
        usEntityBuySellModelAgreementApprovalDate:
          type: integer
          format: int64
        usEntityBuySellModelAgreementDocUrl:
          type: string
        usEntityBuySellModelAgreementJson:
          type: string
        usEntityBuySellModelAgreementLocation:
          type: string
        usEntityBuySellModelAgreementSignatureDocUrl:
          type: string
        usEntityCommissionModelAgreementApprovalDate:
          type: integer
          format: int64
        usEntityCommissionModelAgreementDocUrl:
          type: string
        usEntityCommissionModelAgreementJson:
          type: string
        usEntityCommissionModelAgreementLocation:
          type: string
        usEntityCommissionModelAgreementSignatureDocUrl:
          type: string
      title: ManufacturerAgreementDetails
    VariantBuyerPoMapping:
      type: object
      required:
      - orderBuyerPo
      - variant
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        lockedQuantity:
          type: integer
          format: int64
        orderBuyerPo:
          $ref: '#/components/schemas/OrderBuyerPo'
        quantity:
          type: integer
          format: int64
        variant:
          $ref: '#/components/schemas/Variant'
      title: VariantBuyerPoMapping
    QcStage:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        name:
          type: string
      title: QcStage
    MessageResponse:
      type: object
      properties:
        message:
          type: string
      title: MessageResponse
    PiResponsePayloadDto:
      type: object
      properties:
        acc_no:
          $ref: '#/components/schemas/PiMapPayloadDto'
        account_holder_name:
          $ref: '#/components/schemas/PiMapPayloadDto'
        bank_address:
          $ref: '#/components/schemas/PiMapPayloadDto'
        bank_details:
          $ref: '#/components/schemas/PiMapPayloadDto'
        bank_name:
          $ref: '#/components/schemas/PiMapPayloadDto'
        bill_to:
          $ref: '#/components/schemas/PiMapPayloadDto'
        brand:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_currency:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_gst_in:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_po_list:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_po_no:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_po_received_date:
          $ref: '#/components/schemas/PiMapPayloadDto'
        buyer_terms_condition:
          $ref: '#/components/schemas/PiMapPayloadDto'
        compliance_list:
          type: array
          items:
            $ref: '#/components/schemas/PiComplianceResponsePayloadDto'
        geniemode_entity_name:
          $ref: '#/components/schemas/PiMapPayloadDto'
        insurance_charges:
          $ref: '#/components/schemas/PiMapPayloadDto'
        other_charges:
          type: array
          items:
            $ref: '#/components/schemas/piOtherChargeResponsePayloadDto'
        pi_date:
          $ref: '#/components/schemas/PiMapPayloadDto'
        pi_no:
          $ref: '#/components/schemas/PiMapPayloadDto'
        reason:
          $ref: '#/components/schemas/PiMapPayloadDto'
        single_pi_response:
          $ref: '#/components/schemas/PiListingResponsePayload'
        sku_list:
          type: array
          items:
            $ref: '#/components/schemas/PiSkuResponsePayloadDto'
        sum_of_all_other_charges:
          $ref: '#/components/schemas/PiMapPayloadDto'
        sum_of_quantity:
          $ref: '#/components/schemas/PiMapPayloadDto'
        sum_of_tax_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
        sum_of_taxable_value:
          $ref: '#/components/schemas/PiMapPayloadDto'
        sum_of_total_value:
          $ref: '#/components/schemas/PiMapPayloadDto'
        supplier_gst_in:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_cgst_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_gst_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_igst_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_invoice_value:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_sgst_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
        total_tax_amount:
          $ref: '#/components/schemas/PiMapPayloadDto'
      title: PiResponsePayloadDto
    OrderCostDetailsDto:
      type: object
      properties:
        buyer_currency:
          type: string
        changed_shipment_mode:
          type: string
        cm_cost:
          type: number
        company_name:
          type: string
        docs_mandatory:
          type: boolean
        fabric_cost:
          type: array
          items:
            $ref: '#/components/schemas/FabricCostDto'
        factory_currency:
          type: string
        factory_margin_amount:
          type: number
        factory_margin_percentage:
          type: number
        finance_approval_date:
          type: string
          format: date-time
        finishing_charges:
          type: number
        handling_charges:
          type: number
        margin_amount:
          type: number
        margin_percentage:
          type: number
        order_id:
          type: integer
          format: int64
        overhead_cost:
          type: number
        packaging_charges:
          type: number
        planned_shipment_mode:
          type: string
        preferred_factory:
          $ref: '#/components/schemas/ManufacturerDetailMiniDto'
        preferred_factory_costing:
          type: number
        preferred_factory_costing_docs:
          type: array
          items:
            type: string
        preferred_factory_id:
          type: integer
          format: int64
        print_embroidery_cost:
          type: array
          items:
            $ref: '#/components/schemas/OrderCostItemDto'
        testing_charges:
          type: number
        total_fabric_cost:
          type: number
        trim_cost:
          type: array
          items:
            $ref: '#/components/schemas/OrderCostItemDto'
        washing_cost:
          type: array
          items:
            $ref: '#/components/schemas/OrderCostItemDto'
      title: OrderCostDetailsDto
    ManufacturerEligibleCategories:
      type: object
      properties:
        category:
          type: string
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        manufacturer:
          $ref: '#/components/schemas/Manufacturer'
      title: ManufacturerEligibleCategories
    SingleQcDocsOnOrderUpdateResponse:
      type: object
      properties:
        doc:
          $ref: '#/components/schemas/DocDto'
        doc_type:
          type: string
      title: SingleQcDocsOnOrderUpdateResponse
    WfTemplateDto:
      type: object
      properties:
        id:
          type: integer
          format: int64
        workflow_name:
          type: string
      title: WfTemplateDto
    SingleOnlineQcInspectionResponse:
      type: object
      properties:
        alias:
          type: string
        comment:
          type: string
        id:
          type: integer
          format: int64
        url:
          type: string
      title: SingleOnlineQcInspectionResponse
    OrderManufacturerAssignee:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        manufacturerAssigneeId:
          type: integer
          format: int64
        order:
          $ref: '#/components/schemas/OrderDetail'
      title: OrderManufacturerAssignee
    OrderAddressDto:
      type: object
      properties:
        address:
          $ref: '#/components/schemas/AddressResponsePayload'
        address_id:
          type: integer
          format: int64
        id:
          type: integer
          format: int64
      title: OrderAddressDto
    OrderAudit:
      type: object
      properties:
        created_by:
          type: string
        id:
          type: integer
          format: int64
        order:
          $ref: '#/components/schemas/OrderDetail'
        total_audit_failed:
          type: integer
          format: int64
        total_audit_passed:
          type: integer
          format: int64
      title: OrderAudit
    TnaChangeStatusRequest:
      type: object
      properties:
        id:
          type: integer
          format: int64
        status:
          type: string
      title: TnaChangeStatusRequest
    Pair_string_string:
      type: object
      properties:
        key:
          type: string
        left:
          type: string
        right:
          type: string
        value:
          type: string
      title: Pair«string,string»
    OnlineQcInspectionResponse:
      type: object
      properties:
        inspection_list:
          type: array
          items:
            $ref: '#/components/schemas/SingleOnlineQcInspectionResponse'
      title: OnlineQcInspectionResponse
    PoSkusMapping:
      type: object
      properties:
        buyer_po_number:
          $ref: '#/components/schemas/PoMapPayloadDto'
        id:
          $ref: '#/components/schemas/PoMapPayloadDto'
        quantity:
          $ref: '#/components/schemas/PoMapPayloadDto'
      title: PoSkusMapping
    PoListDeliveryAddressDto:
      type: object
      properties:
        address_id:
          type: integer
          format: int64
        delivery_address:
          $ref: '#/components/schemas/PoMapPayloadDto'
        delivery_contact:
          $ref: '#/components/schemas/PoMapPayloadDto'
      title: PoListDeliveryAddressDto
    QcDetailResponseDto:
      type: object
      properties:
        address_id:
          type: integer
          format: int64
        assignee_data:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        assignee_id:
          type: integer
          format: int64
        buyer_days:
          type: integer
          format: int64
        buyer_pos:
          type: array
          items:
            $ref: '#/components/schemas/OrderDetailBuyerPODocWithOrdersDto'
        change_tna_request:
          $ref: '#/components/schemas/CreateTnaResponsePayload'
        city:
          type: string
        company_name:
          type: string
        confirmation_date:
          type: string
          format: date-time
        created_by:
          type: string
        date_created:
          type: string
          format: date-time
        date_update:
          type: string
          format: date-time
        delivery_date:
          type: string
          format: date-time
        description:
          type: string
        due_date:
          type: string
          format: date-time
        financial_status:
          type: string
        images:
          type: array
          items:
            type: string
        initial_due_date:
          type: string
          format: date-time
        lead_page_dto:
          $ref: '#/components/schemas/LeadPageDTO'
        manufacturer_days:
          type: integer
          format: int64
        manufacturer_id:
          type: integer
          format: int64
        manufacturer_name:
          type: string
        margin_data:
          $ref: '#/components/schemas/OrderMargin'
        name:
          type: string
        ops_assignee_data:
          $ref: '#/components/schemas/UMSUserResponsePayload'
        ops_assignee_id:
          type: integer
          format: int64
        order_id:
          type: integer
          format: int64
        order_status:
          type: string
        order_type:
          type: string
        parent_order_id:
          type: integer
          format: int64
        payment_doc:
          $ref: '#/components/schemas/OrderDocDto'
        po:
          $ref: '#/components/schemas/CreatePoRequestPayload'
        po_doc:
          $ref: '#/components/schemas/OrderDocDto'
        price:
          type: number
        product_description:
          type: string
        quantity:
          type: integer
          format: int64
        request_time:
          type: string
          format: date-time
        rm_name:
          type: string
        shipment_mode:
          type: string
        sku_data:
          type: object
        sku_id:
          type: string
        state:
          type: string
        status:
          type: string
        step_name:
          type: string
        style_code:
          type: string
        total_no_of_styles:
          type: integer
          format: int64
        variants:
          type: array
          items:
            $ref: '#/components/schemas/VariantResponseInQcPayload'
        wf_template_id:
          type: integer
          format: int64
        workflow_status:
          type: string
      title: QcDetailResponseDto
    SampleOrderMapping:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        order:
          $ref: '#/components/schemas/OrderDetail'
        sample:
          $ref: '#/components/schemas/OrderDetail'
      title: SampleOrderMapping
    OrderPackagingCartonDto:
      type: object
      properties:
        carton_count:
          type: integer
          format: int64
        carton_items:
          type: array
          items:
            $ref: '#/components/schemas/OrderPackagingCartonItemDto'
        carton_size_id:
          type: integer
          format: int64
        id:
          type: integer
          format: int64
        order_id:
          type: integer
          format: int64
      title: OrderPackagingCartonDto
    PoMapPayloadDto:
      type: object
      properties:
        change_type:
          $ref: '#/components/schemas/PoChangeTypeDto'
        value:
          type: string
      title: PoMapPayloadDto
    WfTemplate:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        rmId:
          type: integer
          format: int64
        type:
          type: string
        workflowName:
          type: string
      title: WfTemplate
    FabricCostDto:
      type: object
      properties:
        cost:
          type: number
        product_fabric_id:
          type: integer
          format: int64
        product_fabric_mill_name:
          type: string
        product_fabric_name:
          type: string
        product_fabric_price:
          type: number
        product_fabric_source:
          type: string
        product_fabric_source_order_id:
          type: integer
          format: int64
        product_fabric_yield:
          type: number
        product_fabric_yield_uom:
          type: string
      title: FabricCostDto
    GeniemodeEntityAddress:
      type: object
      required:
      - geniemodeEntity
      properties:
        addressId:
          type: integer
          format: int64
        createdBy:
          type: string
        geniemodeEntity:
          $ref: '#/components/schemas/GeniemodeEntity'
        id:
          type: integer
          format: int64
        type:
          type: string
      title: GeniemodeEntityAddress
    LeadProjectionDTO:
      type: object
      properties:
        achieved_business_value:
          type: number
        amount:
          type: integer
          format: int64
        business_size:
          type: number
        id:
          type: integer
          format: int64
        lead_probability:
          type: integer
          format: int32
        probable_completion_date:
          type: integer
          format: int64
      title: LeadProjectionDTO
    CourierPartner:
      type: object
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        name:
          type: string
      title: CourierPartner
    QcSamplingDataResponse:
      type: object
      properties:
        aql_type:
          type: string
        id:
          type: integer
          format: int64
        sample_size:
          type: integer
          format: int64
        total_no_of_pass:
          type: integer
          format: int64
        total_no_of_rejec

# --- truncated at 32 KB (138 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/geniemode/refs/heads/main/openapi/geniemode-change-tna-request-controller-api-openapi.yml