Creates (or updates) custom object instance(s) attached to a Workday business object. The same endpoint serves both single-instance custom objects (at most one instance per business object, e.g. a worker's Parking Space) and multi-instance custom objects (many instances per busi…
bulkbooleanIf true, accepts an array of custom object instances in the request body. Defaults to false.
updateIfExistsbooleanIf true, updates the custom object instance if it exists. Defaults to false.
customObjectDataRequiredThe custom object data to persist. If bulk=true, provide a JSON array of instances (max 100). If bulk=false (default), provide a single JSON object. Include the extended Workday object reference (e.g. {'worker': {'id': '<wid>'}}) and the custom fields.
customObjectAliasRequiredstringThe web service alias of the custom object. Determine this by running the 'View Custom Object' task in Workday. The alias resolves to either a single-instance or multi-instance custom object definition; the endpoint is the same in either case.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.