CancelReprocessing response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a CancelReprocessing response message.
<CancelReprocessingResponseMessage>
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<OperationSuccessful>true</OperationSuccessful>
</Response>
</CancelReprocessingResponseMessage>
Response parameters: Response section
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<OperationSuccessful>true</OperationSuccessful>
</Response>
|
Parameter |
Description |
|---|---|
|
OperationSuccessful |
Reports True when the cancel reprocessing request has been successful. |