Workday · Example Payload

Workday Createfilecontainer Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Createfilecontainer 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": "createFileContainer",
  "method": "POST",
  "path": "/fileContainers",
  "summary": "Create File Container",
  "requestExamples": [
    {
      "contentType": "application/octet-stream",
      "name": "CreatefilecontainerRequestExample",
      "example": "example_value"
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createfilecontainer201Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "expirationTime": "2026-01-15T10:30:00Z"
      }
    }
  ]
}