SUIRate

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
company object
state object
rate number
effectiveDate string
View JSON Schema on GitHub

JSON Schema

workday-integration-suirate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SUIRate",
  "title": "SUIRate",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "company": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "state": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "rate": {
      "type": "number"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date"
    }
  }
}