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
NameDescriptionTypeAdditional 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 identifier

Response Formats

application/json, text/json

Sample:
"a3dcc0c3-77b2-4379-acd4-2996f2575297"

application/xml, text/xml

Sample:
Coming soon.