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:
"6b87a02c-84c4-4738-94da-f41f39fa14b3"
application/xml, text/xml
Sample:
Coming soon.