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": "f8a8bb8d-c299-41b5-b4b3-bac76e652deb",
"UniqueID": "sample string 2",
"TaskNo": "sample string 3",
"Start_Time": "2026-02-04T17:36:01.0480482+01:00",
"End_Time": "2026-02-04T17:36:01.0480482+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": "0f9feb5f-60cf-40af-b81d-e66ad1338ce7",
"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.