POST api/FAGetDeprecScheduleDetail

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ClassCode": "sample string 1",
  "AssetCode": "sample string 2",
  "ScheduleId": 3
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AssetDeprecScheduleDetail": {
    "FA_CLASS_CODE": "sample string 1",
    "FA_ASSET_CODE": "sample string 2",
    "FA_ASSET_DEPREC_SCHED_ID": 3,
    "SCHED_NAME": "sample string 4",
    "FA_SCHED_STATUS": "sample string 5",
    "METHOD": "sample string 6",
    "PERIOD": "sample string 7",
    "DEPREC_VALUE": 1.0,
    "SALVAGE_VALUE": 1.0,
    "LIFE_EXPECTANCY": 1,
    "TOTAL_UNITS": 1.0,
    "EXPENSE_DIST_CODE": "sample string 8",
    "ACC_EXPENSE_DIST_CODE": "sample string 9",
    "DB_PERCENT": 1.0,
    "START_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "BF_TOTAL_AMT": 1.0,
    "BF_LIFE_CONSUMED": 1,
    "BF_END_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "COMMENTS": "sample string 10",
    "DEPREC_BY_PERCENT": 1.0,
    "DEPREC_BY_PERCENT_FLAG": "sample string 11",
    "INS_USER": "sample string 12",
    "INS_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "UPD_USER": "sample string 14",
    "UPD_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "PARTIAL_PERIOD_FLAG": "sample string 16",
    "PARTIAL_PERIOD_FIRST_YEAR_RATE": 1.0,
    "PARTIAL_PERIOD_FINAL_YEAR_RATE": 1.0
  },
  "AssetDetail": {
    "FA_CLASS_CODE": "sample string 1",
    "FA_ASSET_CODE": "sample string 2",
    "COMPANY_CODE": "sample string 3",
    "EQUIP_CODE": "sample string 4",
    "FA_AMORT_CODE": "sample string 5",
    "SUPP_ACCT_NUM": "sample string 6",
    "FUND_NUM": 1,
    "CLASS_NUM": 1,
    "CATEGORY_NUM": 1,
    "OBJECT_NUM": 1,
    "CC1_CODE": "sample string 7",
    "CC2_CODE": "sample string 8",
    "CC3_CODE": "sample string 9",
    "DEB_FUND_NUM": 1,
    "DEB_CLASS_NUM": 1,
    "DEB_CATEGORY_NUM": 1,
    "DEB_OBJECT_NUM": 1,
    "DEB_CC1_CODE": "sample string 10",
    "DEB_CC2_CODE": "sample string 11",
    "DEB_CC3_CODE": "sample string 12",
    "CRD_FUND_NUM": 1,
    "CRD_CLASS_NUM": 1,
    "CRD_CATEGORY_NUM": 1,
    "CRD_OBJECT_NUM": 1,
    "CRD_CC1_CODE": "sample string 13",
    "CRD_CC2_CODE": "sample string 14",
    "CRD_CC3_CODE": "sample string 15",
    "INVC_ID": 1,
    "PO_ID": 1,
    "FA_ASSET_NAME": "sample string 16",
    "FA_SPEC_DSC": "sample string 17",
    "FA_ASSET_TYPE": "sample string 18",
    "FA_ASSET_CAT_CODE": "sample string 19",
    "FA_FUEL_TYPE_CODE": "sample string 20",
    "FA_READ_TYPE_CODE": "sample string 21",
    "FA_ODOMTR_TYPE_CODE": "sample string 22",
    "FA_FUEL_CARD_NUM": "sample string 23",
    "FA_QUANTITY": 1.0,
    "FA_SERIAL_NUM": "sample string 24",
    "FA_MAKE": "sample string 25",
    "FA_MODEL_NUM": "sample string 26",
    "FA_YEAR_BUILT": 1,
    "FA_PURCH_PRICE": 1.0,
    "FA_PURCH_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_MARKET_VALUE": 1.0,
    "FA_AQUISITION_COST": 1.0,
    "FA_ATTACH_FLAG": "sample string 27",
    "FA_DEPREC_FLAG": "sample string 28",
    "FA_DEPREC_START_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_DEPREC_END_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_DEPREC_LENGTH": 1.0,
    "FA_DEPREC_END_VALUE": 1.0,
    "FA_SOLD_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_SOLD_NAME": "sample string 29",
    "FA_SOLD_AMT": 1.0,
    "FA_LICENCE_PLATE": "sample string 30",
    "FA_VID_NUM": "sample string 31",
    "INS_USER": "sample string 32",
    "INS_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "UPD_USER": "sample string 33",
    "UPD_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_WARRANT_EXPIRE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_CAPITAL_ASSET_FLAG": "sample string 34",
    "FA_CAPITAL_LEASE_FLAG": "sample string 35",
    "FA_REPLACEMENT_COST": 1.0,
    "FA_REPLACEMENT_VALUATION_DATE": "2024-09-19T04:53:56.4317055-07:00",
    "FA_USEFUL_LIFE": 1.0,
    "FA_USEFUL_LIFE_UOM": "sample string 36",
    "FA_CONDITION_INDEX": "sample string 37",
    "FA_ASSET_STATUS": "sample string 38",
    "UNITS_UOM": "sample string 39",
    "X_SUPP_ACCT_CLIENT_NAME": "sample string 40",
    "X_INVC_NUMBER": "sample string 41",
    "X_PO_NUMBER": "sample string 42",
    "X_PO_NAME": "sample string 43"
  }
}