ServiceOrders
Below are the schemas and relationships for ServiceOrders.
| Column | Description | Type |
|---|---|---|
| Id | Internal identifier | String |
| TenantId | Customer identifier | String |
| UpdatedAt | Date of the last record update | Datetime |
| SnapshotAt | Reference date of the transaction | Datetime |
| ClientOrder | Customer service order | String |
| Description | Service order description | String |
| ServiceOrderCategory | Service order category (Primary key for the schema of Service Order) | String |
| ServiceOrderId | Service order ID (Primary key for the schema of Service Order) | String |
| Status | Service order status | String |