Saltar al contenido principal

Service Type Properties

This table defines the structure of the Service Type entity, including required properties and their descriptions.

The ServiceType entity represents a type of services that can be used to get multiple services with the same type. For example, we can defined two services types: TestDrive and TechnicalSupport. Now we can create one service for each dealer with the type TestDrive and another service for each dealer with the type TechnicalSupport. With this definition we can get what dealer has the TestDrive service and what dealer has the TechnicalSupport service.

PropertyTypeRequiredDescription
idStringYesUnique identifier for the service type.
nameStringYesThe name of the service type.
slugStringYesA unique slug for identifying the service type.
descriptionStringNoA textual description of the service type.
organizationIdStringNoID of the associated organization.
sharingParamsJSONB (Plain Object)NoParameters related to sharing options.