Geniemode Order Generic Utils Controller API

Order Generic Utils Controller

Operations 9

GET /api/v1/gen/order/buyer/po getBuyerPo #
GET /api/v1/gen/order/buyer/po/master/orders getBuyerPoMasterOrder #
PUT /api/v1/gen/order/copy-tna-dates-from-parent copyTnaDatesFromParent #
GET /api/v1/gen/order/groupUsers/{userId} getGroupUsers #
GET /api/v1/gen/order/master/orders getMasterOrder #
GET /api/v1/gen/order/preview-tna-dates-for-target previewTnaDatesForTargetOrder #
GET /api/v1/gen/order/similar-master-orders getSimilarMasterOrders #
GET /api/v1/gen/order/similar-orders-without-tna-dates getSimilarOrdersWithoutTnaDates #
GET /api/v1/gen/order/userUnderUser getDashboardUsersUnderManagerPaginated #

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-order-generic-utils-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-order-generic-utils-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Order Generic Utils 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: order-generic-utils-controller
  description: Order Generic Utils Controller
paths:
  /api/v1/gen/order/buyer/po:
    get:
      tags:
      - order-generic-utils-controller
      summary: getBuyerPo
      operationId: getBuyerPoUsingGET
      parameters:
      - name: search
        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/gen/order/buyer/po/master/orders:
    get:
      tags:
      - order-generic-utils-controller
      summary: getBuyerPoMasterOrder
      operationId: getBuyerPoMasterOrderUsingGET
      parameters:
      - name: buyerPoNumber
        in: query
        required: false
        schema:
          type: string
      - name: search
        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/gen/order/copy-tna-dates-from-parent:
    put:
      tags:
      - order-generic-utils-controller
      summary: copyTnaDatesFromParent
      operationId: copyTnaDatesFromParentUsingPUT
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CopyTnaDatesFromParentRequestPayload'
        description: requestPayload
        required: true
  /api/v1/gen/order/groupUsers/{userId}:
    get:
      tags:
      - order-generic-utils-controller
      summary: getGroupUsers
      operationId: getGroupUsersUsingGET_1
      parameters:
      - name: userId
        in: path
        description: userId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GroupUsersResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/gen/order/master/orders:
    get:
      tags:
      - order-generic-utils-controller
      summary: getMasterOrder
      operationId: getMasterOrderUsingGET
      parameters:
      - name: buyerPoNumber
        in: query
        required: false
        schema:
          type: string
      - name: search
        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/gen/order/preview-tna-dates-for-target:
    get:
      tags:
      - order-generic-utils-controller
      summary: previewTnaDatesForTargetOrder
      operationId: previewTnaDatesForTargetOrderUsingGET
      parameters:
      - name: baseDate
        in: query
        required: false
        schema:
          type: string
      - name: referenceOrderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: targetOrderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PreviewTargetOrderTnaDatesResponse'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/gen/order/similar-master-orders:
    get:
      tags:
      - order-generic-utils-controller
      summary: getSimilarMasterOrders
      operationId: getSimilarMasterOrdersUsingGET
      parameters:
      - name: orderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: search
        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/gen/order/similar-orders-without-tna-dates:
    get:
      tags:
      - order-generic-utils-controller
      summary: getSimilarOrdersWithoutTnaDates
      operationId: getSimilarOrdersWithoutTnaDatesUsingGET
      parameters:
      - name: baseDate
        in: query
        required: false
        schema:
          type: string
      - name: orderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: search
        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/gen/order/userUnderUser:
    get:
      tags:
      - order-generic-utils-controller
      summary: getDashboardUsersUnderManagerPaginated
      operationId: getDashboardUsersUnderManagerPaginatedUsingGET
      parameters:
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: userRoleList
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
components:
  schemas:
    ProcessStepsDto:
      type: object
      properties:
        advance_percentage_comments:
          type: string
        approval_status:
          type: string
        audit_status:
          type: string
        buffer_date:
          type: string
          format: date-time
        buyer_advance_payment:
          type: integer
          format: int64
        buyer_advance_percentage:
          type: integer
          format: int64
        comments:
          type: object
        completion_date:
          type: string
          format: date-time
        copy_state_as_master:
          type: boolean
        due_date:
          type: string
          format: date-time
        factory_advance_payment:
          type: integer
          format: int64
        factory_advance_percentage:
          type: integer
          format: int64
        initial_due_date:
          type: integer
          format: int64
        is_tna_update:
          type: boolean
        is_valid:
          type: boolean
        order_id:
          type: integer
          format: int64
        pending:
          type: boolean
        pending_buffer_date:
          type: integer
          format: int64
        qc:
          type: boolean
        qc_payload:
          type: object
        require_approval:
          type: string
        require_due_date:
          type: string
        status:
          type: string
        step_display_order:
          type: integer
          format: int32
        step_name:
          type: string
        step_success_criteria:
          type: string
        step_template_id:
          type: integer
          format: int64
        validation_failure_reasons:
          type: object
          additionalProperties:
            type: array
            items:
              type: object
              additionalProperties:
                type: object
        visible_to_client:
          type: string
        visible_to_manufacturer:
          type: string
        wf_template_id:
          type: integer
          format: int64
        workflow_step_order_map_id:
          type: integer
          format: int64
      title: ProcessStepsDto
    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
    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
    PreviewTargetOrderTnaDatesResponse:
      type: object
      properties:
        effective_order_dates:
          $ref: '#/components/schemas/ParentOrderTnaDatesDto'
        reference_order_dates:
          $ref: '#/components/schemas/ParentOrderTnaDatesDto'
        reference_order_id:
          type: integer
          format: int64
        step_data:
          type: array
          items:
            $ref: '#/components/schemas/WfStepOrderMapDtoV1'
        step_date_info:
          type: array
          items:
            type: array
            items:
              type: string
        target_order_dates:
          $ref: '#/components/schemas/ParentOrderTnaDatesDto'
        target_order_id:
          type: integer
          format: int64
      title: PreviewTargetOrderTnaDatesResponse
    ManufacturerEligibleCategories:
      type: object
      properties:
        category:
          type: string
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        manufacturer:
          $ref: '#/components/schemas/Manufacturer'
      title: ManufacturerEligibleCategories
    ParentOrderTnaDatesDto:
      type: object
      properties:
        buyer_eta_date:
          type: string
          example: MM-dd-YY
        confirmation_date:
          type: string
          example: MM-dd-YY
        eta_date:
          type: string
          example: MM-dd-YY
        factory_eta_date:
          type: string
          example: MM-dd-YY
      title: ParentOrderTnaDatesDto
    SingleQcDocsOnOrderUpdateResponse:
      type: object
      properties:
        doc:
          $ref: '#/components/schemas/DocDto'
        doc_type:
          type: string
      title: SingleQcDocsOnOrderUpdateResponse
    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
    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
    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
    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_reject:
          type: integer
          format: int64
      title: QcSamplingDataResponse
    OrderLogisticDetails:
      type: object
      properties:
        created_by:
          type: string
        ctns:
          type: string
        id:
          type: integer
          format: int64
        logistics_cost_by_logistics:
          $ref: '#/components/schemas/OrderLogisticCosts'
        management_approval_url:
          type: string
        order:
          $ref: '#/components/schemas/OrderDetail'
        order_logistic_docs_list:
          type: array
          items:
            $ref: '#/components/schemas/OrderLogisticDocs'
        packaging_list_url:
          type: string
        port_of_discharge:
          type: string
        port_of_loading:
          type: string
        remarks:
          type: string
        total_cbm:
          type: number
        total_ctns:
          type: number
        total_gross_weight:
          type: number
        total_net_weight:
          type: number
        total_volumetric_weight:
          type: number
      title: OrderLogisticDetails
    AddressSubmitResponsePayload:
      type: object
      properties:
        address_line1:
          type: string
        address_line2:
          type: string
        city:
          type: string
        contact_person_name:
          type: string
        contact_person_number:
          type: string
        country:
          type: string
        entity_id:
          type: integer
          format: int64
        entity_type:
          type: string
        id:
          type: integer
          format: int64
        landmark:
          type: string
        name:
          type: string
        pincode:
          type: string
        state:
          type: string
        type:
          type: string
      title: AddressSubmitResponsePayload
    BusinessOwner:
      type: object
      properties:
        active:
          type: boolean
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        name:
          type: string
      title: BusinessOwner
    OrderDetailBuyerPODocWithOrdersDto:
      type: object
      properties:
        buyer_doc:
          $ref: '#/components/schemas/OrderDocDto'
        buyer_po_id:
          type: integer
          format: int64
        buyer_po_no:
          type: string
        id:
          type: integer
          format: int64
        order_ids:
          type: array
          uniqueItems: true
          items:
            type: integer
            format: int64
        po_type:
          type: string
      title: OrderDetailBuyerPODocWithOrdersDto
    ManufacturerDocs:
      type: object
      properties:
        auditStatus:
          type: string
        auditTs:
          type: integer
          format: int64
        auditorId:
          type: integer
          format: int64
        createdBy:
          type: string
        docCategory:
          type: string
        docExpiry:
          type: integer
          format: int64
        docSubCategory:
          type: string
        docUrl:
          type: string
        id:
          type: integer
          format: int64
        manufacturer:
          $ref: '#/components/schemas/Manufacturer'
        manufacturerUnit:
          $ref: '#/components/schemas/ManufacturerUnit'
      title: ManufacturerDocs
    GeniemodeEntity:
      type: object
      properties:
        addressId:
          type: integer
          format: int64
        addressList:
          type: array
          items:
            $ref: '#/components/schemas/GeniemodeEntityAddress'
        allowManualInvoiceNo:
          type: boolean
        compliance:
          type: string
        createdBy:
          type: string
        currency:
          type: string
        id:
          type: integer
          format: int64
        invoiceDeclaration:
          type: string
        label:
          type: string
        legalName:
          type: string
        tags:
          type: array
          items:
            $ref: '#/components/schemas/GeniemodeEntityTags'
        tallyCurrency:
          type: string
        value:
          type: string
      title: GeniemodeEntity
    WfStepOrderMapDtoV1:
      type: object
      properties:
        advance_percentage_comments:
          type: string
        approval_status:
          type: string
        audit_status:
          type: string
        buffer_date:
          type: string
          format: date-time
        buyer_advance_payment:
          type: integer
          format: int64
        comments:
          type: array
          items:
            $ref: '#/components/schemas/GetOrderCommentsDTO'
        completion_date:
          type: string
          format: date-time
        due_date:
          type: string
          format: date-time
        factory_advance_payment:
          type: integer
          format: int64
        initial_due_date:
          type: string
          format: date-time
        order_id:
          type: integer
          format: int64
        pending:
          type: string
          format: date-time
        pending_buffer_date:
          type: string
          format: date-time
        qc:
          type: boolean
        qc_payload:
          type: array
          items:
            $ref: '#/components/schemas/QCResponsePayload'
        require_approval:
          type: string
        require_due_date:
          type: string
        status:
          type: string
        step_display_order:
          type: integer
          format: int64
        step_name:
          type: string
        step_success_criteria:
          type: string
        step_template_id:
          type: integer
          format: int64
        visible_to_client:
          type: string
        visible_to_manufacturer:
          type: string
        wf_template_id:
          type: integer
          format: int64
        workflow_step_order_map_id:
          type: integer
          format: int64
      title: WfStepOrderMapDtoV1
    GroupUsersResponse:
      type: object
      properties:
        factory_users:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/UserSimpleDTO'
      title: GroupUsersResponse
    ShipmentVariantBuyerPoMapping:
      type: object
      required:
      - shipmentVariant
      - variantBuyerPoMapping
      properties:
        createdBy:
          type: string
        id:
          type: integer
          format: int64
        locked:
          type: boolean
        quantity:
          type: integer
          format: int64
        shipmentVariant:
          $ref: '#/components/schemas/ShipmentVariant'
        variantBuyerPoMapping:
          $ref: '#/components/schemas/VariantBuyerPoMapping'
      title: ShipmentVariantBuyerPoMapping
    CreateTnaResponsePayload:
      type: object
      properties:
        approval_doc:
          $ref: '#/components/schemas/DocDto'
        change_date_doc:
          $ref: '#/components/schemas/DocDto'
        comment:
          type: string
        finance_approval_status:
          type: string
        id:
          type: integer
          format: int64
        initiated_by:
          type: string
        order_id:
          type: integer
          format: int64
        penalty:
          type: string
        sub_order_tna_requests:
          type: array
          items:
            $ref: '#/components/schemas/CreateTnaResponsePayload'
        type:
          type: string
        vp_approval_status:
          type: string
      title: CreateTnaResponsePayload
    QcFinalInspectionThirdPartyResponseDto:
      type: object
      properties:
        final_report:
          $ref: '#/components/schemas/QcDocDto'
        final_report_doc_alias:
          type: string
        qc_id:
          type: integer
          format: 

# --- truncated at 32 KB (84 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/geniemode/refs/heads/main/openapi/geniemode-order-generic-utils-controller-api-openapi.yml