POST api/TimeRegistration/Create
Request Information
URI Parameters
None.
Body Parameters
TimeRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeRegGUID | globally unique identifier |
None. |
|
| UniqueID | string |
None. |
|
| TaskNo | string |
None. |
|
| Start_Time | date |
None. |
|
| End_Time | date |
None. |
|
| Status | string |
None. |
|
| Picture | DataServiceStreamLink |
None. |
|
| Sent | boolean |
None. |
|
| Transferred | boolean |
None. |
|
| Resource_Person | string |
None. |
|
| Resource_Machine | string |
None. |
|
| Time_Spent | integer |
None. |
|
| Work_Type | string |
None. |
|
| TaskGUID | globally unique identifier |
None. |
|
| Posting_Date | Date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TimeRegGUID": "2ce50ba5-8504-4771-9376-6b13b1da2f6a",
"UniqueID": "sample string 2",
"TaskNo": "sample string 3",
"Start_Time": "2025-12-06T15:38:52.2668196+01:00",
"End_Time": "2025-12-06T15:38:52.2668196+01:00",
"Status": "sample string 4",
"Picture": null,
"Sent": true,
"Transferred": true,
"Resource_Person": "sample string 5",
"Resource_Machine": "sample string 6",
"Time_Spent": 1,
"Work_Type": "sample string 7",
"TaskGUID": "5059cf61-1a84-40e8-a835-597688d56e1e",
"Posting_Date": {
"Year": 1,
"Month": 1,
"Day": 1
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.