Requests
Institutions
GET /institutions Get all institutions
GET /institutions?institution_uuid=$uuid Get single institution
POST /institutions institution_name, country_code
PUT /institutions institution_uuid, institution_name, country_code
DELETE /institutions instituion_uuid
Contacts
GET /contacts Get all contacts
GET /contacts?contact_uuid=$uuid Get single contact
POST /contacts institution_uuid, contact_name, (email_address, contact_notes)
PUT /contacts institution_uuid, contact_uuid, contact_name, (email_address, contact_notes)
DELETE /contacts contact_uuid
Countries
GET /countries Get all countries
GET /countries?country_name=$name Get single country
POST /countries country_code, country_name
DELETE /countries country_code Delete code and all country_names
DELETE /countries country_name Delete a country_name (keeping it's code intact)
IP Ranges
GET /ipranges Get all ipranges
GET /ipranges?ip_range_value=$iprange Get single IP Range
POST /ipranges institution_uuid, ip_range_value
DELETE /ipranges ip_range_value