Workday Integration · Capability

Workday Integration Workday Payroll FRA API — Payroll France

Workday Integration Workday Payroll FRA API — Payroll France. 2 operations. Lead operation: Workday Integration Retrieve a collection of payrollRuns. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationPayroll France

What You Can Do

GET
Getpayrollruns — Workday Integration Retrieve a collection of payrollRuns
/v1/payrollruns
GET
Getpayrollrunbyid — Workday Integration Retrieve a specific PayrollRun
/v1/payrollruns/{id}

MCP Tools

workday-integration-retrieve-collection-payrollruns

Workday Integration Retrieve a collection of payrollRuns

read-only idempotent
workday-integration-retrieve-specific-payrollrun

Workday Integration Retrieve a specific PayrollRun

read-only idempotent

Capability Spec

payroll-fra-payroll-france.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Payroll FRA API — Payroll France
  description: 'Workday Integration Workday Payroll FRA API — Payroll France. 2 operations. Lead operation: Workday Integration
    Retrieve a collection of payrollRuns. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Payroll France
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: payroll-fra-payroll-france
    baseUri: https://{baseUrl}/ccx/api/payrollFRA/v1/{tenant}
    description: Workday Integration Workday Payroll FRA API — Payroll France business capability. Self-contained, no shared
      references.
    resources:
    - name: payrollRuns
      path: /payrollRuns
      operations:
      - name: getpayrollruns
        method: GET
        description: Workday Integration Retrieve a collection of payrollRuns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: payrollRuns-ID
      path: /payrollRuns/{ID}
      operations:
      - name: getpayrollrunbyid
        method: GET
        description: Workday Integration Retrieve a specific PayrollRun
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: payroll-fra-payroll-france-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Payroll FRA API — Payroll France. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/payrollruns
      name: payrollruns
      description: REST surface for payrollRuns.
      operations:
      - method: GET
        name: getpayrollruns
        description: Workday Integration Retrieve a collection of payrollRuns
        call: payroll-fra-payroll-france.getpayrollruns
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payrollruns/{id}
      name: payrollruns-id
      description: REST surface for payrollRuns-ID.
      operations:
      - method: GET
        name: getpayrollrunbyid
        description: Workday Integration Retrieve a specific PayrollRun
        call: payroll-fra-payroll-france.getpayrollrunbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: payroll-fra-payroll-france-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Payroll FRA API — Payroll France. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-collection-payrollruns
      description: Workday Integration Retrieve a collection of payrollRuns
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payroll-fra-payroll-france.getpayrollruns
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-payrollrun
      description: Workday Integration Retrieve a specific PayrollRun
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: payroll-fra-payroll-france.getpayrollrunbyid
      outputParameters:
      - type: object
        mapping: $.