Creates a new hour_type_group object
Request Information
URI Parameters :
None.
Body Parameters :
hour_type_groupName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier | |
name |
Name of the hour type group |
string |
Required Max length: 255 |
description |
Description of the hour type group |
string |
Max length: 255 |
is_normal_hour |
Is normal hour (to sum the total working time (normal hour) by week by user).Default=true |
boolean | |
code |
Code of the hour type group. Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 255 |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{ "id": "f9b05cc0-1a33-462d-a798-0a56f132b418", "name": "sample string 2", "description": "sample string 3", "is_normal_hour": true, "code": "sample string 5", "modified_dateutc": "2025-01-02T13:18:38.6885514+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.