POST api/FAGetAssetNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"NotifyNotesOnly": true,
"ClassCode": "sample string 2",
"AssetCode": "sample string 3"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"FAAssetNotes": [
{
"FA_CLASS_CODE": "sample string 1",
"FA_ASSET_CODE": "sample string 2",
"FA_ASSET_NOTE_ID": 3,
"FA_ASSET_NOTE_TYPE": "sample string 4",
"FA_ASSET_PAGE_NUM": 1,
"FA_ASSET_NOTIFY_FLAG": "sample string 5",
"FA_ASSET_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:32.2622379-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:32.2622379-07:00",
"ORIG_HASH": "sample string 9"
},
{
"FA_CLASS_CODE": "sample string 1",
"FA_ASSET_CODE": "sample string 2",
"FA_ASSET_NOTE_ID": 3,
"FA_ASSET_NOTE_TYPE": "sample string 4",
"FA_ASSET_PAGE_NUM": 1,
"FA_ASSET_NOTIFY_FLAG": "sample string 5",
"FA_ASSET_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:32.2622379-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:32.2622379-07:00",
"ORIG_HASH": "sample string 9"
},
{
"FA_CLASS_CODE": "sample string 1",
"FA_ASSET_CODE": "sample string 2",
"FA_ASSET_NOTE_ID": 3,
"FA_ASSET_NOTE_TYPE": "sample string 4",
"FA_ASSET_PAGE_NUM": 1,
"FA_ASSET_NOTIFY_FLAG": "sample string 5",
"FA_ASSET_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:32.2622379-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:32.2622379-07:00",
"ORIG_HASH": "sample string 9"
}
]
}