Newer Version Available
Bulk Group Census Management Input
Input representation to bulk-process group census data from a CSV file.
- JSON example
-
1{ 2 "batchSize": 200, 3 "contentDocumentId": "069SG000003gLazYAE", 4 "contentDocumentVersionId": "0688d0000025fA3AAI", 5 "duplicateDetectionFields": { 6 "values": [ 7 "FirstName", 8 "Lastname" 9 ] 10 }, 11 "csvColumnMapping": { 12 "data": { 13 "First Name": "FirstName", 14 "Last Name": "Lastname", 15 "Email": "Email", 16 "Birthdate": "Birthdate", 17 "Gender": "Gender", 18 "Relationship to Primary Member": "AssociationWithPrimaryMbr", 19 "Medical": "ContractGroupPlan", 20 "Dental": "ContractGroupPlan", 21 "Group Class": "GroupClassName" 22 } 23 }, 24 "shouldExecuteConfigurationRule": false 25} - Properties
-