curl --request PUT \
--url 'https://api.stateset.com/api/v1/fixed-assets/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"category": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"useful_life_months": 1
}'
{
"accumulated_depreciation": "string",
"acquisition_cost": "49.00",
"acquisition_date": "2026-08-31T14:22:05Z",
"asset_number": "string",
"book_value": "49.00",
"category": "standard",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"disposal_gain_loss": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"in_service_date": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"status": "pending",
"useful_life_months": 1
}
Update a fixed asset
Update a fixed asset
PUT
/
api
/
v1
/
fixed-assets
/
{id}
curl --request PUT \
--url 'https://api.stateset.com/api/v1/fixed-assets/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"category": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"useful_life_months": 1
}'
{
"accumulated_depreciation": "string",
"acquisition_cost": "49.00",
"acquisition_date": "2026-08-31T14:22:05Z",
"asset_number": "string",
"book_value": "49.00",
"category": "standard",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"disposal_gain_loss": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"in_service_date": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"status": "pending",
"useful_life_months": 1
}
Path parameters
string
required
Fixed asset ID
Request body
UpdateFixedAssetRequest
string,null
string,null
string,null
string,null
Decimal salvage value as a string.
integer,null (int32)
Response
FixedAssetResponse
string
required
string
required
string
required
string
required
string
required
string
required
string
required
string
required
string,null
string
required
string,null
string
required
string
required
string
required
integer (int32)
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
409 | — |
curl --request PUT \
--url 'https://api.stateset.com/api/v1/fixed-assets/{id}' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"category": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"useful_life_months": 1
}'
{
"accumulated_depreciation": "string",
"acquisition_cost": "49.00",
"acquisition_date": "2026-08-31T14:22:05Z",
"asset_number": "string",
"book_value": "49.00",
"category": "standard",
"created_at": "2026-08-31T14:22:05Z",
"currency": "USD",
"disposal_gain_loss": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"in_service_date": "2026-08-31T14:22:05Z",
"name": "Two-Person Tent",
"salvage_value": "49.00",
"status": "pending",
"useful_life_months": 1
}
Last modified on August 31, 2026