v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAssets
Update banking asset
Update a banking asset using issuer and asset IDs
This endpoint generates an Asset updated event.
patch/v1/issuer/{issuer_id}/assets/{asset_id}
Path parameters
issuer_idstring required
Issuer ID. For more information, refer to issuer identification number
assetIdstring required
Image asset ID. This is the image_asset_id field returned from the Get eligible token requestors endpoint.
Headers
x-cidstring
The Correlation IDentifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header from an API endpoint call.
If this field isn't passed, one is automatically generated.
Request body
Example request
{
"operation_type": "amendment",
"early_redemption_terms": "yes",
"additional_data": {
"early_redemption_attributes": [
{
"date": "2021-02-01",
"interest_rate": 1.09,
"floating_rate": 1.18
},
{
"date": "2021-03-01",
"interest_rate": 100000000000001.1,
"floating_rate": 1.15
}
]
}
}Response
OK
Example response
{
"asset_id": "6ea8094b-73ba-4737-93ad-370c27c54813",
"asset_type": "cdb",
"issuer_id": "98400-0-0d",
"isin_code": "isin12341234",
"registration_mode": "single",
"issuing_date": "2019-07-03T17:23:18Z",
"maturity_date": "2024-04-20",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"issued_units": 10,
"unit_value": 65.56,
"index_type": "pre",
"index_rate": 2,
"status": "PENDING",
"currency": "USD",
"early_redemption_terms": "market",
"interest_rate": 2.3,
"additional_data": {
"early_redemption_attributes": [
{
"date": "2021-02-01",
"interest_rate": 1.09,
"floating_rate": 1.18
},
{
"date": "2021-03-01",
"interest_rate": 100000000000001.1,
"floating_rate": 1.15
}
]
}
}