Hold Request Update Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the hold request update request in the XML format:

<C1-UpdateHoldRequest>
    <sourceSystem></sourceSystem>
    <externalTransactionId></externalTransactionId>
    <externalSourceId></externalSourceId>
    <holdRequestId></holdRequestId>
    <holdComments></holdComments>
    <holdEndDate></holdEndDate>
    <entityId></entityId>
    <entityEndDate></entityEndDate>
    <holdProcessData>
        <holdProcess></holdProcess>
        <holdProcessEndDate></holdProcessEndDate>
    </holdProcessData>
    <characteristics>
        <action></action>
        <characteristicType></characteristicType>
        <characteristicValue></characteristicValue>
        <effectiveDate></effectiveDate>
    </characteristics>
</C1-UpdateHoldRequest>

Related Topics

For more information on... See...
Hold Request Update Response in the XML Format Hold Request Update Response in the XML Format
Hold Request Update Request and Response - Tags in XML Format Hold Request Update Request and Response - Tags in XML Format
Sample Hold Request Update Request and Response in the XML Format Sample Hold Request Update Request and Response in the XML Format