lib/swagger/defs/research-project-product.yaml

33 lines
624 B
YAML
Raw Normal View History

2023-05-13 16:46:48 +00:00
ResearchProjectProduct:
properties:
ID:
type: string
CompanyProductID:
type: string
x-nullable: true
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
2023-05-28 16:22:37 +00:00
ProductName:
2023-05-13 16:46:48 +00:00
type: string
x-nullable: true
2023-05-28 16:22:37 +00:00
ResearchProjectID:
2023-05-13 16:46:48 +00:00
type: string
x-nullable: true
2023-05-28 16:22:37 +00:00
TenantID:
2023-05-19 23:55:12 +00:00
type: string
x-nullable: true
UserID:
type: string
x-nullable: true
2023-05-13 16:46:48 +00:00
type: object