Workday
Suppliers

Workday Suppliers API

Sync suppliers data with Workday through Apideck's unified API. One integration, instant access.

Supported Operations for Workday Suppliers

List, Create, Get, Update operations available through our unified API

list
get
create
update
delete

Supported Fields

17 fields

Fields available for Workday Suppliers

iddisplay_iddisplay_namecompany_idsupplier_categoryemailsbank_accountsnotescurrencystatuspayment_methodtermsissued_methodissued_emailcreated_by+2 more

API Model Preview

Sample response structure for suppliers

{
  "id": "12345",
  "display_id": "12345",
  "display_name": "Example Display Name",
  "company_id": "12345",
  "supplier_category": "string",
  "emails": [
    {
      "id": "12345",
      "email": "contact@example.com",
      "type": "primary"
    }
  ],
  "bank_accounts": 10,
  "notes": [
    {
      "id": "12345"
    }
  ],
  "currency": "USD",
  "status": "active",
  "payment_method": "string",
  "terms": "Net 30",
  "issued_method": "string",
  "issued_email": "example@email.com",
  "crea
  ...

Quick Start Example

Start syncing Workday suppliers in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List suppliers from Workday
const result = await apideck.accounting.suppliers.list({
  serviceId: 'workday'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified suppliers data

Workday SDKs

Build Workday integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up