File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 14471447 "type" : " string" ,
14481448 "example" : " Primary Contact"
14491449 }
1450+ },
1451+ "contactIds" : {
1452+ "type" : " array" ,
1453+ "description" : " A list of contact IDs to email" ,
1454+ "items" : {
1455+ "type" : " string" ,
1456+ "example" : " ba262fa3-38d9-4c88-b49b-ab306349124a"
1457+ }
1458+ },
1459+ "entityIds" : {
1460+ "type" : " array" ,
1461+ "description" : " A list of entity (facility) IDs, the associated contacts will receive emails." ,
1462+ "items" : {
1463+ "type" : " string" ,
1464+ "example" : " ba262fa3-38d9-4c88-b49b-ab306349124a"
1465+ }
1466+ },
1467+ "entityType" : {
1468+ "type" : " string" ,
1469+ "description" : " A list of entity (facility) types, the associated contacts will receive emails." ,
1470+ "example" : " Assisted Living Facility"
14501471 }
14511472 }
14521473 }
You can’t perform that action at this time.
0 commit comments