Example Payloads: Migrated Project Billing Event Update

The example payloads in this topic demonstrate how to update migrated project billing events.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
 <soap:Body>          
 <ns1:updateMigratedEventAmountUpdate xmlns:ns1="http://xmlns.oracle.com/oracle/apps/projects/billing/transactions/billingEventService/types/"> 
 <ns1:migratedEventAmountUpdate>
 <ns2:EventId xmlns:ns2="http://xmlns.oracle.com/oracle/apps/projects/billing/transactions/billingEventService/">300100007610963</ns2:EventId>                  
 <ns3:ContractAmount xmlns:ns3="http://xmlns.oracle.com/oracle/apps/projects/billing/transactions/billingEventService/"currencyCode="">10000</ns3:ContractAmount>
 <ns4:LedgerAmount xmlns:ns4="http://xmlns.oracle.com/oracle/apps/projects/billing/transactions/billingEventService/"currencyCode="">14900</ns4:LedgerAmount>
 <ns5:ProjectAmount xmlns:ns5="http://xmlns.oracle.com/oracle/apps/projects/billing/transactions/billingEventService/"currencyCode="">11000</ns5:ProjectAmount>  
 </ns1:migratedEventAmountUpdate>   
 </ns1:updateMigratedEventAmountUpdate>  
 </soap:Body>
 </soap:Envelope> 
Update the bill plan and revenue plan to internal contract line
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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:ExternalSource>335H38PJBIC_HS</ns2:ExternalSource>
                  <ns2:ExternalKey>335H38PJBIC_HK</ns2:ExternalKey>
                  <ns2:ContractLine>
                  <ns2:ExternalSource>335H38PJBIC_LS</ns2:ExternalSource>
                  <ns2:ExternalKey>335H38PJBIC_LK</ns2:ExternalKey>
                  <ns2:BillPlan>BP1</ns2:BillPlan>
                  <ns2:RevenuePlan>RP1</ns2:RevenuePlan>
                </ns2:ContractLine>
            </ns1:contractHeader>
        </ns1:updateContract>
    </soap:Body>
</soap:Envelope>