# createBulkPayoutForPartnerIntegration

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/v0/payout/bulk:
    post:
      summary: createBulkPayoutForPartnerIntegration
      deprecated: false
      description: ''
      operationId: createBulkPayoutForPartnerIntegration
      tags:
        - Accounts Payable/APIs - Accounts Payable /Invoice Management
        - Payout Apis
      parameters:
        - name: partnerIntegration
          in: query
          description: ''
          required: false
          schema:
            type: string
            enum:
              - TALLY
              - ENKASH
              - ENKASH_INVOICE
      requestBody:
        content:
          application/json:
            schema:
              maxItems: 1000
              minItems: 1
              type: array
              items:
                type: object
                properties: {}
                x-apidog-orders: []
            example: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apidog-orders: []
          headers: {}
          x-apidog-name: OK
      security: []
      x-apidog-folder: Accounts Payable/APIs - Accounts Payable /Invoice Management
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/616243/apis/api-18880646-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://ekpayout-uat.enkash.in
    description: Testing Env
security: []

```
