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.
Property | Type | Required | Description |
---|---|---|---|
id | String | Yes | Unique identifier for the service type. |
name | String | Yes | The name of the service type. |
slug | String | Yes | A unique slug for identifying the service type. |
description | String | No | A textual description of the service type. |
organizationId | String | No | ID of the associated organization. |
sharingParams | JSONB (Plain Object) | No | Parameters related to sharing options. |