Industry Subcategory Object

The Industry Subcategory object represents details for a specific industry subcategory. This object contains details for the subcategory, the category to which the subcategory belongs, and the industry code for the subcategory.

Attributes

code

number, max value: 999

Industry subcategory code.

name

string, min length: 1, max length: 100

Industry subcategory name.

categoryCode

number, max value: 999

Industry category code.

categoryName

string, min length: 1, max length: 100

Industry category name.

industryCode

string, value range: 001001 to 999999

Industry code. The industry code is the combination of the category code and subcategory code.

createdBy

object

Entity that created the industry subcategory record.

id

string (UUID)

ID of the entity. Will be blank if createdBy.type is internal.

type

string enum, values: employee, internal, service-account

Type of entity. The following values are supported:

  • employee  Team Member using the RocketKOR Portal.
  • internal  Internal service call.
  • service-account  Service Account using APIs.

createdAt

string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz

Date and time the industry subcategory record was created in the RocketKOR system.

updatedBy

object

Entity that last updated the industry subcategory record.

id

string (UUID)

ID of the entity. Will be blank if updatedBy.type is internal.

type

string enum, values: employee, internal, service-account

Type of entity. The following values are supported:

  • employee  Team Member using the RocketKOR Portal.
  • internal  Internal service call.
  • service-account  Service Account using APIs.

updatedAt

string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz

Date and time the industry subcategory record was last updated.

Industry Subcategory Object

				
					{
  "code": number,
  "name": "string",
  "categoryCode": number,
  "categoryName": "string",
  "industryCode": "string",
  "createdBy": {
    "id": "string(UUID)",
    "type": "employee | internal | service-account"
  },
  "createdAt": "string(date-time)",
  "updatedBy": {
    "id": "string(UUID)",
    "type": "employee | internal | service-account"
  },
  "updatedAt": "string(date-time)"
}
				
			
Exit mobile version