PersonStatusFieldDTO Data Type

Properties
name data type constraints description
name string  
section PersonStatusFieldSection  
remark string  
set boolean required boolean
confirmationDateTime string  
key PersonStatusFieldKey  

Example

{
  "name" : "...",
  "section" : "PERSON_STATUS",
  "remark" : "...",
  "set" : true,
  "confirmationDateTime" : "...",
  "key" : "CERTIFICATE_VOLUNTEER_EXEMPTION"
}