Workday Financials website screenshot

Workday Financials

Workday Financials is a cloud-based financial management system that provides comprehensive solutions for accounting, procurement, expenses, and financial reporting.

7 APIs 0 Features
AccountingCloud ERPFinancial ManagementProcurement

APIs

Workday Financial Management API

Core API for managing financial transactions, general ledger, accounts payable, accounts receivable, and financial reporting.

Workday Revenue Management API

API for managing revenue recognition, contracts, billing, and revenue accounting in compliance with ASC 606 and IFRS 15.

Workday Expenses API

API for expense report submission, approval workflows, receipt management, and expense policy enforcement.

Workday Procurement API

API for purchase requisitions, purchase orders, supplier management, and procurement processes.

Workday Cash Management API

API for managing cash positions, bank accounts, transactions, and cash forecasting.

Workday Financial Accounting API

API for journal entries, account reconciliation, period close activities, and audit trails.

Workday Reporting API

API for accessing financial reports, custom report execution, and analytics data extraction.

Collections

Pricing Plans

Rate Limits

Workday Financials Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Workday Financials Context

0 classes · 13 properties

JSON-LD

API Governance Rules

Workday Financials API Rules

12 rules · 5 errors 6 warnings

SPECTRAL

JSON Structure

Workday Financials Ledger Account Structure

0 properties

JSON STRUCTURE

Workday Financials Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🌐
DeveloperPortal
DeveloperPortal
🔑
Authentication
Authentication
🔗
RateLimits
RateLimits
🟢
StatusPage
StatusPage
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Contact
Contact
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Workday Financials Workday Revenue Management API
  version: v38.2
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Revenue Contracts
    type: folder
  items:
  - info:
      name: Workday Financials List revenue contracts
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueContracts
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
      - name: offset
        value: ''
        type: query
        description: Number of results to skip for pagination
      - name: status
        value: ''
        type: query
        description: Filter by contract status
    docs: Retrieve a collection of revenue contracts.
  - info:
      name: Workday Financials Get a revenue contract
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueContracts/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the resource (WID)
    docs: Retrieve details of a specific revenue contract.
  - info:
      name: Workday Financials List performance obligations for a contract
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueContracts/:id/performanceObligations
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the resource (WID)
    docs: Retrieve performance obligations associated with a revenue contract.
- info:
    name: Revenue Schedules
    type: folder
  items:
  - info:
      name: Workday Financials List revenue schedules
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueSchedules
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
      - name: offset
        value: ''
        type: query
        description: Number of results to skip for pagination
    docs: Retrieve a collection of revenue recognition schedules.
  - info:
      name: Workday Financials Get a revenue schedule
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueSchedules/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the resource (WID)
    docs: Retrieve details of a specific revenue recognition schedule.
- info:
    name: Billing Schedules
    type: folder
  items:
  - info:
      name: Workday Financials List billing schedules
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/billingSchedules
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
      - name: offset
        value: ''
        type: query
        description: Number of results to skip for pagination
    docs: Retrieve a collection of billing schedules.
  - info:
      name: Workday Financials Get a billing schedule
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/billingSchedules/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the resource (WID)
    docs: Retrieve details of a specific billing schedule.
- info:
    name: Revenue Recognition
    type: folder
  items:
  - info:
      name: Workday Financials List revenue recognition events
      type: http
    http:
      method: GET
      url: https://{tenant}.workday.com/api/revenueManagement/v38.2/revenueRecognitionEvents
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
      - name: offset
        value: ''
        type: query
        description: Number of results to skip for pagination
      - name: fromDate
        value: ''
        type: query
        description: Filter events from this date
      - name: toDate
        value: ''
        type: query
        description: Filter events to this date
    docs: Retrieve a collection of revenue recognition events.
bundled: true