Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Overview


This structure represents the contract line items associated with a transfer overage hours associated with a service contract.

Format


Panel
titleAffectedContractLineItemIdentities

Elements


Element

Data Type

Required?

Description

Sample Data

PwsContractLineItemRefPwsContractLineItemRef
This structure is used to uniquely identify a contract line item. 

PwsContractLineItemRefPwsContractLineItemRef
This structure is used to uniquely identify a contract line item. 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <a:PwsOverageTransferResult>
                  <a:AffectedContractLineItemIdentities xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:PwsContractLineItemRef>
                        <b:ContractLineItemCode>P001552-CL1</b:ContractLineItemCode>
                        <b:ContractLineItemId>264607</b:ContractLineItemId>
                        <b:ContractLineItemUid>1152921504607111583</b:ContractLineItemUid>
                     </b:PwsContractLineItemRef>
                     <b:PwsContractLineItemRef>
                        <b:ContractLineItemCode>P001552-CL2</b:ContractLineItemCode>
                        <b:ContractLineItemId>264608</b:ContractLineItemId>
                        <b:ContractLineItemUid>1152921504607111584</b:ContractLineItemUid>
                     </b:PwsContractLineItemRef>
                  </a:AffectedContractLineItemIdentities>
                  <a:ReferenceIdentity i:nil="true"/>
               </a:PwsOverageTransferResult>