Geniemode Web Engage Controller API

Web Engage Controller

Operations 25

GET /api/v1/webEngage/schedule/CreateUserOnWebEnage create_client #
GET /api/v1/webEngage/schedule/GetAggregateData aggregate_data #
GET /api/v1/webEngage/schedule/NDaysData/{days} ndays_data #
GET /api/v1/webEngage/schedule/NewOrderInNDays/{days} newOrderInNDays #
GET /api/v1/webEngage/schedule/RequestApproval request_approval #
GET /api/v1/webEngage/schedule/TnaPendingSummary pendingTnaRequestSummaryEvent #
GET /api/v1/webEngage/schedule/approvedOrdersRmEventDaily approvedOrdersRmEventDaily #
GET /api/v1/webEngage/schedule/buyerApprovalMail buyerApprovalMail #
POST /api/v1/webEngage/schedule/buyerEngagementData getEngagementData #
GET /api/v1/webEngage/schedule/clientQcDoneDaily clientQcDoneDaily #
GET /api/v1/webEngage/schedule/escalation escalation #
POST /api/v1/webEngage/schedule/factoryEngagementData factoryEngagementData #
GET /api/v1/webEngage/schedule/failedAuditsDaily failedAuditsDaily #
GET /api/v1/webEngage/schedule/failedQcEventDaily failedQcEventDaily #
GET /api/v1/webEngage/schedule/missedQcEventDaily missedQcEventDaily #
GET /api/v1/webEngage/schedule/preEscalation escalationBeforeDate #
POST /api/v1/webEngage/schedule/qcTechData/{id} qcTechData #
POST /api/v1/webEngage/schedule/qcTechDataCancelled/{id} qcTechDataCancelled #
GET /api/v1/webEngage/schedule/registerUserOnWebEngage/{userId} registerUserOnWebEngage #
POST /api/v1/webEngage/schedule/remind/shipment/fill/{days} remindRmToFillShipmentDetails #
GET /api/v1/webEngage/schedule/scheduledQcForTomorrow scheduledQcForTomorrow #
PUT /api/v1/webEngage/schedule/sendMissingCancelledChequeMail sendMissingCancelledChequeMail #
GET /api/v1/webEngage/schedule/summaryMailClient summaryClientEmail #
GET /api/v1/webEngage/schedule/summaryMailManufacturer summaryManufacturerEmail #
POST /api/v1/webEngage/schedule/testEvent testEvent #

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-web-engage-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-web-engage-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Web Engage 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: web-engage-controller
  description: Web Engage Controller
paths:
  /api/v1/webEngage/schedule/CreateUserOnWebEnage:
    get:
      tags:
      - web-engage-controller
      summary: create_client
      operationId: create_clientUsingGET
      parameters:
      - name: country
        in: query
        description: country
        required: false
        schema:
          type: string
      - name: countryCode
        in: query
        required: false
        schema:
          type: string
      - name: createdAt
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: createdBy
        in: query
        required: false
        schema:
          type: string
      - name: email
        in: query
        description: email
        required: false
        schema:
          type: string
      - name: firstName
        in: query
        required: false
        schema:
          type: string
      - name: groupIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: id
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: lastModifiedAt
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: lastModifiedBy
        in: query
        required: false
        schema:
          type: string
      - name: lastName
        in: query
        required: false
        schema:
          type: string
      - name: phoneNumber
        in: query
        required: false
        schema:
          type: string
      - name: roles
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: softDelete
        in: query
        required: false
        schema:
          type: string
      - name: username
        in: query
        required: false
        schema:
          type: string
      - name: whatsappOptIn
        in: query
        required: false
        schema:
          type: boolean
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/GetAggregateData:
    get:
      tags:
      - web-engage-controller
      summary: aggregate_data
      operationId: aggregate_dataUsingGET
      parameters:
      - name: days
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: forWho
        in: query
        required: false
        schema:
          type: string
      - name: fromHours
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: toHours
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/WebEngageResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/NDaysData/{days}:
    get:
      tags:
      - web-engage-controller
      summary: ndays_data
      operationId: ndays_dataUsingGET
      parameters:
      - name: days
        in: path
        description: days
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WebEngageResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/NewOrderInNDays/{days}:
    get:
      tags:
      - web-engage-controller
      summary: newOrderInNDays
      operationId: newOrderInNDaysUsingGET
      parameters:
      - name: days
        in: path
        description: days
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NewOrderInNdaysData'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/RequestApproval:
    get:
      tags:
      - web-engage-controller
      summary: request_approval
      operationId: request_approvalUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RequestApprovalTotalDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/TnaPendingSummary:
    get:
      tags:
      - web-engage-controller
      summary: pendingTnaRequestSummaryEvent
      operationId: pendingTnaRequestSummaryEventUsingGET
      parameters:
      - name: role
        in: query
        description: role
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PendingTnaRequestWeDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/approvedOrdersRmEventDaily:
    get:
      tags:
      - web-engage-controller
      summary: approvedOrdersRmEventDaily
      operationId: approvedOrdersRmEventDailyUsingGET
      parameters:
      - name: testUserEmail
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/buyerApprovalMail:
    get:
      tags:
      - web-engage-controller
      summary: buyerApprovalMail
      operationId: buyerApprovalMailUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: array
                  items:
                    $ref: '#/components/schemas/WfStepOrderMapForBuyerDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/buyerEngagementData:
    post:
      tags:
      - web-engage-controller
      summary: getEngagementData
      operationId: getEngagementDataUsingPOST_1
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/EngagementDataRequestPayload'
        description: payload
        required: true
  /api/v1/webEngage/schedule/clientQcDoneDaily:
    get:
      tags:
      - web-engage-controller
      summary: clientQcDoneDaily
      operationId: clientQcDoneDailyUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: array
                  items:
                    $ref: '#/components/schemas/QCResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/escalation:
    get:
      tags:
      - web-engage-controller
      summary: escalation
      operationId: escalationUsingGET
      parameters:
      - name: end
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: forWho
        in: query
        required: false
        schema:
          type: string
      - name: start
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/EscalationDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/factoryEngagementData:
    post:
      tags:
      - web-engage-controller
      summary: factoryEngagementData
      operationId: factoryEngagementDataUsingPOST_1
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/EngagementDataRequestPayload'
        description: payload
        required: true
  /api/v1/webEngage/schedule/failedAuditsDaily:
    get:
      tags:
      - web-engage-controller
      summary: failedAuditsDaily
      operationId: failedAuditsDailyUsingGET
      parameters:
      - name: testUserEmail
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/FailedAuditsVp'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/failedQcEventDaily:
    get:
      tags:
      - web-engage-controller
      summary: failedQcEventDaily
      operationId: failedQcEventDailyUsingGET
      parameters:
      - name: testUserEmail
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/FailedQcAuditsVp'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/missedQcEventDaily:
    get:
      tags:
      - web-engage-controller
      summary: missedQcEventDaily
      operationId: missedQcEventDailyUsingGET
      parameters:
      - name: testUserEmail
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/FailedQcAuditsVp'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/preEscalation:
    get:
      tags:
      - web-engage-controller
      summary: escalationBeforeDate
      operationId: escalationBeforeDateUsingGET
      parameters:
      - name: end
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: forWho
        in: query
        required: false
        schema:
          type: string
      - name: start
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/EscalationDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/qcTechData/{id}:
    post:
      tags:
      - web-engage-controller
      summary: qcTechData
      operationId: qcTechDataUsingPOST
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/QcTechAuditsDto'
  /api/v1/webEngage/schedule/qcTechDataCancelled/{id}:
    post:
      tags:
      - web-engage-controller
      summary: qcTechDataCancelled
      operationId: qcTechDataCancelledUsingPOST
      parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/QcTechAuditsDto'
  /api/v1/webEngage/schedule/registerUserOnWebEngage/{userId}:
    get:
      tags:
      - web-engage-controller
      summary: registerUserOnWebEngage
      operationId: registerUserOnWebEngageUsingGET
      parameters:
      - name: userId
        in: path
        description: userId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/remind/shipment/fill/{days}:
    post:
      tags:
      - web-engage-controller
      summary: remindRmToFillShipmentDetails
      operationId: remindRmToFillShipmentDetailsUsingPOST
      parameters:
      - name: days
        in: path
        description: days
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/webEngage/schedule/scheduledQcForTomorrow:
    get:
      tags:
      - web-engage-controller
      summary: scheduledQcForTomorrow
      operationId: scheduledQcForTomorrowUsingGET
      parameters:
      - name: testUserEmail
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  $ref: '#/components/schemas/FailedQcAuditsVp'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/sendMissingCancelledChequeMail:
    put:
      tags:
      - web-engage-controller
      summary: sendMissingCancelledChequeMail
      operationId: sendMissingCancelledChequeMailUsingPUT
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/webEngage/schedule/summaryMailClient:
    get:
      tags:
      - web-engage-controller
      summary: summaryClientEmail
      operationId: summaryClientEmailUsingGET
      parameters:
      - name: role
        in: query
        description: role
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  type: integer
                  format: int64
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/summaryMailManufacturer:
    get:
      tags:
      - web-engage-controller
      summary: summaryManufacturerEmail
      operationId: summaryManufacturerEmailUsingGET
      parameters:
      - name: role
        in: query
        description: role
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  type: integer
                  format: int64
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/webEngage/schedule/testEvent:
    post:
      tags:
      - web-engage-controller
      summary: testEvent
      operationId: testEventUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TestEventDataDto'
        description: testEventDataDto
        required: true
components:
  schemas:
    QcAbortDocDto:
      type: object
      properties:
        alias:
          type: string
        id:
          type: integer
          format: int64
        url:
          type: string
      title: QcAbortDocDto
    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
    RequestApprovalTotalDto:
      type: object
      properties:
        total_data:
          type: array
          items:
            $ref: '#/components/schemas/RequestApprovalClientDto'
      title: RequestApprovalTotalDto
    RequestApprovalInterface:
      type: object
      properties:
        company_name:
          type: string
        initial_due_date:
          type: string
        order_id:
          type: integer
          format: int64
        rm_name:
          type: string
        step_name:
          type: string
        style_code:
          type: string
      title: RequestApprovalInterface
    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
    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
    WebEngageResponse:
      type: object
      properties:
        order_response:
          type: array
          items:
            $ref: '#/components/schemas/WebEngageDTO'
      title: WebEngageResponse
    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
    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
    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
    WebEngageOrderGeneralData:
      type: object
      properties:
        initial_due_date:
          type: string
          format: date-time
        order_id:
          type: integer
          format: int64
        order_image_link:
          type: string
        order_style_code:
          type: string
        portal_url:
          type: string
        rm_name:
          type: string
        step_name:
          type: string
        step_name_for_portal_link:
          type: string
      title: WebEngageOrderGeneralData
    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
    FailedAuditStep:
      type: object
      properties:
        audit_status:
          type: string
        company_name:
          type: string
        order_id:
          type: integer
          format: int64
        rm_email:
          type: string
        s3_path:
          type: string
        step_name:
          type: string
        style_code:
          type: string
      title: FailedAuditStep
    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
    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
    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
    WebEngageDTONdays:
      type: object


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