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": "e64ef6ff-0db6-4715-8ad2-e3e7d515dcba",
"UniqueID": "sample string 2",
"TaskNo": "sample string 3",
"Start_Time": "2025-12-06T16:27:26.9495454+01:00",
"End_Time": "2025-12-06T16:27:26.9495454+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": "22e96666-118e-4870-b232-6c4e469fcc1d",
"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.