WorkerUpdate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
FirstName string
LastName string
MiddleName string
WorkEmail string
WorkPhoneNumber string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-workerupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkerUpdate",
  "title": "WorkerUpdate",
  "type": "object",
  "properties": {
    "FirstName": {
      "type": "string"
    },
    "LastName": {
      "type": "string"
    },
    "MiddleName": {
      "type": "string"
    },
    "WorkEmail": {
      "type": "string",
      "format": "email"
    },
    "WorkPhoneNumber": {
      "type": "string"
    }
  }
}