Workday · Example Payload

Workday Getaccountingjournalbyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getAccountingJournalById",
  "method": "GET",
  "path": "/accountingJournals/{ID}",
  "summary": "Get Accounting Journal by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getaccountingjournalbyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "journalNumber": "example_value",
        "company": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "accountingDate": "2026-01-15",
        "status": "example_value",
        "journalSource": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "totalDebitAmount": 42.5,
        "totalCreditAmount": 42.5,
        "currency": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        }
      }
    }
  ]
}