Institution
Available Actions
HTTP Action | Endpoint | Request Parameters | Request Model | Response Model |
---|---|---|---|---|
GET | /v2/institution/{id} |
id – institution id | ~ | Institution |
GET | /v2/institution |
~ | ~ | Institution[] |
POST | /v2/institution |
~ | CreateInstitution | Institution |
PATCH | /v2/institution/{id} |
id – institution id | UpdateInstitution | Institution |
Models
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
1 2 3 4 5 6 7 8 9 10 |
|
1 2 3 4 5 6 7 8 9 10 |
|
Enums
1 2 3 4 |
|