> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nmbr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Show bulk create scope for remittance account enrollments



## OpenAPI

````yaml /spec/openapi.json post /remittance_account_enrollments/bulk/create/scope
openapi: 3.0.0
info:
  title: Nmbr API
  description: API to interact with Nmbr Payroll
  version: 1.0.0
servers:
  - url: https://sandbox.nmbr.co/services/payroll
security:
  - CompanyToken: []
tags:
  - name: Accounting Codes
  - name: Accounting Code Rules
  - name: Adjustments
  - name: Allowances
  - name: Allowance Line Items
  - name: Allowance Types
  - name: Async Tasks
  - name: Bank Accounts
  - name: Business Entities
  - name: Business Entity Verifications
  - name: Business Entity ROE Authorizations
  - name: Business Presets
  - name: Calculations
  - name: Companies
  - name: Contractors
  - name: Deductions
  - name: Deduction Line Items
  - name: Deduction Types
  - name: Earnings
  - name: Earning Line Items
  - name: Earning Types
  - name: Effective Tax Properties
  - name: Employees
  - name: Employee Benefits
  - name: Employee Benefit Line Items
  - name: Employee Benefit Types
  - name: Employer Benefits
  - name: Employer Benefit Line Items
  - name: Employer Benefit Types
  - name: Employer Statutory Withholding Line Items
  - name: Employer Statutory Withholding Types
  - name: Forms
  - name: Form Batches
  - name: Form Types
  - name: Holidays
  - name: Integrations
  - name: Journal Entries
  - name: Overtime Rates
  - name: Partners
  - name: Pay Rates
  - name: Pay Schedules
  - name: Pay Splits
  - name: Pay Stubs
  - name: Payments
  - name: Payrolls
  - name: Reimbursements
  - name: Reimbursement Line Items
  - name: Reimbursement Types
  - name: Remittance Accounts
  - name: Remittance Account Enrollments
  - name: Reports
  - name: Statutory Withholding Line Items
  - name: Statutory Withholding Types
  - name: Tags
  - name: Tag Groups
  - name: Tax Properties
  - name: Tax Property Templates
  - name: Tokens
  - name: Usage Records
  - name: Usage Summaries
  - name: Vacation Pay
  - name: Vacation Pay Settings
  - name: Webhooks
  - name: Work Assignments
paths:
  /remittance_account_enrollments/bulk/create/scope:
    post:
      tags:
        - Remittance Account Enrollments
      summary: Show bulk create scope for remittance account enrollments
      operationId: remittance-account-enrollments-bulk-create-scope
      requestBody:
        content:
          application/json:
            schema:
              allOf:
                - type: object
                  properties:
                    business_entity_id:
                      type: string
                    work_assignments:
                      type: object
                      properties:
                        exclude:
                          type: object
                          properties:
                            ids:
                              type: array
                              items:
                                type: string
                            payee_type:
                              type: string
                              enum:
                                - contractor
                                - employee
                            pay_schedule_id:
                              type: string
                            archived:
                              type: boolean
                            payee_names:
                              type: string
                - type: object
                  required:
                    - business_entity_id
                    - work_assignments
            example:
              business_entity_id: <id>
              work_assignments:
                include: all
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  object:
                    type: string
                    description: The type of the object in Nmbr (`"list"`).
                    readOnly: true
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          description: The unique identifier of the object in Nmbr.
                          readOnly: true
                        object:
                          type: string
                          description: >-
                            The type of the object in Nmbr
                            (`"work_assignment"`).
                          readOnly: true
                        data:
                          $ref: '#/components/schemas/RemittanceAccountEnrollment'
              example:
                object: list
                data:
                  - id: <id>
                    object: work_assignment
                    data:
                      title: null
                      title_translations: null
                      title_translated: null
                      employee:
                        id: <id>
                        object: employee
                        links:
                          self: /employees/<id>
                      pay_schedule:
                        id: <id>
                        object: pay_schedule
                        links:
                          self: /pay_schedules/<id>
                      business_entity:
                        id: <id>
                        object: business_entity
                        links:
                          self: /business_entities/<id>
                      current_tax_jurisdiction: ca_on
                      is_primary: true
                      accrued_vacation_pay: 0
                      paid_vacation_pay: 0
                      first_non_draft_period_start: null
                      last_non_draft_period_end: null
                      available_tax_properties:
                        - ca::province_of_employment
                        - ca::province_of_work
                        - ca::federal_oc_surtax_exempt
                        - ca::cpp_exempt
                        - ca::ei_exempt
                        - ca::qc::qpp_exempt
                        - ca::qc::qpip_exempt
                        - ca::nt::territorial_payroll_tax
                        - ca::nu::territorial_payroll_tax
                        - ca::federal::additional_tax
                        - ca::federal::claim_amount
                        - ca::federal::total_income_less_than_total_claim_amount
                        - ca::federal::annual_deduction_at_source
                        - ca::statutory_holiday_pay
                        - ca::first_nation_exemptions
                        - ca::ab::workers_compensation_class
                        - ca::bc::workers_compensation_class
                        - ca::mb::workers_compensation_class
                        - ca::nb::workers_compensation_class
                        - ca::nl::workers_compensation_class
                        - ca::ns::workers_compensation_class
                        - ca::nt::workers_compensation_class
                        - ca::nu::workers_compensation_class
                        - ca::on::workers_compensation_class
                        - ca::pe::workers_compensation_class
                        - ca::qc::workers_compensation_class
                        - ca::sk::workers_compensation_class
                        - ca::yt::workers_compensation_class
                        - ca::on::claim_amount
                        - ca::on::dependent_children_credit
                        - ca::on::impaired_dependants_credit
                      external_ref: null
                      archived_at: null
                      created_at: '2026-01-01T00:00:00.000000Z'
                      updated_at: '2026-01-01T00:00:00.000000Z'
                    links:
                      self: /work_assignments/<id>
                links:
                  first: >-
                    http://localhost/remittance_account_enrollments/bulk/create/scope?page=1
                  last: >-
                    http://localhost/remittance_account_enrollments/bulk/create/scope?page=1
                  prev: null
                  next: null
                meta:
                  current_page: 1
                  last_page: 1
                  per_page: 15
                  total: 1
                  has_more: false
components:
  schemas:
    RemittanceAccountEnrollment:
      type: object
      title: Remittance Account Enrollment
      properties:
        remittance_account:
          type: object
          properties:
            id:
              type: string
              description: The unique identifier of the object in Nmbr.
              readOnly: true
            object:
              type: string
              description: The type of the object in Nmbr (`"remittance_account"`).
              readOnly: true
        work_assignment:
          type: object
          properties:
            id:
              type: string
              description: The unique identifier of the object in Nmbr.
              readOnly: true
            object:
              type: string
              description: The type of the object in Nmbr (`"work_assignment"`).
              readOnly: true
        effective_from:
          type: string
          format: date
        effective_to:
          type: string
          nullable: true
          format: date
        created_at:
          type: string
          description: The date and time the object was created in Nmbr.
          readOnly: true
          format: dateTime
        updated_at:
          type: string
          description: The date and time the object was last updated in Nmbr.
          readOnly: true
          format: dateTime
  securitySchemes:
    CompanyToken:
      type: http
      scheme: bearer

````