Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetId |
The asset identifier. |
integer |
Required |
Body Parameters
The asset.
Nano.AssetName | Description | Type | Additional information |
---|---|---|---|
accountNumber |
Gets or sets the account number. |
string |
None. |
availableBalance |
Gets or sets the available balance. |
decimal number |
None. |
balance |
Gets or sets the balance. |
decimal number |
None. |
disposition |
Gets or sets the disposition. |
string |
None. |
fundsForClosing |
Gets or sets a value indicating whether there is funds for closing. |
boolean |
None. |
isDeposited |
Gets or sets a value indicating whether the asset is deposited. |
boolean |
None. |
isProvidedAtClosing |
Gets or sets a value indicating whether the asset is provided at closing. |
boolean |
None. |
name |
Gets or sets the name. |
string |
None. |
source |
Gets or sets the source. |
string |
None. |
sourceType |
Gets or sets the source type. |
string |
None. |
sourceTypeOtherDescription |
Gets or sets the source type other description. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the asset identifier. |
integer |
None. |
assetType |
Gets or sets the asset type identifier. |
integer |
None. |
institutionAddress |
Gets or sets the institution address identifier. |
integer |
None. |
persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{ "accountNumber": "sample String 1", "availableBalance": 1.0, "balance": 1.0, "disposition": "sample String 2", "fundsForClosing": true, "isDeposited": true, "isProvidedAtClosing": true, "name": "sample String 5", "source": "sample String 6", "sourceType": "sample String 7", "sourceTypeOtherDescription": "sample String 8", "app": "9", "id": "10", "assetType": "1", "institutionAddress": "1", "persons": [ "1", "2" ], "verifications": [ "1", "2" ] }
text/html
{"accountNumber":"sample String 1","availableBalance":1.0,"balance":1.0,"disposition":"sample String 2","fundsForClosing":true,"isDeposited":true,"isProvidedAtClosing":true,"name":"sample String 5","source":"sample String 6","sourceType":"sample String 7","sourceTypeOtherDescription":"sample String 8","app":"9","id":"10","assetType":"1","institutionAddress":"1","persons":["1","2"],"verifications":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated asset.
Nano.AssetName | Description | Type | Additional information |
---|---|---|---|
accountNumber |
Gets or sets the account number. |
string |
None. |
availableBalance |
Gets or sets the available balance. |
decimal number |
None. |
balance |
Gets or sets the balance. |
decimal number |
None. |
disposition |
Gets or sets the disposition. |
string |
None. |
fundsForClosing |
Gets or sets a value indicating whether there is funds for closing. |
boolean |
None. |
isDeposited |
Gets or sets a value indicating whether the asset is deposited. |
boolean |
None. |
isProvidedAtClosing |
Gets or sets a value indicating whether the asset is provided at closing. |
boolean |
None. |
name |
Gets or sets the name. |
string |
None. |
source |
Gets or sets the source. |
string |
None. |
sourceType |
Gets or sets the source type. |
string |
None. |
sourceTypeOtherDescription |
Gets or sets the source type other description. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the asset identifier. |
integer |
None. |
assetType |
Gets or sets the asset type identifier. |
integer |
None. |
institutionAddress |
Gets or sets the institution address identifier. |
integer |
None. |
persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "accountNumber": "sample String 1", "availableBalance": 1.0, "balance": 1.0, "disposition": "sample String 2", "fundsForClosing": true, "isDeposited": true, "isProvidedAtClosing": true, "name": "sample String 5", "source": "sample String 6", "sourceType": "sample String 7", "sourceTypeOtherDescription": "sample String 8", "app": "9", "id": "10", "assetType": "1", "institutionAddress": "1", "persons": [ "1", "2" ], "verifications": [ "1", "2" ] }
text/html
{"accountNumber":"sample String 1","availableBalance":1.0,"balance":1.0,"disposition":"sample String 2","fundsForClosing":true,"isDeposited":true,"isProvidedAtClosing":true,"name":"sample String 5","source":"sample String 6","sourceType":"sample String 7","sourceTypeOtherDescription":"sample String 8","app":"9","id":"10","assetType":"1","institutionAddress":"1","persons":["1","2"],"verifications":["1","2"]}
application/vnd.api+json
Sample not available.