Skip to main content
PATCH
/
public
/
v2
/
fixed-assets
/
{fixed_asset_number}
Partial update fixed asset
curl --request PATCH \
  --url https://api.dualentry.com/public/v2/fixed-assets/{fixed_asset_number}/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "company_id": 123,
  "name": "<string>",
  "serial_number": "<string>",
  "exchange_rate": 123,
  "purchase_date": "2023-12-25",
  "memo": "<string>",
  "cost": 123,
  "asset_account_number": 123,
  "expense_account_number": 123,
  "accumulation_account_number": 123,
  "vendor_id": 123,
  "fixed_asset_class_id": 123,
  "depreciation_schedules": [
    {
      "depreciation_book_code": "<string>",
      "depreciation_start_date": "2023-12-25",
      "useful_life": 123,
      "salvage_value": 123,
      "depreciation_frequency": "monthly",
      "acceleration_factor": "1.0",
      "accumulated_beginning_balance": "0",
      "accumulated_through": "2023-12-25",
      "custom_schedule": [
        {
          "value": 123,
          "period_count": 123
        }
      ]
    }
  ],
  "address": {
    "street": "<string>",
    "city": "<string>",
    "postal_code": "<string>",
    "state": "",
    "country": "",
    "second_line": "",
    "name": "<string>"
  },
  "classifications": [
    {
      "id": 123,
      "name": "<string>",
      "line_id": 123,
      "line_name": "<string>",
      "parent_classification_id": 123,
      "parent_classification_line_id": 123
    }
  ],
  "source_lines": [
    {
      "id": 123
    }
  ]
}
'
{
  "internal_id": 123,
  "number": 123,
  "company_id": 123,
  "company_name": "<string>",
  "name": "<string>",
  "serial_number": "<string>",
  "exchange_rate": "<string>",
  "purchase_date": "2023-12-25",
  "memo": "<string>",
  "cost": "<string>",
  "asset_account_number": 123,
  "expense_account_number": 123,
  "accumulation_account_number": 123,
  "created_by": {
    "actor_type": "<string>",
    "email": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  },
  "updated_by": {
    "actor_type": "<string>",
    "email": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  },
  "vendor_id": 123,
  "vendor_name": "<string>",
  "fixed_asset_class_id": 123,
  "depreciation_schedules": [],
  "classifications": [],
  "source_lines": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

fixed_asset_number
integer
required

Body

application/json

V2 PATCH schema. If depreciation_schedules is sent, it replaces all existing schedules.

company_id
integer | null
name
string | null
serial_number
string | null
currency_iso_4217_code
enum<string> | null
Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLF,
CLP,
CNY,
COP,
CRC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HTG,
HUF,
IDR,
ILS,
INR,
IQD,
IRR,
ISK,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLL,
SOS,
SRD,
STN,
SVC,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VES,
VND,
VUV,
WST,
XAF,
XAG,
XAU,
XCD,
XDR,
XOF,
XPD,
XPF,
XPT,
YER,
ZAR,
ZMW,
ZWL
exchange_rate
purchase_date
string<date> | null
memo
string | null
cost
status
enum<string> | null
Available options:
active,
inactive,
disposed,
fully_amortized
asset_account_number
integer | null
expense_account_number
integer | null
accumulation_account_number
integer | null
vendor_id
integer | null
fixed_asset_class_id
integer | null
depreciation_schedules
DepreciationScheduleIn · object[] | null
record_status
enum<string> | null
Available options:
draft,
posted,
archived
address
AddressSchemaIn · object
classifications
RecordClassificationsSchemaOut · object[] | null
source_lines
FixedAssetSourceIn · object[] | null

Response

OK

V2 output schema with multi-book depreciation_schedules array.

internal_id
integer
required
number
integer
required
company_id
integer
required
company_name
string
required
name
string
required
serial_number
string
required
currency_iso_4217_code
enum<string>
required
Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLF,
CLP,
CNY,
COP,
CRC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HTG,
HUF,
IDR,
ILS,
INR,
IQD,
IRR,
ISK,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLL,
SOS,
SRD,
STN,
SVC,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VES,
VND,
VUV,
WST,
XAF,
XAG,
XAU,
XCD,
XDR,
XOF,
XPD,
XPF,
XPT,
YER,
ZAR,
ZMW,
ZWL
exchange_rate
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,16}0*$
purchase_date
string<date>
required
memo
string
required
cost
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
status
enum<string>
required
Available options:
active,
inactive,
disposed,
fully_amortized
record_status
enum<string>
required
Available options:
draft,
posted,
archived
asset_account_number
integer
required
expense_account_number
integer
required
accumulation_account_number
integer
required
created_by
AuditActorSchemaOut · object

Schema for audit actor information.

updated_by
AuditActorSchemaOut · object

Schema for audit actor information.

vendor_id
integer | null
vendor_name
string | null
fixed_asset_class_id
integer | null
depreciation_schedules
DepreciationScheduleOut · object[]
classifications
RecordClassificationsSchemaOut · object[]
source_lines
V2FixedAssetSourceOut · object[]
Last modified on May 28, 2026