POST api/Institution/AddInstitution
Add a new institution if it does not already exist in Sophtron's institution list.
Request Information
URI Parameters
None.
Body Parameters
AddInstitutionParamsName | Description | Type | Additional information |
---|---|---|---|
InstitutionName |
Name of the institution, e.g. "Bank of Sophtron" |
string |
None. |
URL |
Url of the institution, e.g. "https://sophtron.com" |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InstitutionName": "My New Bank", "URL": "https://mynewbank.com" }
application/xml, text/xml
Sample:
Coming soon.
Response Information
Resource Description
Unique GUID-type InstitutionID for the newly added institution. If an empty InstituionID is returned the institution has not been added successfully.
globally unique identifierResponse Formats
application/json, text/json
Sample:
"7d37a4f9-861b-44dc-8230-045c418b2dbc"
application/xml, text/xml
Sample:
Coming soon.