Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetInstitutionId |
The asset institution identifier. |
integer |
Required |
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. |
| 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,
"lastVendorStatusCheck": "2025-11-09T05:12:47.6080894Z",
"connectionStartDate": "2025-11-09T05:12:47.6080894Z",
"PendingConnectionFix": true,
"app": "6",
"id": "7"
}
text/html
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"lastVendorStatusCheck":"2025-11-09T05:12:47.6080894Z","connectionStartDate":"2025-11-09T05:12:47.6080894Z","PendingConnectionFix":true,"app":"6","id":"7"}
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> <LastVendorStatusCheck>2025-11-09T05:12:47.6080894Z</LastVendorStatusCheck> <ConnectionStartDate>2025-11-09T05:12:47.6080894Z</ConnectionStartDate> <PendingConnectionFix>true</PendingConnectionFix> <AppId>6</AppId> <AssetInstitutionId>7</AssetInstitutionId> </AssetInstitution>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated 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. |
| 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,
"lastVendorStatusCheck": "2025-11-09T05:12:47.6080894Z",
"connectionStartDate": "2025-11-09T05:12:47.6080894Z",
"PendingConnectionFix": true,
"app": "6",
"id": "7"
}
text/html
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"lastVendorStatusCheck":"2025-11-09T05:12:47.6080894Z","connectionStartDate":"2025-11-09T05:12:47.6080894Z","PendingConnectionFix":true,"app":"6","id":"7"}
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> <LastVendorStatusCheck>2025-11-09T05:12:47.6080894Z</LastVendorStatusCheck> <ConnectionStartDate>2025-11-09T05:12:47.6080894Z</ConnectionStartDate> <PendingConnectionFix>true</PendingConnectionFix> <AppId>6</AppId> <AssetInstitutionId>7</AssetInstitutionId> </AssetInstitution>
application/vnd.api+json
Sample not available.