Added Error Code for HRIS Rejections when Pushing Candidate Data
14 days ago
candidate.pushToHrisnow returns a specificcandidate_hris_push_failederror code instead of a genericinternal_server_errorwhen the third-party HRIS does not accept the push (e.g. a data or validation discrepancy reported by the downstream system, such as Workday). Themessagefield includes detail about the failure (typically the error reported by the HRIS) so it is actionable. Because the endpoint pushes with re-push enabled, if any of the data was already applied in the external system, verify there before retrying to avoid a duplicate.

