URL: {{base_url}}/modules/assets/capitalize

Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
asset_numberEnter asset numberYes
depreciation_rateEnter depreciation rateYes
depreciation_typeValue should either be straight_line or reducing_balanceYes

##Response Codes

CodeDescription
201Successful
500Internal Server Error
401Unauthorized: Check error message

Example of request body:

{
  "asset_number": "AST-4",
  "depreciation_rate": 5,
  "depreciation_type": "straight_line"
}