POST api/FAGetAsset

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Asset": {
    "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-19T05:07:03.5411388-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-19T05:07:03.5411388-07:00",
    "FA_DEPREC_END_DATE": "2024-09-19T05:07:03.5411388-07:00",
    "FA_DEPREC_LENGTH": 1.0,
    "FA_DEPREC_END_VALUE": 1.0,
    "FA_SOLD_DATE": "2024-09-19T05:07:03.5411388-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-19T05:07:03.5411388-07:00",
    "UPD_USER": "sample string 33",
    "UPD_DATE": "2024-09-19T05:07:03.5411388-07:00",
    "FA_WARRANT_EXPIRE": "2024-09-19T05:07:03.5411388-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-19T05:07:03.5411388-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"
  }
}