StartFinalization response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a StartFinalization response message.
<StartFinalizationResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Context>
<StartedBy>Operator</StartedBy>
<FinalizationDateTime>2018-09-01T00:00:00</FinalizationDateTime>
<Guid>c1155ec8-71da-4261-b923-afd559dfdb89</Guid>
</Context>
</Response>
</StartFinalizationResponseMessage>
Response parameters: Context section
<Context>
<StartedBy>Operator</StartedBy>
<FinalizationDateTime>2018-09-01T00:00:00</FinalizationFromDateTime>
<Guid>c1155ec8-71da-4261-b923-afd559dfdb89</Guid>
</Context>
|
Parameter |
Description |
|---|---|
|
StartedBy |
The name of the AVEVA™ Production Management user who started the reprocessing action. |
|
FinalizationDateTime |
The time and date that AVEVA Production Management began finalizing events from. For example, 2018-08-08T18:00:00Z. This is UTC format. |
|
Guid |
A GUID string value that identifies the session. This is a string value. |