Add Project Line with Associated Project

In this use case, we'll add a project line with the associated project.

Contract type: Project

Operation: mergeContract

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:mergeContract 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>300100095009733</ns2:Id>
                <ns2:MajorVersion>1</ns2:MajorVersion>
                <ns2:ContractLine>
                    <ns2:LineNumber>1</ns2:LineNumber>
                    <ns2:LineTypeId>102</ns2:LineTypeId>
                    <ns2:Object1Id1>8313</ns2:Object1Id1>
                    <ns2:ItemName>AS55888</ns2:ItemName>
                    <ns2:ItemDescription>Sentinel Standard Desktop</ns2:ItemDescription>
                    <ns2:StartDate>2016-09-21</ns2:StartDate>                   
                    <ns2:AssociatedProject xmlns:ns3="http://xmlns.oracle.com/apps/projects/billing/contracts/contractPublicService/">
                        <ns3:ProjectId>300100048824006</ns3:ProjectId>
                        <ns3:FundingAmount currencyCode="USD">6000.00</ns3:FundingAmount>
                        <ns3:ActiveFlag>true</ns3:ActiveFlag>
                    </ns2:AssociatedProject>
                </ns2:ContractLine>
            </ns1:contractHeader>
        </ns1:mergeContract>
    </soap:Body>
</soap:Envelope>