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": "2a754543-8a38-44df-9748-fbc504a61dbd",
"UniqueID": "sample string 2",
"TaskNo": "sample string 3",
"Start_Time": "2025-12-06T15:38:17.1343584+01:00",
"End_Time": "2025-12-06T15:38:17.1343584+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": "cb63d19d-495f-40a8-8ebf-90a82830e12c",
"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.