AtsSyncCandidateSyncApplicationCertificationInput
Input Object
Input to certifications on the application.
Fields
name String
Certification or license name.
type String
Certification or license type.
description String
Description or additional details about the certification or license.
country CountryCode
Country where the certification or license was obtained.
dateIssued Date
Issue date for the certification or license.
expirationDate Date
Expiration date for the certification or license.
Example
{ "name": "xyz789", "type": "abc123", "description": "abc123", "country": "US", "dateIssued": "2023-06-01", "expirationDate": "2023-01-01"}