Apply Hold on a Contract Line

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

Contract type: All

Operation: applyHoldOnContract

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:applyHoldOnContract xmlns:ns1="http://xmlns.oracle.com/apps/contracts/coreAuthoring/contractService/types/">
            <ns1:lineId>300100093217887</ns1:lineId>
            <ns1:holdUntilDate>2016-10-30</ns1:holdUntilDate>
            <ns1:holdReasonCode>HOLD</ns1:holdReasonCode>
            <ns1:applyHldRsnSetId>21</ns1:applyHldRsnSetId>
        </ns1:applyHoldOnContract>
    </soap:Body>
</soap:Envelope>