POST api/FASaveAssetNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "Note": { "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": "2025-04-03T21:09:10.4926034-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T21:09:10.4926034-07:00", "ORIG_HASH": "sample string 9" } }
Response Information
Response body formats
application/json, text/json
Sample:
{ "ApiResult": { "Success": true, "Warnings": true, "Description": "sample string 3", "WarningMessages": [ "sample string 1", "sample string 2", "sample string 3" ], "NotificationErrorMessages": "sample string 4" } }