GET api/Depreciation/GetRevaluationList?AssetID={AssetID}

Api to Get Revaluation List

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AssetID

integer

None.

Body Parameters

None.

Response Information

Resource Description

RevaluationResponseModel
NameDescriptionTypeAdditional information
RevaluationList

Collection of RevaluationDataModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "revaluationList": [
    {
      "revaluationID": 1,
      "assetID": 2,
      "assetName": "sample string 3",
      "assetCode": "sample string 4",
      "purchaseCost": 5.0,
      "effectiveDate": "2026-02-25T15:54:34.6197491-05:00",
      "revaluedAmount": 1.0,
      "actualBookValue": 1.0,
      "costBasis": 1.0,
      "lifeSpan": 1,
      "extendedLifeSpan": 1,
      "notes": "sample string 6",
      "isPushToSage": 7,
      "sageDocNo": "sample string 8",
      "sagePostingDate": "2026-02-25T15:54:34.6207492-05:00",
      "addedBy": 9,
      "addedDate": "2026-02-25T15:54:34.6207492-05:00",
      "modifiedBy": 1,
      "modifiedDate": "2026-02-25T15:54:34.62175-05:00",
      "addedByName": "sample string 11"
    },
    {
      "revaluationID": 1,
      "assetID": 2,
      "assetName": "sample string 3",
      "assetCode": "sample string 4",
      "purchaseCost": 5.0,
      "effectiveDate": "2026-02-25T15:54:34.6197491-05:00",
      "revaluedAmount": 1.0,
      "actualBookValue": 1.0,
      "costBasis": 1.0,
      "lifeSpan": 1,
      "extendedLifeSpan": 1,
      "notes": "sample string 6",
      "isPushToSage": 7,
      "sageDocNo": "sample string 8",
      "sagePostingDate": "2026-02-25T15:54:34.6207492-05:00",
      "addedBy": 9,
      "addedDate": "2026-02-25T15:54:34.6207492-05:00",
      "modifiedBy": 1,
      "modifiedDate": "2026-02-25T15:54:34.62175-05:00",
      "addedByName": "sample string 11"
    }
  ],
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<RevaluationResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Depreciation">
  <Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord>
  <RevaluationList>
    <RevaluationDataModel>
      <ActualBookValue>1</ActualBookValue>
      <AddedBy>9</AddedBy>
      <AddedByName>sample string 11</AddedByName>
      <AddedDate>2026-02-25T15:54:34.6207492-05:00</AddedDate>
      <AssetCode>sample string 4</AssetCode>
      <AssetID>2</AssetID>
      <AssetName>sample string 3</AssetName>
      <CostBasis>1</CostBasis>
      <EffectiveDate>2026-02-25T15:54:34.6197491-05:00</EffectiveDate>
      <ExtendedLifeSpan>1</ExtendedLifeSpan>
      <IsPushToSage>7</IsPushToSage>
      <LifeSpan>1</LifeSpan>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2026-02-25T15:54:34.62175-05:00</ModifiedDate>
      <Notes>sample string 6</Notes>
      <PurchaseCost>5</PurchaseCost>
      <RevaluationID>1</RevaluationID>
      <RevaluedAmount>1</RevaluedAmount>
      <SageDocNo>sample string 8</SageDocNo>
      <SagePostingDate>2026-02-25T15:54:34.6207492-05:00</SagePostingDate>
      <TotalRecord>12</TotalRecord>
    </RevaluationDataModel>
    <RevaluationDataModel>
      <ActualBookValue>1</ActualBookValue>
      <AddedBy>9</AddedBy>
      <AddedByName>sample string 11</AddedByName>
      <AddedDate>2026-02-25T15:54:34.6207492-05:00</AddedDate>
      <AssetCode>sample string 4</AssetCode>
      <AssetID>2</AssetID>
      <AssetName>sample string 3</AssetName>
      <CostBasis>1</CostBasis>
      <EffectiveDate>2026-02-25T15:54:34.6197491-05:00</EffectiveDate>
      <ExtendedLifeSpan>1</ExtendedLifeSpan>
      <IsPushToSage>7</IsPushToSage>
      <LifeSpan>1</LifeSpan>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2026-02-25T15:54:34.62175-05:00</ModifiedDate>
      <Notes>sample string 6</Notes>
      <PurchaseCost>5</PurchaseCost>
      <RevaluationID>1</RevaluationID>
      <RevaluedAmount>1</RevaluedAmount>
      <SageDocNo>sample string 8</SageDocNo>
      <SagePostingDate>2026-02-25T15:54:34.6207492-05:00</SagePostingDate>
      <TotalRecord>12</TotalRecord>
    </RevaluationDataModel>
  </RevaluationList>
</RevaluationResponseModel>

multipart/form-data

Sample:
<RevaluationResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.Depreciation"><Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord><RevaluationList><RevaluationDataModel><ActualBookValue>1</ActualBookValue><AddedBy>9</AddedBy><AddedByName>sample string 11</AddedByName><AddedDate>2026-02-25T15:54:34.6207492-05:00</AddedDate><AssetCode>sample string 4</AssetCode><AssetID>2</AssetID><AssetName>sample string 3</AssetName><CostBasis>1</CostBasis><EffectiveDate>2026-02-25T15:54:34.6197491-05:00</EffectiveDate><ExtendedLifeSpan>1</ExtendedLifeSpan><IsPushToSage>7</IsPushToSage><LifeSpan>1</LifeSpan><ModifiedBy>1</ModifiedBy><ModifiedDate>2026-02-25T15:54:34.62175-05:00</ModifiedDate><Notes>sample string 6</Notes><PurchaseCost>5</PurchaseCost><RevaluationID>1</RevaluationID><RevaluedAmount>1</RevaluedAmount><SageDocNo>sample string 8</SageDocNo><SagePostingDate>2026-02-25T15:54:34.6207492-05:00</SagePostingDate><TotalRecord>12</TotalRecord></RevaluationDataModel><RevaluationDataModel><ActualBookValue>1</ActualBookValue><AddedBy>9</AddedBy><AddedByName>sample string 11</AddedByName><AddedDate>2026-02-25T15:54:34.6207492-05:00</AddedDate><AssetCode>sample string 4</AssetCode><AssetID>2</AssetID><AssetName>sample string 3</AssetName><CostBasis>1</CostBasis><EffectiveDate>2026-02-25T15:54:34.6197491-05:00</EffectiveDate><ExtendedLifeSpan>1</ExtendedLifeSpan><IsPushToSage>7</IsPushToSage><LifeSpan>1</LifeSpan><ModifiedBy>1</ModifiedBy><ModifiedDate>2026-02-25T15:54:34.62175-05:00</ModifiedDate><Notes>sample string 6</Notes><PurchaseCost>5</PurchaseCost><RevaluationID>1</RevaluationID><RevaluedAmount>1</RevaluedAmount><SageDocNo>sample string 8</SageDocNo><SagePostingDate>2026-02-25T15:54:34.6207492-05:00</SagePostingDate><TotalRecord>12</TotalRecord></RevaluationDataModel></RevaluationList></RevaluationResponseModel>