Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetInstitutionId

The asset institution identifier.

integer

Required

Body Parameters

The asset institution.

Nano.AssetInstitution
NameDescriptionTypeAdditional 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

Sample:
{
  "vendor": "sample String 1",
  "vendorInstitutionId": "sample String 2",
  "vendorInstitutionLoginId": 1,
  "vendorStatusCode": 3,
  "lastVendorStatusCheck": "2025-09-18T09:30:07.6058357Z",
  "connectionStartDate": "2025-09-18T09:30:07.6058357Z",
  "PendingConnectionFix": true,
  "app": "6",
  "id": "7"
}

text/html

Sample:
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"lastVendorStatusCheck":"2025-09-18T09:30:07.6058357Z","connectionStartDate":"2025-09-18T09:30:07.6058357Z","PendingConnectionFix":true,"app":"6","id":"7"}

application/xml, text/xml

Sample:
<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-09-18T09:30:07.6058357Z</LastVendorStatusCheck>
  <ConnectionStartDate>2025-09-18T09:30:07.6058357Z</ConnectionStartDate>
  <PendingConnectionFix>true</PendingConnectionFix>
  <AppId>6</AppId>
  <AssetInstitutionId>7</AssetInstitutionId>
</AssetInstitution>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated app task.

Nano.AssetInstitution
NameDescriptionTypeAdditional 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

Sample:
{
  "vendor": "sample String 1",
  "vendorInstitutionId": "sample String 2",
  "vendorInstitutionLoginId": 1,
  "vendorStatusCode": 3,
  "lastVendorStatusCheck": "2025-09-18T09:30:07.6221799Z",
  "connectionStartDate": "2025-09-18T09:30:07.6221799Z",
  "PendingConnectionFix": true,
  "app": "6",
  "id": "7"
}

text/html

Sample:
{"vendor":"sample String 1","vendorInstitutionId":"sample String 2","vendorInstitutionLoginId":1,"vendorStatusCode":3,"lastVendorStatusCheck":"2025-09-18T09:30:07.6221799Z","connectionStartDate":"2025-09-18T09:30:07.6221799Z","PendingConnectionFix":true,"app":"6","id":"7"}

application/xml, text/xml

Sample:
<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-09-18T09:30:07.6221799Z</LastVendorStatusCheck>
  <ConnectionStartDate>2025-09-18T09:30:07.6221799Z</ConnectionStartDate>
  <PendingConnectionFix>true</PendingConnectionFix>
  <AppId>6</AppId>
  <AssetInstitutionId>7</AssetInstitutionId>
</AssetInstitution>

application/vnd.api+json

Sample:

Sample not available.