Workday · Example Payload

Financialmanagement Customer Invoice Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Financialmanagement Customer Invoice Example is an example object payload from Workday, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptorinvoiceNumberinvoiceDatedueDatetotalAmountstatus

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "invoiceNumber": "example_value",
  "invoiceDate": "example_value",
  "dueDate": "example_value",
  "totalAmount": 42.5,
  "status": "example_value"
}