lib/swagger/defs/industry-company.yaml

51 lines
1.1 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
IndustryCompany:
description: Junction object between Industry and Company (Account)
2023-04-06 01:28:58 +00:00
properties:
CompanyID:
2023-04-06 01:28:58 +00:00
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By User ID
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedDate:
description: Created Date
type: string
x-nullable: true
ID:
description: Record Id
type: string
2023-04-06 01:28:58 +00:00
IndustryID:
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedByID:
description: Last Modified By User ID
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
Path:
type: string
x-nullable: true
CompanyName:
type: string
x-nullable: true
CompanySlug:
type: string
x-nullable: true
CompanyTagLine:
type: string
x-nullable: true
IndustryName:
type: string
x-nullable: true
IndustrySlug:
type: string
x-nullable: true
IndustryTagLine:
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object