Oracle E-Business Suite · Example Payload

Financial Services Fixed Asset Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Financial Services Fixed Asset Example is an example object payload from Oracle E-Business Suite, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

assetIdassetNumberassetDescriptionassetCategoryIdassetTypeserialNumbertagNumberdateEffectivedateInServicecostsalvageValuedepreciationMethodlifeInMonthsbookTypeCode

Example Payload

Raw ↑
{
  "assetId": "500123",
  "assetNumber": "example_value",
  "assetDescription": "example_value",
  "assetCategoryId": "500123",
  "assetType": "example_value",
  "serialNumber": "example_value",
  "tagNumber": "example_value",
  "dateEffective": "example_value",
  "dateInService": "example_value",
  "cost": 42.5,
  "salvageValue": 42.5,
  "depreciationMethod": "example_value",
  "lifeInMonths": 10,
  "bookTypeCode": "example_value"
}