X4 Produktdokumentation

Operation: Resume Savepoint

The Resume Savepoint resumes a process after a stop triggered by a savepoint.

Input

The adapter expects an XML document as input.

<?xml version="1.0" encoding="UTF-8"?>
<Id></Id>

The following element must be included in the input:

Element

Description

Possible values

Id

UUID of the savepoint

UUID


Example

Input

<?xml version="1.0" encoding="UTF-8"?>
<Id>65ece1ae-182c-4c5b-9116-dc1f4c03355e</Id> 

Output

The operation does not generate a specific output, i.e., the output is the same as the input.