Associate Bill Plan and Revenue Plan to a Line

In this use case, we'll associate bill plan and revenue plan to a contract line.

Contract type: Project

Operation: updateContract

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:updateContract xmlns:ns1="http://xmlns.oracle.com/apps/contracts/coreAuthoring/contractService/types/">
<ns1:contractHeader xmlns:ns2="http://xmlns.oracle.com/apps/contracts/coreAuthoring/contractService/">
<ns2:Id>300100156339520</ns2:Id>
<ns2:MajorVersion>1</ns2:MajorVersion>
<ns2:ContractLine>
<ns2:Id>300100156339524</ns2:Id>
<ns2:MajorVersion>1</ns2:MajorVersion>
<ns2:BillPlanId>300100156339525</ns2:BillPlanId>
<ns2:RevenuePlanId>300100156339525</ns2:RevenuePlanId>
</ns2:ContractLine>
</ns1:contractHeader>
</ns1:updateContract>
</soap:Body>
</soap:Envelope>