Geniemode Order Group Finance Controller API

Order Group Finance Controller

Operations 9

GET /api/v1/order-group/finance index #
POST /api/v1/order-group/finance/create requestPlan #
DELETE /api/v1/order-group/finance/delete/{orderGroupId} delete #
PUT /api/v1/order-group/finance/edit/{orderGroupId} edit #
GET /api/v1/order-group/finance/get/{orderGroupId} requestPlan #
GET /api/v1/order-group/finance/getMasterOrderFinanceCumulative/{orderGroupId} getMasterOrderFinanceCumulative #
GET /api/v1/order-group/finance/orders orders #
GET /api/v1/order-group/finance/{orderGroupId}/logistics/details/approval/view getLogisticsDetailVpApprovalView #
GET /api/v1/order-group/finance/{orderGroupId}/view_po view_po #

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-group-finance-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-group-finance-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Order Group Finance 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-group-finance-controller
  description: Order Group Finance Controller
paths:
  /api/v1/order-group/finance:
    get:
      tags:
      - order-group-finance-controller
      summary: index
      operationId: indexUsingGET_19
      parameters:
      - name: search
        in: query
        required: false
        schema:
          type: string
      - name: statuses
        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
  /api/v1/order-group/finance/create:
    post:
      tags:
      - order-group-finance-controller
      summary: requestPlan
      operationId: requestPlanUsingPOST
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderGroupDto'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/OrderGroupDto'
        description: orderGroupRequestDto
        required: true
  /api/v1/order-group/finance/delete/{orderGroupId}:
    delete:
      tags:
      - order-group-finance-controller
      summary: delete
      operationId: deleteUsingDELETE_6
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: string
  /api/v1/order-group/finance/edit/{orderGroupId}:
    put:
      tags:
      - order-group-finance-controller
      summary: edit
      operationId: editUsingPUT
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderGroupDto'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/OrderGroupDto'
        description: orderGroupDto
        required: true
  /api/v1/order-group/finance/get/{orderGroupId}:
    get:
      tags:
      - order-group-finance-controller
      summary: requestPlan
      operationId: requestPlanUsingGET
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderGroupDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/order-group/finance/getMasterOrderFinanceCumulative/{orderGroupId}:
    get:
      tags:
      - order-group-finance-controller
      summary: getMasterOrderFinanceCumulative
      operationId: getMasterOrderFinanceCumulativeUsingGET
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetMasterOrderFinanceCumulativeResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/order-group/finance/orders:
    get:
      tags:
      - order-group-finance-controller
      summary: orders
      operationId: ordersUsingGET_1
      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/order-group/finance/{orderGroupId}/logistics/details/approval/view:
    get:
      tags:
      - order-group-finance-controller
      summary: getLogisticsDetailVpApprovalView
      operationId: getLogisticsDetailVpApprovalViewUsingGET
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrderLogisticsDetailsVpFinanceViewDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/v1/order-group/finance/{orderGroupId}/view_po:
    get:
      tags:
      - order-group-finance-controller
      summary: view_po
      operationId: view_poUsingGET
      parameters:
      - name: orderGroupId
        in: path
        description: orderGroupId
        required: true
        schema:
          type: integer
          format: int64
      - name: showOriginal
        in: query
        description: showOriginal
        required: false
        schema:
          type: boolean
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PoResponsePayloadWithHistoryForGroupDto'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
components:
  schemas:
    PoResponsePayloadDto:
      type: object
      properties:
        bill_address:
          $ref: '#/components/schemas/PoMapPayloadDto'
        bill_contact_number:
          $ref: '#/components/schemas/PoMapPayloadDto'
        bill_to:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buyer_gstin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buyer_name:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buyer_po_number:
          $ref: '#/components/schemas/PoMapPayloadDto'
        cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        cgst_percentage:
          $ref: '#/components/schemas/PoMapPayloadDto'
        conversion_rate:
          $ref: '#/components/schemas/PoMapPayloadDto'
        country_of_destination:
          $ref: '#/components/schemas/PoMapPayloadDto'
        country_of_origin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        created_by:
          $ref: '#/components/schemas/PoMapPayloadDto'
        created_on:
          $ref: '#/components/schemas/PoMapPayloadDto'
        currency:
          type: string
        current_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        delivery_addresses:
          type: array
          items:
            $ref: '#/components/schemas/PoListDeliveryAddressDto'
        delivery_date:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency:
          type: string
        factory_currency_purchase_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_gst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_purchase_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_gst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_purchase_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        geniemode_entity_name:
          type: string
        grand_buying_total:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_buying_total_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_buying_total_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_factory_total:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_factory_total_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_factory_total_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        grand_total:
          $ref: '#/components/schemas/PoMapPayloadDto'
        igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        igst_percentage:
          $ref: '#/components/schemas/PoMapPayloadDto'
        inco_terms:
          $ref: '#/components/schemas/PoMapPayloadDto'
        last_modified_by:
          $ref: '#/components/schemas/PoMapPayloadDto'
        modified_on:
          $ref: '#/components/schemas/PoMapPayloadDto'
        multiple_delivery_dates:
          type: boolean
        no_of_deliveries:
          $ref: '#/components/schemas/PoMapPayloadDto'
        only_qty_changed:
          type: boolean
        order_hierarchy_net_margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        order_list:
          type: array
          items:
            $ref: '#/components/schemas/PoOrder'
        payment_type:
          $ref: '#/components/schemas/PoMapPayloadDto'
        planned_order_shipment_mode:
          $ref: '#/components/schemas/PoMapPayloadDto'
        po_date:
          $ref: '#/components/schemas/PoMapPayloadDto'
        po_number:
          $ref: '#/components/schemas/PoMapPayloadDto'
        po_wise_skus:
          type: array
          items:
            $ref: '#/components/schemas/PoSkus'
        port_of_discharge:
          $ref: '#/components/schemas/PoMapPayloadDto'
        port_of_loading:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_amount_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_amount_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_amount_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_amount_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        round_off:
          $ref: '#/components/schemas/PoMapPayloadDto'
        round_off_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        round_off_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        round_off_factory_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        round_off_factory_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_gst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        sgst_percentage:
          $ref: '#/components/schemas/PoMapPayloadDto'
        ship_qty_negative_tolerance:
          $ref: '#/components/schemas/PoMapPayloadDto'
        ship_qty_positive_tolerance:
          $ref: '#/components/schemas/PoMapPayloadDto'
        sku_list:
          type: array
          items:
            $ref: '#/components/schemas/PoSkus'
        special_instruction:
          $ref: '#/components/schemas/PoMapPayloadDto'
        supplier_address:
          $ref: '#/components/schemas/PoMapPayloadDto'
        supplier_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        supplier_name:
          $ref: '#/components/schemas/PoMapPayloadDto'
        supplier_unit_address:
          $ref: '#/components/schemas/PoMapPayloadDto'
        supplier_unit_name:
          $ref: '#/components/schemas/PoMapPayloadDto'
        terms_condition:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_amount_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_buying_price_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_factory_currency_price_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_factory_dollar_price_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_quantity:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_selling_price_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
      title: PoResponsePayloadDto
    PoGetHistoryResponsePayloadDto:
      type: object
      properties:
        po_history_list:
          type: array
          items:
            $ref: '#/components/schemas/PoGetResponsePayloadDto'
      title: PoGetHistoryResponsePayloadDto
    OrderLogisticsDetailsSkusVpFinanceViewDto:
      type: object
      properties:
        currency:
          type: string
        currency_price:
          type: number
        custom_duty_by_logistics:
          type: number
        custom_duty_by_rm:
          type: number
        custom_duty_cost_type_by_logistics:
          type: string
        custom_duty_cost_type_by_rm:
          type: string
        custom_duty_document_approval_required:
          type: boolean
        custom_duty_greater_than_rm:
          type: boolean
        custom_duty_per_piece_by_logistics:
          type: number
        custom_duty_per_piece_by_rm:
          type: number
        delivery_charges_by_logistics:
          type: number
        delivery_charges_by_rm:
          type: number
        dollar_price:
          type: number
        factory_dollar_price:
          type: number
        freight_cost_by_logistics:
          type: number
        freight_cost_by_rm:
          type: number
        is_reciprocal_tariff_required:
          type: boolean
        logistic_cost_by_logistics:
          type: number
        logistic_cost_by_rm:
          type: number
        logistic_cost_per_piece_by_logistics:
          type: number
        logistic_cost_per_piece_by_rm:
          type: number
        logistic_cost_type_by_logistics:
          type: string
        logistic_cost_type_by_rm:
          type: string
        logistics_cost_greater_than_rm:
          type: boolean
        logistics_document_approval_required:
          type: boolean
        management_approval_url:
          type: string
        order_id:
          type: integer
          format: int64
        quantity:
          type: integer
          format: int64
        reciprocal_tariff_by_logistics:
          type: number
        reciprocal_tariff_by_rm:
          type: number
        reciprocal_tariff_cost_type_by_logistics:
          type: string
        reciprocal_tariff_cost_type_by_rm:
          type: string
        reciprocal_tariff_per_piece_by_logistics:
          type: number
        reciprocal_tariff_per_piece_by_rm:
          type: number
        reciprocal_tariff_type_by_rm:
          type: string
        remark:
          type: string
        show_freight_keyword:
          type: boolean
        sku:
          type: string
        style_code:
          type: string
        total_cbm:
          type: number
        total_custom_duty_by_logistics:
          type: number
        total_custom_duty_by_rm:
          type: number
        total_gross_weight:
          type: number
        total_net_weight:
          type: number
        total_volumetric_weight:
          type: number
      title: OrderLogisticsDetailsSkusVpFinanceViewDto
    PoOrderwiseDetails:
      type: object
      properties:
        amount_factory_currency_price:
          type: number
        changed_shipment_mode:
          type: string
        count:
          type: integer
          format: int64
        order_id:
          type: integer
          format: int64
        planned_shipment_mode:
          type: string
        quantity:
          type: integer
          format: int64
        ship_qty_negative_tolerance:
          type: integer
          format: int64
        ship_qty_positive_tolerance:
          type: integer
          format: int64
        total_buyer_price_in_buyer_currency:
          type: number
      title: PoOrderwiseDetails
    OrderMinifiedDto:
      type: object
      properties:
        financial_status:
          type: string
        id:
          type: integer
          format: int64
        lead_id:
          type: integer
          format: int64
        sku:
          type: string
        style_code:
          type: string
      title: OrderMinifiedDto
    PoChangeTypeDto:
      type: object
      properties:
        added:
          $ref: '#/components/schemas/PoChangeDataDto'
        modify:
          $ref: '#/components/schemas/PoChangeDataDto'
        subtracted:
          $ref: '#/components/schemas/PoChangeDataDto'
      title: PoChangeTypeDto
    OrderRmLogisticsCostResponsePayload:
      type: object
      properties:
        acceptable_cost_of:
          type: string
        currency:
          type: string
        currency_price:
          type: number
        delivery_charges:
          type: number
        dollar_price:
          type: number
        factory_dollar_price:
          type: number
        freight_cost:
          type: number
        logistic_cost:
          type: number
        logistic_cost_per_piece:
          type: number
        logistic_cost_type:
          type: string
        order_id:
          type: integer
          format: int64
        quantity:
          type: integer
          format: int64
      title: OrderRmLogisticsCostResponsePayload
    PoSkus:
      type: object
      properties:
        amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        amount_factory_currency_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        amount_factory_currency_price_with_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        amount_price_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        amount_price_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        attribution:
          $ref: '#/components/schemas/PoMapPayloadDto'
        bar_code:
          $ref: '#/components/schemas/PoMapPayloadDto'
        bundle_data:
          type: array
          items:
            $ref: '#/components/schemas/BundleSkuDto'
        business_model:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buyer_net_margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buyer_po_number:
          type: string
        buying_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buying_price_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        buying_price_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        category_id:
          $ref: '#/components/schemas/PoMapPayloadDto'
        category_name:
          $ref: '#/components/schemas/PoMapPayloadDto'
        changed_shipment_mode:
          $ref: '#/components/schemas/PoMapPayloadDto'
        color:
          $ref: '#/components/schemas/PoMapPayloadDto'
        custom_duty_cost:
          $ref: '#/components/schemas/PoMapPayloadDto'
        custom_duty_cost_type:
          $ref: '#/components/schemas/PoMapPayloadDto'
        custom_duty_per_piece:
          $ref: '#/components/schemas/PoMapPayloadDto'
        custom_unique_id:
          type: string
        custom_unique_id_with_po:
          type: string
        delivery_charges:
          $ref: '#/components/schemas/PoMapPayloadDto'
        delivery_date:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_currency_selling_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        factory_dollar_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        gross_margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        hsn_code:
          $ref: '#/components/schemas/PoMapPayloadDto'
        hts_code:
          $ref: '#/components/schemas/PoMapPayloadDto'
        invoice_quantity:
          $ref: '#/components/schemas/PoMapPayloadDto'
        logistic_cost:
          $ref: '#/components/schemas/PoMapPayloadDto'
        logistic_cost_per_piece:
          $ref: '#/components/schemas/PoMapPayloadDto'
        logistic_cost_type:
          $ref: '#/components/schemas/PoMapPayloadDto'
        margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        material:
          $ref: '#/components/schemas/PoMapPayloadDto'
        net_margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        order_id:
          $ref: '#/components/schemas/PoMapPayloadDto'
        planned_shipment_mode:
          $ref: '#/components/schemas/PoMapPayloadDto'
        po_skus_mappings:
          type: array
          items:
            $ref: '#/components/schemas/PoSkusMapping'
        price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        product_name:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_cgst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_gst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_igst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        purchase_sgst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        quantity:
          $ref: '#/components/schemas/PoMapPayloadDto'
        raw_material_margin:
          $ref: '#/components/schemas/PoMapPayloadDto'
        reciprocal_tariff:
          $ref: '#/components/schemas/PoMapPayloadDto'
        reciprocal_tariff_cost_type:
          $ref: '#/components/schemas/PoMapPayloadDto'
        reciprocal_tariff_per_piece:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_cgst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_igst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_price:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_price_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_price_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst_amount:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst_amount_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        selling_sgst_suggestion:
          $ref: '#/components/schemas/PoMapPayloadDto'
        ship_qty_negative_tolerance:
          $ref: '#/components/schemas/PoMapPayloadDto'
        ship_qty_positive_tolerance:
          $ref: '#/components/schemas/PoMapPayloadDto'
        size:
          $ref: '#/components/schemas/PoMapPayloadDto'
        sku:
          $ref: '#/components/schemas/PoMapPayloadDto'
        sku_image:
          $ref: '#/components/schemas/PoMapPayloadDto'
        style_code:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_buyer_price_in_buyer_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_buyer_price_in_dollar:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_buyer_price_in_factory_currency:
          $ref: '#/components/schemas/PoMapPayloadDto'
        total_custom_duty:
          $ref: '#/components/schemas/PoMapPayloadDto'
        unit:
          $ref: '#/components/schemas/PoMapPayloadDto'
        variant_id:
          $ref: '#/components/schemas/PoMapPayloadDto'
        variant_margin_percentage:
          $ref: '#/components/schemas/PoMapPayloadDto'
      title: PoSkus
    OrderConversionDto:
      type: object
      properties:
        conversion_rate:
          type: number
        currency:
          type: string
        currency_conversion_date:
          type: string
          format: date-time
        factory_conversion:
          type: number
        factory_conversion_date:
          type: string
          format: date-time
        factory_currency:
          type: string
        order_id:
          type: integer
          format: int64
        style_code:
          type: string
      title: OrderConversionDto
    GetMasterOrderFinanceCumulativeResponsePayload:
      type: object
      properties:
        buyer_currency:
          type: string
        buyer_currency_conversion:
          type: number
        buyer_net_margin_percent_cumulative:
          type: number
        buyer_order_value_in_buyer_currency_sum:
          type: number
        buyer_order_value_in_dollar_sum:
          type: number
        buyer_order_value_in_factory_currency_total:
          type: number
        buyer_risk:
          $ref: '#/components/schemas/GetLeadBuyerRiskResponse'
        cumulative_discount_charges:
          type: number
        cumulative_discount_charges_percent:
          type: number
        cumulative_factory_discount_charges:
          type: number
        cumulative_factory_discount_charges_percent:
          type: number
        custom_duty_cumulative_amount:
          type: number
        custom_duty_cumulative_amount_logistic:
          type: number
        custom_duty_cumulative_amount_rm:
          type: number
        custom_duty_cumulative_percent:
          type: number
        custom_duty_cumulative_percent_logistic:
          type: number
        custom_duty_cumulative_percent_rm:
          type: number
        delivery_charges_cumulative_amount:
          type: number
        delivery_charges_cumulative_amount_logistic:
          type: number
        delivery_charges_cumulative_amount_rm:
          type: number
        factory_currency:
          type: string
        factory_currency_conversion:
          type: number
        factory_net_margin_percent_cumulative:
          type: number
        factory_order_value_in_buyer_currency_sum:
          type: number
        factory_order_value_in_dollar_sum:
          type: number
        factory_order_value_in_factory_currency_sum:
          type: number
        freight_cost_cumulative_amount:
          type: number
        freight_cost_cumulative_amount_logistic:
          type: number
        freight_cost_cumulative_amount_rm:
          type: number
        gross_margin_sum:
          type: number
        harbor_merchandise_fee_cumulative:
          type: number
        is_vp_reason_required:
          type: boolean
        logistic_cost_cumulative_amount:
          type: number
        logistic_cost_cumulative_amount_logistic:
          type: number
        logistic_cost_cumulative_amount_rm:
          type: number
        logistic_cost_cumulative_percent:
          type: number
        logistic_cost_cumulative_percent_logistic:
          type: number
        logistic_cost_cumulative_percent_rm:
          type: number
        logistic_cost_with_custom_duty_cumulative_amount:
          type: number
        logistic_cost_with_custom_duty_cumulative_amount_logistic:
          type: number
        logistic_cost_with_custom_duty_cumulative_amount_rm:
          type: number
        logistic_cost_with_custom_duty_cumulative_percent:
          type: number
        logistic_cost_with_custom_duty_cumulative_percent_logistic:
          type: number
        logistic_cost_with_custom_duty_cumulative_percent_rm:
          type: number
        margin_approval_doc:
          type: string
        margin_approval_doc_required:
          type: boolean
        margin_threshold:
          type: number
        model_type:
          type: string
        net_margin_percent_cumulative:
          type: number
        net_margin_percent_cumulative_logistic:
          

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