PUT api/Timer/Put
Modifie un chronomètre à l'aide des informations spécifiées.
Informations sur la requête
Paramètres dans l'URI
Aucun
Paramètres du corps (body)
Nouvelles informations du chronomètre où Id doit permettre d'identifier le chronomètre à modifier.
TimerName | Description | Type | Informations additionnelles |
---|---|---|---|
Id | integer |
Aucune |
|
Employee | Employee |
Aucune |
|
DateTimeStart | date |
Aucune |
|
DateTimeBegin | date |
Aucune |
|
DateTimeEnd | date |
Aucune |
|
DateTimeArrival | date |
Aucune |
|
Category | string |
Aucune |
|
StepId | integer |
Aucune |
|
Status | string |
Aucune |
|
ServerCurrentDateTime | date |
Aucune |
|
Duration | decimal number |
Aucune |
|
Active | boolean |
Aucune |
|
Activity | ActivityModel |
Aucune |
|
Segment | Segment |
Aucune |
|
ActivityId | integer |
Aucune |
|
WorkorderId | integer |
Aucune |
|
Workorder | Workorder |
Aucune |
|
EmployeeCodeName | string |
Aucune |
Formats de la requête
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Informations sur la réponse
Description
PagedEnumerableOfTimerName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of Timer |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.