Request Information
URI Parameters
None.
Body Parameters
The asset institution.
Nano.AssetInstitution| Name | Description | Type | Additional information |
|---|---|---|---|
| vendor |
Gets or sets the vendor. |
string |
None. |
| vendorInstitutionId |
Gets or sets the vendorInstitutionId. |
string |
None. |
| vendorInstitutionLoginId |
Gets or sets the vendorInstitutionLoginId. |
integer |
None. |
| vendorStatusCode |
Gets or sets the vendorStatusCode. |
integer |
None. |
| vendorStatusCodeDescription |
Gets or sets the vendorStatusCodeDescription. |
string |
None. |
| lastVendorStatusCheck |
Gets or sets the LastVendorStatusCheck. |
date |
None. |
| connectionStartDate |
Gets or sets the ConnectionStartDate. |
date |
None. |
| PendingConnectionFix |
Gets or sets a value indicating whether the connection fix is pending. |
boolean |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the asset institution identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"vendor": "sample String 1",
"vendorInstitutionId": "sample String 2",
"vendorInstitutionLoginId": 1,
"vendorStatusCode": 3,
"vendorStatusCodeDescription": "sample String 4",
"lastVendorStatusCheck": "2025-12-16T04:06:27.1016714Z",
"connectionStartDate": "2025-12-16T04:06:27.1016714Z",
"PendingConnectionFix": true,
"app": "7",
"id": "8"
}
text/html
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"vendorStatusCodeDescription":"sample String 4","lastVendorStatusCheck":"2025-12-16T04:06:27.1016714Z","connectionStartDate":"2025-12-16T04:06:27.1016714Z","PendingConnectionFix":true,"app":"7","id":"8"}
application/xml, text/xml
<AssetInstitution xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Vendor>sample String 1</Vendor> <VendorInstitutionId>sample String 2</VendorInstitutionId> <VendorInstitutionLoginId>1</VendorInstitutionLoginId> <VendorStatusCode>3</VendorStatusCode> <VendorStatusCodeDescription>sample String 4</VendorStatusCodeDescription> <LastVendorStatusCheck>2025-12-16T04:06:27.1016714Z</LastVendorStatusCheck> <ConnectionStartDate>2025-12-16T04:06:27.1016714Z</ConnectionStartDate> <PendingConnectionFix>true</PendingConnectionFix> <AppId>7</AppId> <AssetInstitutionId>8</AssetInstitutionId> </AssetInstitution>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created app task.
Nano.AssetInstitution| Name | Description | Type | Additional information |
|---|---|---|---|
| vendor |
Gets or sets the vendor. |
string |
None. |
| vendorInstitutionId |
Gets or sets the vendorInstitutionId. |
string |
None. |
| vendorInstitutionLoginId |
Gets or sets the vendorInstitutionLoginId. |
integer |
None. |
| vendorStatusCode |
Gets or sets the vendorStatusCode. |
integer |
None. |
| vendorStatusCodeDescription |
Gets or sets the vendorStatusCodeDescription. |
string |
None. |
| lastVendorStatusCheck |
Gets or sets the LastVendorStatusCheck. |
date |
None. |
| connectionStartDate |
Gets or sets the ConnectionStartDate. |
date |
None. |
| PendingConnectionFix |
Gets or sets a value indicating whether the connection fix is pending. |
boolean |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the asset institution identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"vendor": "sample String 1",
"vendorInstitutionId": "sample String 2",
"vendorInstitutionLoginId": 1,
"vendorStatusCode": 3,
"vendorStatusCodeDescription": "sample String 4",
"lastVendorStatusCheck": "2025-12-16T04:06:27.117011Z",
"connectionStartDate": "2025-12-16T04:06:27.117011Z",
"PendingConnectionFix": true,
"app": "7",
"id": "8"
}
text/html
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"vendorStatusCodeDescription":"sample String 4","lastVendorStatusCheck":"2025-12-16T04:06:27.117011Z","connectionStartDate":"2025-12-16T04:06:27.117011Z","PendingConnectionFix":true,"app":"7","id":"8"}
application/xml, text/xml
<AssetInstitution xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Vendor>sample String 1</Vendor> <VendorInstitutionId>sample String 2</VendorInstitutionId> <VendorInstitutionLoginId>1</VendorInstitutionLoginId> <VendorStatusCode>3</VendorStatusCode> <VendorStatusCodeDescription>sample String 4</VendorStatusCodeDescription> <LastVendorStatusCheck>2025-12-16T04:06:27.117011Z</LastVendorStatusCheck> <ConnectionStartDate>2025-12-16T04:06:27.117011Z</ConnectionStartDate> <PendingConnectionFix>true</PendingConnectionFix> <AppId>7</AppId> <AssetInstitutionId>8</AssetInstitutionId> </AssetInstitution>
application/vnd.api+json
Sample not available.