-
Notifications
You must be signed in to change notification settings - Fork 2
SBL Institution Types Update JSON
lchen-2101 edited this page Mar 7, 2024
·
2 revisions
{
"sbl_institution_types":
[
{"id": "3"},
{"id": "2"},
{"id": "13", "details": "Test Type"}
]
}
or
{
"sbl_institution_types":
[
"3",
{"id": "2"},
{"id": "13", "details": "Test Type"}
]
}