Executes the Change action for the Equipment Depreciation data object.

Updates an existing Equipment Depreciation record.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The code of the subscriber that you are making this request for.

Body Params

Schema for updating an existing record in the dbo.EMDP table. Requires a key field and allows all other fields to be optional for partial updates.

__key
required
string | null

Asset Description.

string
length ≤ 1

Depreciation Method.

string | null
^[-+]?[0-9]{1,2}(?:.[0-9]{0,6})?$

Double-Declining Balance Factor.

string | null
^([0-9]{4})-(1[0-2]|0[1-9])-01$

Month depreciation started. Format: YYYY-MM-01.

integer | null

Number of Months to Depreciate.

string
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Total amount to be depreciated.

string | null
^([0-9]{4})-(1[0-2]|0[1-9])-01$

Month asset was disposed. Format: YYYY-MM-01.

string | null
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Original purchase price.

string | null
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Asset's residual or salvage value.

string | null
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Sale price of the asset if disposed.

string | null

Accumulated Depreciation Account.

string | null

Depreciation Expense Account.

string | null

Depreciable Asset Account.

string | null
[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

Unique Identifier for attachments.

integer

General Ledger Company.

string | null

Asset notes.

string
length ≤ 1

Flag to indicate if residual value is used.

string | null

Date Depreciation Started. Format: YYYY-MM-DD.

string | null

Date asset was disposed. Format: YYYY-MM-DD.

__custom_fields
object

Custom fields defined for this object in Vista.

Headers
string
required

Used to authorize access to the Direct API.

Responses

401

You have not provided a proper X-Application-Key in the header of this request.

403

The X-Application-Key provided is valid but the key does not have access to this resource.

404

The object with the given ID was not found OR a subscriber with the given URL was not found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json