Remove Hold on a Contract Line

In this use case, we'll remove hold on a contract line.

Contract type: All

Operation: removeHoldOnContract

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:removeHoldOnContract xmlns:ns1="http://xmlns.oracle.com/apps/contracts/coreAuthoring/contractService/types/">
            <ns1:lineId>300100092562530</ns1:lineId>
            <ns1:removeHoldDate>2016-10-30</ns1:removeHoldDate>
        </ns1:removeHoldOnContract>
    </soap:Body>
</soap:Envelope>