POST api/INSaveItemLocation
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "ItemLocation": { "GL_ACCOUNT_CODE": "sample string 1", "GL_ACCOUNT_NAME": "sample string 2", "IN_ITEM_LOC_DESC": "sample string 3", "CC1_NAME": "sample string 4", "CC2_NAME": "sample string 5", "CC3_NAME": "sample string 6", "ORIG_HASH": "sample string 7", "ITEM_NUM": "sample string 8", "IN_ITEM_LOC1": "sample string 9", "FUND_NUM": 1, "CLASS_NUM": 1, "CATEGORY_NUM": 1, "OBJECT_NUM": 1, "CC1_CODE": "sample string 10", "CC2_CODE": "sample string 11", "CC3_CODE": "sample string 12", "IN_LOC_NOTE": "sample string 13", "INS_USER": "sample string 14", "INS_DATE": "2025-04-03T21:25:19.4551797-07:00", "UPD_USER": "sample string 15", "UPD_DATE": "2025-04-03T21:25:19.4551797-07:00" } }
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" } }