lib/swagger/defs/asset.yaml

185 lines
4.2 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Asset:
properties:
ID:
description: Record Id
type: string
AccountID:
description: Account
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Address:
$ref: "./address.yaml#/Address"
AssetLevel:
description: Asset Level
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
AssetProvidedByID:
description: Asset Provided By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
AssetServicedByID:
description: Asset Serviced By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CompanyProductID:
description: Company Product
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ConsequenceOfFailure:
description: Consequence Of Failure
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ContactID:
description: Contact
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedDate:
description: Created Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CurrentAmount:
description: Current Amount
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CurrentLifecycleEndDate:
description: Current Lifecycle End Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CurrentMrr:
description: Current Monthly Recurring Revenue
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CurrentQuantity:
description: Current Quantity
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Description:
description: Description
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
DigitalAssetStatus:
description: Digital Asset Status
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ExternalIdentifier:
description: External Id
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
HasLifecycleManagement:
description: Has Lifecycle Management
type: boolean
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
InstallDate:
description: Install Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
IsCompetitorProduct:
description: Competitor Asset
type: boolean
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
IsInternal:
description: Internal Asset
type: boolean
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedByID:
description: Last Modified By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LocationID:
description: Location
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
MIMEType:
description: MIME Type
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ManufactureDate:
description: Manufacture Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Name:
description: Asset Name
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ParentID:
description: Parent Asset
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Price:
description: Price
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Product2ID:
description: Product
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ProductCode:
description: Product Code
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ProductDescription:
description: Product Description
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ProductFamily:
description: Product Family
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
PurchaseDate:
description: Purchase Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Quantity:
description: Quantity
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
RootAssetID:
description: Root Asset
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
SerialNumber:
description: Serial Number
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Status:
description: Status
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
StatusReason:
description: Status Reason
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
StockKeepingUnit:
description: Product SKU
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TenantID:
description: Tenant ID
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TotalLifecycleAmount:
description: Total Lifecycle Amount
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Type:
description: Type
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
URL:
description: URL
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
UsageEndDate:
description: Usage End Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object