Example request—Update

The example shows the Body of the request, which is preceded by the SOAP header.

<Update xmlns="http://www.phaseforward.com/InForm/2010/01/Discrepancy">
    <UpdateRequest authenticationTrialName="testtrial" transactionId="{08a13f1b-d2bd-4342-93ba-f450cf031bfc}" transactionUserName="system">
        <RequestList>
            <DiscrepancyUpdateRequest>
                <Guid>{63635436-F30C-4B75-89B4-C6D147FB6AAB}</Guid>
                <State>Opened</State>
                <Reason>candidate => open</Reason>
            </DiscrepancyUpdateRequest>
            <DiscrepancyUpdateRequest>
                <Guid>{2E08BD54-0B74-4A94-9884-7F7BAC68984C}</Guid>
                <State>Opened</State>
                <Reason>candidate => open</Reason>
            </DiscrepancyUpdateRequest>
            <DiscrepancyUpdateRequest>
                <Guid>{F0C07BFB-238D-4CE7-ABD3-61E6FCE1AA96}</Guid>
                <State>Opened</State>
                <Reason>candidate => open</Reason>
            </DiscrepancyUpdateRequest>
        </RequestList>
    </UpdateRequest>
</Update>