POST v1/operation/saveTime
Update time related to an operation
Request Information
URI Parameters
None.
Body Parameters
OperationTimeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationID |
Unique identifier of the operation |
integer |
None. |
| Barcode |
Unique identifier of the rti |
string |
None. |
| TimeType |
Type of Time: 1 = Start, 2 = Pause, 3 = Complete |
integer |
None. |
| RunningTime |
Running time of current operation in milliseconds |
integer |
None. |
| Shipment |
Related shipment |
ShipmentModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
OperationTimeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OperationID |
Unique identifier of the operation |
integer |
None. |
| Barcode |
Unique identifier of the rti |
string |
None. |
| TimeType |
Type of Time: 1 = Start, 2 = Pause, 3 = Complete |
integer |
None. |
| RunningTime |
Running time of current operation in milliseconds |
integer |
None. |
| Shipment |
Related shipment |
ShipmentModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.