...
...
...
...
...
...
Overview
This structure represents the contract line items associated with a transfer overage hours associated with a service contract.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
PwsContractLineItemRef | PwsContractLineItemRef | This structure is used to uniquely identify a contract line item. | ||
PwsContractLineItemRef | PwsContractLineItemRef | This structure is used to uniquely identify a contract line item. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |