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
AddInstitutionParams| Name | 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:
"cab49fa8-ff0f-4600-b914-c9b4c9cfc217"
application/xml, text/xml
Sample:
Coming soon.