lib/swagger/defs/industry-company.yaml

33 lines
727 B
YAML
Raw Normal View History

2023-09-12 03:42:13 +00:00
IndustryCompany:
description: Junction object between Industry and Company
properties:
AccountID:
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
CreatedByID:
description: Created By User ID
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
CreatedDate:
description: Created Date
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
ID:
description: Record Id
type: string
2023-09-12 03:42:13 +00:00
IndustryID:
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
LastModifiedByID:
description: Last Modified By User ID
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
Path:
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
type: object