Skip to content

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"}
  ]
}