lib/swagger/defs/contract.yaml

125 lines
2.9 KiB
YAML

Contract:
properties:
AccountID:
description: Account
type: string
x-nullable: true
ActivatedByID:
description: Activated By
type: string
x-nullable: true
ActivatedDate:
description: Activated Date
type: string
x-nullable: true
BillingAddress:
$ref: "./address.yaml#/Address"
description: Billing Address
BillingContactID:
description: Billing Contact
type: string
x-nullable: true
CompanySignedDate:
description: Company Signed Date
type: string
x-nullable: true
CompanySignedID:
description: Company Signed By
type: string
x-nullable: true
ContractNumber:
description: Contract Number
type: string
x-nullable: true
ContractTerm:
description: Contract Term (months)
type: number
x-nullable: true
CreatedByID:
description: Created By User ID
type: string
x-nullable: true
CreatedDate:
description: Created Date
type: string
x-nullable: true
CustomerSignedDate:
description: Customer Signed Date
type: string
x-nullable: true
CustomerSignedID:
description: Customer Signed By
type: string
x-nullable: true
CustomerSignedTitle:
description: Customer Signed Title
type: string
x-nullable: true
DefaultEndUserID:
description: End User
type: string
x-nullable: true
Description:
description: Description
type: string
x-nullable: true
EndDate:
description: Contract End Date
type: string
x-nullable: true
EndUserID:
description: End User
type: string
x-nullable: true
HourlyRate:
description: Hourly Rate
type: number
x-nullable: true
ID:
description: Record Id
type: string
LastModifiedByID:
description: Last Modified By User ID
type: string
x-nullable: true
LastModifiedDate:
description: Last Modified Date
type: string
x-nullable: true
Name:
description: Contract Name
type: string
x-nullable: true
PaymentMethodID:
description: Payment Method
type: string
x-nullable: true
PaymentTerms:
description: Payment Terms
type: string
x-nullable: true
Perpetual:
description: Perpetual Agreement?
type: boolean
x-nullable: true
ShippingAddress:
$ref: "./address.yaml#/Address"
description: Shipping Address
ShippingContactID:
description: Shipping Contact
type: string
x-nullable: true
StartDate:
description: Contract Start Date
type: string
x-nullable: true
Status:
description: Status
type: string
x-nullable: true
TenantID:
description: Tenant Identifier
type: string
x-nullable: true
type: object