lib/swagger/defs/contract.yaml

125 lines
2.9 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Contract:
properties:
AccountID:
description: Account
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ActivatedByID:
description: Activated By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ActivatedDate:
description: Activated Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
BillingAddress:
$ref: "./address.yaml#/Address"
description: Billing Address
BillingContactID:
description: Billing Contact
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CompanySignedDate:
description: Company Signed Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CompanySignedID:
description: Company Signed By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ContractNumber:
description: Contract Number
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ContractTerm:
description: Contract Term (months)
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By User ID
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
CustomerSignedDate:
description: Customer Signed Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CustomerSignedID:
description: Customer Signed By
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CustomerSignedTitle:
description: Customer Signed Title
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
DefaultEndUserID:
description: End User
type: string
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
EndDate:
description: Contract End Date
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
EndUserID:
description: End User
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
HourlyRate:
description: Hourly Rate
type: number
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ID:
2023-04-15 14:27:18 +00:00
description: Record Id
2023-04-06 01:28:58 +00:00
type: string
LastModifiedByID:
description: Last Modified By User ID
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
Name:
description: Contract Name
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
PaymentMethodID:
description: Payment Method
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
PaymentTerms:
description: Payment Terms
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Perpetual:
description: Perpetual Agreement?
type: boolean
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ShippingAddress:
$ref: "./address.yaml#/Address"
description: Shipping Address
ShippingContactID:
description: Shipping Contact
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
StartDate:
description: Contract Start Date
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
TenantID:
description: Tenant Identifier
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object