Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions xero_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ paths:
assetId: 68f17094-af97-4f1b-b36b-013b45b6ad3c
assetName: Computer47822
assetNumber: "123478074"
description: CAD workstation assigned to the design team
purchaseDate: 2020-01-01T00:00:00
purchasePrice: 100.0000
disposalPrice: 23.0000
Expand Down Expand Up @@ -661,6 +662,10 @@ components:
type: string
description: Must be unique.
example: FA-0013
description:
type: string
description: The asset description. This may be null in collection responses and populated when retrieving a single asset.
example: Delivery van used for regional shipments
purchaseDate:
type: string
format: date
Expand Down
Loading