Fields
Name | Type | Description |
---|---|---|
caseId | String! | Unique identifier for a case |
individuals | [IndividualDetailsInput!]! | The additional individuals requiring verification to be added to the case |
Definition of the AddIndividualsToCaseInput input object
Name | Type | Description |
---|---|---|
caseId | String! | Unique identifier for a case |
individuals | [IndividualDetailsInput!]! | The additional individuals requiring verification to be added to the case |