Hold Request Creation Request in the XML Format

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

<C1-CreateHoldRequest>
    <holdRequest>
        <sourceSystem></sourceSystem>
        <externalTransactionId></externalTransactionId>
        <externalSourceId></externalSourceId>
        <holdStartDate></holdStartDate>
        <holdEndDate></holdEndDate>
        <holdDays></holdDays>
        <holdRequestType></holdRequestType>
        <holdEntity></holdEntity>
        <holdReason></holdReason>
        <holdComments></holdComments>
        <entityIdentifierType></entityIdentifierType>
        <entityIdentifierValue></entityIdentifierValue>
        <entityId></entityId>
        <holdEntityEndDate></holdEntityEndDate>
        <hierarchySwitch></hierarchySwitch>
        <holdProcessData>
            <holdProcess></holdProcess>
            <holdProcessEndDate></holdProcessEndDate>
        </holdProcessData>
        <characteristics>
            <characteristicType></characteristicType>
            <characteristicValue></characteristicValue>
            <effectiveDate></effectiveDate>
        </characteristics>
    </holdRequest>
</C1-CreateHoldRequest>

Related Topics

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