Developer Function: JSON Data Layout: Dept
Overview¶
This is the JSON format data layout when operating "Department" with "API "or "Server Script".
Data Layout¶
| Column name | Property name | Data type | Notes |
|---|---|---|---|
| Tenant ID | TenantId | Numeric value | |
| Dept ID | DeptId | Numeric value | |
| Version | Ver | Numeric value | |
| Department code | DeptCode | String | |
| Department name | DeptName | String | |
| Description | Body | String | |
| Comments | Comments | String | |
| Creator | Creator | Numeric value | User ID is returned. |
| Updater | Updator | Numeric value | User ID is returned. |
| Created Time | CreatedTime | String | |
| Updated Time | UpdatedTime | String | |
| API Version | ApiVersion | Numeric value | |
| Class Hash | ClassHash | Object (String) | |
| Num Hash | NumHash | Object(number) | |
| Date Hash | DateHash | Object (String) | |
| Description Hash | DescriptionHash | Object (String) | |
| Check Hash | CheckHash | Object (Boolean) | |
| Attachments Hash | AttachmentsHash | Object (String) |