PUT api/TimeRegistration/Update
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": "ece28667-a35e-409e-ae47-d33c3dca9e7c",
"UniqueID": "sample string 2",
"TaskNo": "sample string 3",
"Start_Time": "2026-04-07T12:28:04.3593046+02:00",
"End_Time": "2026-04-07T12:28:04.3593046+02: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": "179e4983-c531-4f01-a37a-da6438251bbe",
"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.