POST v2/operation/{moduleFeatureID}/recordTime
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleFeatureID | integer |
Required |
Body Parameters
OperationTimeTrackingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchID | integer |
None. |
|
| IsComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchID": 1,
"isComplete": true
}
Response Information
Resource Description
OperationTimeTrackingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchID | integer |
None. |
|
| IsComplete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"batchID": 1,
"isComplete": true
}