Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview

This data structure represents a milestone that is included on an invoice.  It contains a reference to a contract line item and a reference to a contract line item milestone. 

Format


PwsInvoiceMilestone

Elements

Element

Data Type

Required?

Default

Description

ContractLineItemIdentity

PwsContractLineItemRef

Yes


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

ContractLineItemTimestamp

String

No



MilestoneIdentity

PwsContractLineItemMilestoneRef

Yes


This specifies the identity of a contract line item milestone.

Usage Example(s)


Example 01
                 <b:PwsInvoiceMilestone>
                     <b:ContractLineItemIdentity>
                        <b:ContractLineItemCode>VANGOGH-CL1</b:ContractLineItemCode>
                        <b:ContractLineItemId i:nil="true"/>
                        <b:ContractLineItemUid>1152921504606994259</b:ContractLineItemUid>
                     </b:ContractLineItemIdentity>
                     <b:ContractLineItemTimestamp>AAAAAB5B/2M=</b:ContractLineItemTimestamp>
                     <b:MilestoneIdentity>
                        <b:ContractLineItemMilestoneId i:nil="true"/>
                        <b:ContractLineItemMilestoneUid>1152921504607193186</b:ContractLineItemMilestoneUid>
                     </b:MilestoneIdentity>
                  </b:PwsInvoiceMilestone>
  • No labels