Versions Compared

Key

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

...

This structure contains the complete set of information about an expense document (less any subordinate entities). The structure is used both to retrieve detailed expense document informationĀ and to pass information about an expense document back to the server to get updated, as well as additional useful information.

Format


Panel
titlePwsExpenseDocumentElement

Elements


Element

Data Type

Required?

Default

On Insert: No

On Update: No

Description

Sample Data

AllowAttachReceiptsToCcFlag

Boolean

On Insert: No

On Update: No

Dependent on installation setting

AllowAttachReceiptsToEdFlag

Boolean

On Insert: No

On Update: No

Dependent on installation setting

CostCards

PwsCostCardElement

True if caller is allowed to attach receipts to cost cards on the expense document.

true

AllowAttachReceiptsToEdFlag

Boolean

True if caller is allowed to attach receipts to the entire expense document.

true

CostCards

PwsCostCardElement

The complete set of information regarding the cost card(s) on this expense document.


DisbursedCurrencyIdentity

PwsCurrencyRef

On Insert: Yes

On Update: No

The currency associated with disbursed amount on this expense document.


DocumentCount

Int32

On Insert: No

On Update: No

The number of receipts attached to this expense

documentĀ 

document.

1

ExpenseDocumentDetail

PwsExpenseDocumentDetail

On Insert: Yes

On Update: Yes

The complete set of information regarding the expense document. This structure may be modified as required and passed to PwsSaveExpenseDocument to save changes to the expense document.


ExpenseDocumentVatFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', the expense document includes VAT (value added tax).

false

Invoices

PwsExpenseEntryInvoice

On Insert: No

On Update: No

The

Basic information about the invoice(s) associated with the cost card(s) on this expense document.


Locations

PwsLocationSummary

On Insert: No

On Update: No

The location(s) associated with the cost card(s) on this expense document.


LockedFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', the expense document is locked.

false

NoteCount

Int32

On Insert: No

On Update: No

The number of receipt notes attached to the cost card(s) on this expense document or the entire expense document. This counts only notes that do not have accompanying receipts.

0

PayeeVendors

PwsVendorSummary

On Insert: No

On Update: No

The payee vendor(s) associated with the expense document.


Projects

PwsExpenseEntryProject

On Insert: No

On Update: No

The project(s) associated with the cost card(s) expense document.


Receipts

PwsReceiptDetail

On Insert: No

On Update: No

The receipt(s) associated with the expense document.


TitleIdentity

PwsTitleRef

On Insert: No

On Update: No

The title(s) of the resource(s) with cost cards on the expense document.


Vouchers

PwsPaymentVoucherSummary

On Insert: No

On Update: No

The payment voucher

PwsExpenseEntryVoucher

The payment voucher(s) associated with the cost card(s) on this expense document.


AllowCloneFlag

Boolean

On Insert: No

On Update: No

This is dependent on permission settings

If set to 'true', this expense document can be cloned.

true

AllowDeleteFlag

Boolean

On Insert: No

On Update: No

This is dependent on the expense document status. Expense documents that have a status of partially approved or higher cannot be deleted.

If set to 'true', this expense document can be deleted.

true

Category

String

On Insert: No

On Update: No

The category the expense document falls under in Projector Web's expense document landing page. When the cost cards in the expense document have different statuses, the expense document will have a "partial" status. The "partial" status will adopt the status of the cost card with the

highest

lowest level of status (i.e. Partially Rejected, Partially Submitted or Partially Approved)

"D" - Draft - all cost cards in the expense document are in Draft status

"PR" - Partially Rejected - one or more cost cards (but not all) in the expense document has a status of Rejected

"R" - Rejected - all cost cards in the expense document has a status of Rejected

"PS" - Partially Submitted - one or more cost cards (but not all) in the expense document has a status of Submitted

"S" - Submitted - all cost cards in the expense document has a status of Submitted

"PA" - Partially Approved - one or more cost cards (but not all) in the expense document has a status of Approved

"A" - Approved - all cost cards in the expense document has a status of Approved

S

CreatedByUser

PwsUserSummary

On Insert: No

On Update: No

The identity of the user who created the expense document.


CreatedTimestamp

DateTime

On Insert: No

On Update: No

The date and time this expense document was created (in UTC format).

2018-02-08T13:52:45.937Z

LastUpdatedByUser

PwsUserSummary

On Insert: No

On Update: No

The identity of the user who last updated the expense document.


LastUpdatedTimestamp

DateTime

On Insert: No

On Update: No

The date and time this expense document was last updated (in UTC format).

2018-02-08T14:04:34.653Z

PaymentVoucherItems

PwsPaymentVoucherItem

On Insert: No

On Update: No

The

The payment voucher(s) associated with this expense document.


Status

String

On Insert: No

On Update: No

The status of the expense document. This is a composite status derived from the approval and payment workflow statuses of all the cost cards on the expense document.

PA

DisbursedCurrencyDecimalDigits

Byte

On Insert: No

On Update: No

The number of decimal places displayed and stored with the disbursed amount.

2

MileageUom

String

On Insert: No

On Update: No

The unit of measure associated with mileage expense types (i.e. miles / kilometers).

M

ExpenseDocumentLockedFlag

Boolean

On Insert: No

On Update: No

If set to 'true', the expense document is locked.

false

ApprovalWorkflowStatus

String

On Insert: No

On Update: No

The expense document's approval workflow status. When the cost cards in the expense document have different approval workflow statuses, the expense document will have a partial approval workflow status, the "partial" status will take on the highest level status (i.e. Partially Rejected, Partially Submitted or Partially Approved)

"D" - Draft - all cost cards in the expense document are in Draft status

"PR" - Partially Rejected - one or more cost cards (but not all) in the expense document have a status of Rejected

"R" - Rejected - all cost cards in the expense document have a status of Rejected

"PS" - Partially Submitted - one or more cost cards (but not all) in the expense document have a status of Submitted

"S" - Submitted - all cost cards in the expense document have a status of Submitted

"PA" - Partially Approved - one or more cost cards (but not all) in the expense document have a status of Approved

"A" - Approved - all cost cards in the expense document have a status of Approved

PA

CostCardTotalDisbursedAmount

Double

On Insert: No

On Update: No

The expense document's total disbursed amount.

217.57

DeleteExpenseDocumentUnavailableReason

String

On Insert: No

On Update: No

If an expense document cannot be deleted, this code indicates the reason:

"

LOK

APP" - The expense document

is locked. This could be the result of multiple reasons including

cannot be deleted due to the presence of

an

1 or more approved cost

card.

cards

"PRM" - The user attempting to edit the expense document lacks permission

Null -

Unknown reason

The user can delete the expense document

APP

DueToOtherPayeesAmount

Double

On Insert: No

On Update: No

The amount due to be paid back to a payee other than the resource associated with the expense document (i.e. a third party / company credit card).

47.56

InvoiceWorkflowStatus

String

On Insert: No

On Update: No

The expense document's invoice workflow status. When the cost cards in the expense document have different invoice workflow statuses, the expense document will have a partial invoice workflow status, the "partial" status will take on the highest level status (i.e. Partially Approved, Partially Transmitted, Partially Paid or Partially Received)

"N" - Not approved - all cost cards in the expense document have not been approved to invoice

"PA" - Partially Approved - one or more cost cards (but not all) in the expense document have been approved to invoice

"A" - Approved - all cost cards in the expense document have been approved to invoice

"PI" - Partially Invoiced (Draft) - one or more cost cards (but not all) in the expense document is on a Draft invoice

"I" - Invoiced (Draft) - all cost cards in the expense document is on a draft invoice

"PB" - Partially Invoiced - one or more cost cards (but not all) in the expense document is on an issued invoice

"B" - Invoiced -all cost cards in the expense document is on an issued invoice

PB

MaintainExpenseDocumentUnavailableReason

String

On Insert: No

On Update: No

If an expense document cannot be maintained/updated, this code indicates the reason:

"LOK" - The expense document

is locked. This could be the result of multiple reasons including the presence of an approved cost card.

cannot be edited because all the cost cards on the expense document have been approved

"PRM" - The user attempting to edit the expense document lacks permission

Null -

Unknown reason

The user can edit the expense document


PaymentWorkflowStatus

String

On Insert: No

On Update: No

The expense document's payment workflow status. When the cost cards in the expense document have different payment workflow statuses, the expense document will have a partial payment workflow status, the "partial" status will take on the highest level status (i.e. Partially Approved, Partially Transmitted, Partially Paid or Partially Received)

"N" - Not Approved - all cost cards in the expense document have not been approved to pay

"PA" - Partially Approved - one or more cost cards (but not all) in the expense document have been approved to pay

"A" - Approved - all cost cards in the expense document have not been approved

"PT" - Partially Transmitted - one or more cost cards (but not all) in the expense document have been transmitted to an accounting system (i.e. Great Plains)

"T" - Transmitted - all cost cards in the expense document have been transmitted to an accounting system (i.e. Great Plains)

"PR" - Partially Received - one or more cost cards (but not all) in the expense document have been received by the vendor/resource

"R" - Received - all cost cards in the expense document have been received by the vendor/resource

N

ViewInExpenseEntryFlag

Boolean

On Insert: No

On Update: No

If set to 'true', this expense document can be viewed in Projector Web's Expense Entry.

true
MaintainEntireEdReceiptsUnavailableReasonString

The list of reasons that prohibit user from modifying receipts on the cost card:

'LCK' - receipt document is locked

'PRM' - does not have permission


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>            <a:ExpenseDocument>
               <a:AllowAttachReceiptsToCcFlag>true</a:AllowAttachReceiptsToCcFlag>
               <a:AllowAttachReceiptsToEdFlag>true</a:AllowAttachReceiptsToEdFlag>
               <a:CostCards>
                  <a:PwsCostCardElement>
                     <a:AdjustedRevenueAmount i:nil="true"/>
                     <a:ApprovalWorkflowStatus>A</a:ApprovalWorkflowStatus>
                     <a:ApprovedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                        <b:UserUid>1152921504606944261</b:UserUid>
                        <b:EmailAddress>support@projectorpsa.com</b:EmailAddress>
                        <b:FirstName>PPSA Support User</b:FirstName>
                        <b:LastName>PPSA Support User</b:LastName>
                        <b:MiddleName>PPSA Support User</b:MiddleName>
                     </a:ApprovedByUser>
                    <PwsGetExpenseDocumentResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <a:ApprovedTimestamp>2018-11-10T22:41:19.5Z</a:ApprovedTimestamp>
                     <PwsGetExpenseDocumentResult<a:ApprovedToInvoiceByUser xmlns:ab="http://projectorpsa.com/DataContracts/Shared/TimeAndCostCommon/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">>
                        <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                       <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"><b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                   <b:PwsMessage>     <b:UserUid>1152921504606944261</b:UserUid>
             <b:AdditionalErrorText>Message 136: This request was executed against the QA Marlboro [secureqa.projectorpsa.com] environment.< <b:EmailAddress>support@projectorpsa.com</b:AdditionalErrorText>EmailAddress>
                        <b:ErrorCode>NonProductionEnvironment<FirstName>PPSA Support User</b:ErrorCode>FirstName>
                        <b:ErrorNumber>136<LastName>PPSA Support User</b:ErrorNumber>LastName>
                        <b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>:MiddleName>PPSA Support User</b:MiddleName>
                     </a:ApprovedToInvoiceByUser>
                     <b:Type>Information</b:Type><a:ApprovedToInvoiceTimestamp>2018-11-10T22:41:19.5Z</a:ApprovedToInvoiceTimestamp>
                     <b:ReferenceId1 i:nil="true"/><a:BilledTimestamp>2018-11-10T22:42:13.557Z</a:BilledTimestamp>
                    <b:ReferenceId2 i:nil="true"/><a:ClientAmount>235</a:ClientAmount>
                     </b<a:PwsMessage>CostCardDetail>
            </Messages>             <ResponseId<CostCardId i:nil="true" xmlns="http://projectorpsa.com/CommonServicesDataContracts/Shared/Common/">1</ResponseId>/>
                        <Status<CostCardUid xmlns="http://projectorpsa.com/CommonServicesDataContracts/Shared/Common/">Ok</Status>>1152921504614211172</CostCardUid>
                         <ServerTimestampUtc<ReferenceId i:nil="true" xmlns="http://projectorpsa.com/CommonServices/">2018-02-07T19:56:06.7616699Z</ServerTimestampUtc>
DataContracts/Shared/Common/"/>
           <a:ExpenseDocument>                <a:AllowAttachReceiptsToCcFlag>true<Description>Test</a:AllowAttachReceiptsToCcFlag>Description>
                        <a:AllowAttachReceiptsToEdFlag>true<DescriptionClearFlag>false</a:AllowAttachReceiptsToEdFlag>DescriptionClearFlag>
               <a:CostCards>            <a:ExpenseTypeIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
      <a:PwsCostCardElement>                      <a<b:AdjustedRevenueAmountExpenseTypeId i:nil="true"/>
                     <a:ApprovalWorkflowStatus>A</a:ApprovalWorkflowStatus>      <b:ExpenseTypeName>Travel-AR</b:ExpenseTypeName>
                          <a:ApprovedByUser xmlns<b:ExpenseTypeUid>1152921504606861209</b="http://projectorpsa.com/DataContracts/Shared/Common/">:ExpenseTypeUid>
                        <b:UserDisplayName>Bob Smith</b:UserDisplayName></a:ExpenseTypeIdentity>
                        <b:UserId i:nil="true"/><a:IncurredAmount>2350</a:IncurredAmount>
                        <b:UserReferenceSystemId>Partner - 01</b:UserReferenceSystemId><a:IncurredDate>2018-11-07T00:00:00Z</a:IncurredDate>
                        <a:IncurredOpsCurrencyIdentity <bxmlns:UserUid>1152921504607011056</b:UserUid>="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:EmailAddress>bob@projectorpsa.com<OpsCurrencyCode>CNY</b:EmailAddress>OpsCurrencyCode>
                           <b:FirstName>Bob</b:FirstName>OpsCurrencyId i:nil="true"/>
                        <b:LastName>Smith<</ba:LastName>IncurredOpsCurrencyIdentity>
                        <b:MiddleName i:nil="true"/><a:IncurredVatAmount>0</a:IncurredVatAmount>
                        <<a:LocationClearFlag>false</a:ApprovedByUser>LocationClearFlag>
                        <a:ApprovedTimestamp>2018-02-07T19:32:18.823Z</a:ApprovedTimestamp>LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <a<b:ApprovedToInvoiceByUserLocationId xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/">true"/>
                           <b:UserDisplayName>Bob Smith<LocationName>Shanghai</b:UserDisplayName>LocationName>
                           <b:UserId i:nil="true"/>LocationUid>1152921504606852815</b:LocationUid>
                        <b:UserReferenceSystemId>Partner - 01</b:UserReferenceSystemId></a:LocationIdentity>
                        <b<a:UserUid>1152921504607011056<NonBillableFlag>false</ba:UserUid>NonBillableFlag>
                        <b:EmailAddress>bob@projectorpsa.com</b:EmailAddress><a:OverrideClientAmount i:nil="true"/>
                        <b<a:FirstName>Bob<OverrideClientAmountClearFlag>false</ba:FirstName>OverrideClientAmountClearFlag>
                        <b<a:LastName>Smith<PayeeVendorClearFlag>false</ba:LastName>PayeeVendorClearFlag>
                        <b<a:MiddleNamePayeeVendorIdentity ixmlns:nilb="true"/>http://projectorpsa.com/DataContracts/Shared/Common/">
                           </a:ApprovedToInvoiceByUser><b:VendorId i:nil="true"/>
                           <a:ApprovedToInvoiceTimestamp>2018-02-07T19:32:18.81Z</a:ApprovedToInvoiceTimestamp><b:VendorName>Barry Allen</b:VendorName>
                          <a:BilledTimestamp i:nil="true"/><b:VendorUid>1152921504606931573</b:VendorUid>
                           <a:ClientAmount>189.99</a:ClientAmount><b:VendorNumber>Barry Allen</b:VendorNumber>
                        <a</a:CostCardDetail>PayeeVendorIdentity>
                        <CostCardId i:nil="true"<a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <CostCardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504614515251</CostCardUid>   <b:ProjectCode>P001125-001</b:ProjectCode>
                           <ReferenceId<b:ProjectId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
/>
                           <b:ProjectUid>1152921504607425735</b:ProjectUid>
                       <a:Description>Breakfast Meeting<</a:Description>ProjectIdentity>
                        <a:DescriptionClearFlag>false<ResourceClearFlag>false</a:DescriptionClearFlag>ResourceClearFlag>
                        <a:ExpenseTypeIdentityResourceIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:ExpenseTypeId:ResourceDisplayName>Barry Allen</b:ResourceDisplayName>
                           <b:ResourceId i:nil="true"/>
                           <b:ExpenseTypeName>Meals<ResourceReferenceSystemId>barry1</b:ExpenseTypeName>ResourceReferenceSystemId>
                           <b:ExpenseTypeUid>1152921504606878415<ResourceUid>1152921504607019493</b:ExpenseTypeUid>ResourceUid>
                        </a:ExpenseTypeIdentity>ResourceIdentity>
                        <a:IncurredAmount>189.99<Timestamp>AAAAABE+AxA=</a:IncurredAmount>Timestamp>
                        <a:IncurredDate>2018-02-05T00:00:00Z<TotalAmountDisbursedCurrency>235</a:IncurredDate>TotalAmountDisbursedCurrency>
                        <a:IncurredOpsCurrencyIdentityUdf1 xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:OpsCurrencyCode>USD</b:OpsCurrencyCode>
                           <b:OpsCurrencyId i:nil="true"/>
                        </a:IncurredOpsCurrencyIdentity>UdfId i:nil="true"/>
                           <a:IncurredVatAmount>0</a:IncurredVatAmount><b:UdfName>CUDF_NM_R</b:UdfName>
                           <a<b:LocationClearFlag>false<UdfUid>1152921504606857068</a:LocationClearFlag>b:UdfUid>
                           <a<b:LocationIdentityBooleanValue i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:NonBillableFlag>false</a:NonBillableFlag>   <b:DataType>I</b:DataType>
                           <a<b:OverrideClientAmountDateValue i:nil="true"/>
                        <a:OverrideClientAmountClearFlag>false</a:OverrideClientAmountClearFlag>   <b:IntegerValue i:nil="true"/>
                    <a:PayeeVendorClearFlag>false</a:PayeeVendorClearFlag>                         <a:PayeeVendorIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"<b:ResourceIdentityValue i:nil="true"/>
                           <b:VendorIdTextValue i:nil="true"/>
                           <b:VendorName>Beth Brown<UdfTreatment>A</b:VendorName>UdfTreatment>
                           <b:VendorUid>1152921504607055834<StoplightValues/b:VendorUid>>
                           <b:VendorNumber>Beth Brown</b:VendorNumber>NumericValue i:nil="true"/>
                        </a:PayeeVendorIdentity>   <b:RelationValue i:nil="true"/>
                    <a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">   </a:Udf1>
                        <b<a:ProjectCode>P001407-001<Udf1ClearFlag>false</ba:ProjectCode>Udf1ClearFlag>
                           <b:ProjectId i:nil="true"/<a:Udf2 xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:ProjectUid>1152921504607413030</b:ProjectUid>UdfId i:nil="true"/>
                           </a:ProjectIdentity><b:UdfName>CUDF_TX</b:UdfName>
                           <a<b:ResourceClearFlag>false<UdfUid>1152921504606857425</a:ResourceClearFlag>b:UdfUid>
                           <a<b:ResourceIdentityBooleanValue xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/"true"/>
                           <b:ResourceDisplayName>Beth Brown<DataType>T</b:ResourceDisplayName>DataType>
                           <b:ResourceIdDateValue i:nil="true"/>
                           <b:ResourceReferenceSystemId>E125</b:ResourceReferenceSystemId>IntegerValue i:nil="true"/>
                           <b:ResourceUid>1152921504607111786</b:ResourceUid>ResourceIdentityValue i:nil="true"/>
                           <<b:TextValue>Test</a:ResourceIdentity>b:TextValue>
                           <a<b:Timestamp>AAAAAA62Iko=<UdfTreatment>R</a:Timestamp>b:UdfTreatment>
                           <a<b:TotalAmountDisbursedCurrency>189.99</a:TotalAmountDisbursedCurrency>StoplightValues/>
                           <a<b:Udf1NumericValue xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/"true"/>
                           <b:UdfIdRelationValue i:nil="true"/>
                        </a:Udf2>
                 <b:UdfName>Attendees</b:UdfName>       <a:Udf2ClearFlag>false</a:Udf2ClearFlag>
                        <b<a:UdfUid>1152921504606860180<Units>1</ba:UdfUid>Units>
                           <b:BooleanValue<a:ExternalGroupingIdentifier i:nil="true"/>
                        <a:ExternalGroupingIdentifierClearFlag>false</a:ExternalGroupingIdentifierClearFlag>
  <b:DataType>I</b:DataType>                   </a:CostCardDetail>
                     <b<a:DateValueCreatedByUser ixmlns:nilb="true"/http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserDisplayName>PPSA Support  <b:IntegerValue>8<User</b:IntegerValue>UserDisplayName>
                           <b:ResourceIdentityValueUserId i:nil="true"/>
                        <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                    <b:TextValue i:nil="true"/>   <b:UserUid>1152921504606944261</b:UserUid>
                        <b:UdfTreatment>A<EmailAddress>support@projectorpsa.com</b:UdfTreatment>EmailAddress>
                           <b:StoplightValues/>FirstName>PPSA Support User</b:FirstName>
                         <b:NumericValue>8<LastName>PPSA Support User</b:NumericValue>
LastName>
                          <b:RelationValue i:nil="true"/>MiddleName>PPSA Support User</b:MiddleName>
                        </a:Udf1>CreatedByUser>
                        <a:Udf1ClearFlag>false<<a:CreatedTimestamp>2018-11-10T22:39:41.617Z</a:Udf1ClearFlag>CreatedTimestamp>
                        <a:Udf2<a:CreditedCostCardIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                           <b:UdfId i:nil="true"/><a:DisbursedAmountDisbursedCurrency>235</a:DisbursedAmountDisbursedCurrency>
                           <b:UdfName>Purpose</b:UdfName><a:DisbursedAmountEngagementCurrency>235</a:DisbursedAmountEngagementCurrency>
                           <b:UdfUid>1152921504606860181</b:UdfUid><a:DocumentCount>0</a:DocumentCount>
                           <b:BooleanValue i:nil="true"/>
 <a:EngagementCurrency xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                         <b:DataType>L<CurrencyCode>USD</b:DataType>CurrencyCode>
                           <b:DateValueCurrencyId i:nil="true"/>
                           <b:IntegerValue i:nil="true"/><b:CurrencyUid>1152921504606849879</b:CurrencyUid>
                     </a:EngagementCurrency>
       <b:ResourceIdentityValue i:nil="true"/>             <a:ExpenseAmount>235</a:ExpenseAmount>
              <b:TextValue>Team Building</b:TextValue>      <a:ForReportingOnlyFlag>false</a:ForReportingOnlyFlag>
                     <b<a:UdfTreatment>A<FxRate>10</ba:UdfTreatment>FxRate>
                           <b:StoplightValues/><a:FxRateActual>10</a:FxRateActual>
                           <b:NumericValue i:nil="true"/<a:InvoiceIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:RelationValueInvoiceId i:nil="true"/>
                        </a:Udf2>"/>
                        <a<b:Udf2ClearFlag>false<InvoiceNumber>INV00101</ab:Udf2ClearFlag>InvoiceNumber>
                        <a<b:Units>1<InvoiceUid>1152921504607632849</ab:Units>InvoiceUid>
                        <a:ExternalGroupingIdentifier i:nil="true"/>
   </a:InvoiceIdentity>
                     <a:ExternalGroupingIdentifierClearFlag>false<InvoiceWorkflowStatus>B</a:ExternalGroupingIdentifierClearFlag>InvoiceWorkflowStatus>
                     <<a:InvoicedAmount>235</a:CostCardDetail>InvoicedAmount>
                     <a:CreatedByUserLastUpdatedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserDisplayName>BethUserDisplayName>PPSA Support Brown<User</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>E125<UserReferenceSystemId>000</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607112693<UserUid>1152921504606944261</b:UserUid>
                        <b:EmailAddress>beth@revcorpEmailAddress>support@projectorpsa.bb<com</b:EmailAddress>
                        <b:FirstName>Beth<FirstName>PPSA Support User</b:FirstName>
                        <b:LastName>Brown<LastName>PPSA Support User</b:LastName>
                        <b:MiddleName i:nil="true"/>:MiddleName>PPSA Support User</b:MiddleName>
                     </a:LastUpdatedByUser>
                     <a:LastUpdatedTimestamp>2018-11-10T22:41:39.9Z</a:LastUpdatedTimestamp>
                     <<a:LockedFlag>true</a:CreatedByUser>LockedFlag>
                     <a:CreatedTimestamp>2018-02-07T17:44:24.323Z<NoteCount>0</a:CreatedTimestamp>NoteCount>
                     <a:CreditedCostCardIdentityRejectedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <a:DisbursedAmountDisbursedCurrency>189.99</a:DisbursedAmountDisbursedCurrency>RejectedReason i:nil="true"/>
                     <a:DisbursedAmountEngagementCurrency>189.99</a:DisbursedAmountEngagementCurrency>
                     <a:DocumentCount>1</a:DocumentCount>RejectedTimestamp i:nil="true"/>
                     <a:EngagementCurrencyRevRecAdjustmentAmount xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/""true"/>
                        <b:CurrencyCode>USD</b:CurrencyCode><a:RevenueAmount>235</a:RevenueAmount>
                        <b:CurrencyId i:nil="true"/>
           <a:Status>B</a:Status>
            <b:CurrencyUid>1152921504606851838</b:CurrencyUid>         <a:SubmittedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
           </a:EngagementCurrency>             <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
      <a:ExpenseAmount>0</a:ExpenseAmount>                  <b:UserId i:nil="true"/>
  <a:ForReportingOnlyFlag>false</a:ForReportingOnlyFlag>                      <a<b:FxRate>1<UserReferenceSystemId>000</a:FxRate>b:UserReferenceSystemId>
                        <a<b:FxRateActual>1<UserUid>1152921504606944261</ab:FxRateActual>UserUid>
                       <a:InvoiceIdentity xmlns<b:b="http://projectorpsa.com/DataContracts/Shared/Common/">EmailAddress>support@projectorpsa.com</b:EmailAddress>
                        <b:InvoiceId i:nil="true"/>FirstName>PPSA Support User</b:FirstName>
                        <b:InvoiceNumber>DRAFT00944<LastName>PPSA Support User</b:InvoiceNumber>LastName>
                        <b:InvoiceUid>1152921504607622625<MiddleName>PPSA Support User</b:InvoiceUid>MiddleName>
                     </a:InvoiceIdentity>SubmittedByUser>
                     <a:InvoiceWorkflowStatus>I<:SubmittedTimestamp>2018-11-10T22:39:48.337Z</a:InvoiceWorkflowStatus>SubmittedTimestamp>
                     <a:InvoicedAmount>0</a:InvoicedAmount>:SystemRatePerMileageUnit i:nil="true"/>
                     <a:LastUpdatedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">UnitCost>235</a:UnitCost>
                        <b:UserDisplayName>Bob Smith</b:UserDisplayName><a:UnitPrice>235</a:UnitPrice>
                        <b:UserId i:nil="true"/><a:VatAmountDisbursedCurrency>0</a:VatAmountDisbursedCurrency>
                        <b:UserReferenceSystemId>Partner - 01</b:UserReferenceSystemId><a:VoucherIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserUid>1152921504607011056</b:UserUid>:PaymentVoucherId i:nil="true"/>
                        <b:EmailAddress>bob@projectorpsa.com<PaymentVoucherNumber>PVER00217</b:EmailAddress>PaymentVoucherNumber>
                        <b:FirstName>Bob<PaymentVoucherUid>1152921504607593565</b:FirstName>PaymentVoucherUid>
                        <b:LastName>Smith</b:LastName>
</a:VoucherIdentity>
                       <b<a:MiddleNameWipAmount i:nil="true"/>
                     <<a:ChargeableFlag>true</a:LastUpdatedByUser>ChargeableFlag>
                     <a:LastUpdatedTimestamp>2018-02-07T19:55:13.793Z</a:LastUpdatedTimestamp>DisbursingCostCenterIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <a:LockedFlag>true</a:LockedFlag><b:CostCenterId i:nil="true"/>
                        <a<b:NoteCount>0<CostCenterName>RevCorp US</ab:NoteCount>CostCenterName>
                      <a:RejectedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <b:CostCenterNumber>US</b:CostCenterNumber>
                       <a:RejectedReason i:nil="true"/><b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                     <a:RejectedTimestamp i:nil="true"/></a:DisbursingCostCenterIdentity>
                     <a:EngagementCurrencyDecimalDigits>2</a:EngagementCurrencyDecimalDigits>
                     <a:RevRecAdjustmentAmount i:nil="true"/>EngagementTypeBillableFlag>true</a:EngagementTypeBillableFlag>
                     <a:RevenueAmount>0<IncurredCurrencyDecimalDigits>2</a:RevenueAmount>IncurredCurrencyDecimalDigits>
                     <a:Status>U</a:Status>ManagementData>
                        <a:SubmittedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">AccountingPeriodClosedFlag>false</a:AccountingPeriodClosedFlag>
                        <b<a:UserDisplayName>Beth Brown<ApprovalWorkflowFlag>true</ba:UserDisplayName>ApprovalWorkflowFlag>
                        <b:UserId i:nil="true"/><a:ApproverFlag>true</a:ApproverFlag>
                        <b<a:UserReferenceSystemId>E125<ApproverToInvoiceFlag>true</ba:UserReferenceSystemId>ApproverToInvoiceFlag>
                        <b<a:UserUid>1152921504607112693<ApproverToPayFlag>true</ba:UserUid>ApproverToPayFlag>
                        <b<a:EmailAddress>beth@revcorp.bb<ApproversCanRejectApprovedExpensesFlag>false</ba:EmailAddress>ApproversCanRejectApprovedExpensesFlag>
                        <b<a:FirstName>Beth<AutoApprovalFlag>false</ba:FirstName>AutoApprovalFlag>
                        <b<a:LastName>Brown<AutoApprovalToInvoiceFlag>false</ba:LastName>AutoApprovalToInvoiceFlag>
                        <b:MiddleName i:nil="true"/><a:AutoApprovalToPayFlag>false</a:AutoApprovalToPayFlag>
                        <<a:AwsApprovedStatusAllowedFlag>false</a:SubmittedByUser>AwsApprovedStatusAllowedFlag>
                        <a:SubmittedTimestamp>2018-02-07T17:44:36.593Z<AwsDraftStatusAllowedFlag>false</a:SubmittedTimestamp>AwsDraftStatusAllowedFlag>
                        <a:SystemRatePerMileageUnit>0.575<AwsRejectedStatusAllowedFlag>false</a:SystemRatePerMileageUnit>AwsRejectedStatusAllowedFlag>
                        <a:UnitCost>189.99<AwsSubmittedStatusAllowedFlag>false</a:UnitCost>AwsSubmittedStatusAllowedFlag>
                        <a:UnitPrice>189.99<CanAdjustFlag>true</a:UnitPrice>CanAdjustFlag>
                        <a:VatAmountDisbursedCurrency>0<CanEditFlag>false</a:VatAmountDisbursedCurrency>CanEditFlag>
                        <a:VoucherIdentityClientIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:PaymentVoucherIdClientId i:nil="true"/>
                           <b:PaymentVoucherNumber>PVER00706<ClientNumber>C000126</b:PaymentVoucherNumber>ClientNumber>
                           <b:PaymentVoucherUid>1152921504607609478<ClientUid>1152921504606973634</b:PaymentVoucherUid>ClientUid>
                        </a:VoucherIdentity>ClientIdentity>
                        <a:WipAmountClientName>Lyric i:nil="true"/>Opera</a:ClientName>
                        <a:ChargeableFlag>true<DisbursedCurrencyDecimalDigits>2</a:ChargeableFlag>DisbursedCurrencyDecimalDigits>
                        <a:DisbursingCostCenterIdentityDisbursedCurrencyIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">>
                           <b:CurrencyCode>USD</b:CurrencyCode>
                           <b:CostCenterIdCurrencyId i:nil="true"/>
                           <b:CostCenterName>Section B<CurrencyUid>1152921504606849879</b:CostCenterName>CurrencyUid>
                        <b</a:CostCenterNumber>SectionDisbursedCurrencyIdentity>
B</b:CostCenterNumber>                        <a:DisbursingCostCenterIdentity <bxmlns:CostCenterUid>1152921504606884477</b:CostCenterUid>="http://projectorpsa.com/DataContracts/Shared/Common/">
                     </a:DisbursingCostCenterIdentity>      <b:CostCenterId i:nil="true"/>
              <a:EngagementCurrencyDecimalDigits>2</a:EngagementCurrencyDecimalDigits>             <b:CostCenterName>RevCorp US</b:CostCenterName>
       <a:EngagementTypeBillableFlag>true</a:EngagementTypeBillableFlag>                      <a<b:IncurredCurrencyDecimalDigits>2<CostCenterNumber>US</a:IncurredCurrencyDecimalDigits>b:CostCenterNumber>
                           <a:ManagementData><b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        <a:AccountingPeriodClosedFlag>false<</a:AccountingPeriodClosedFlag>DisbursingCostCenterIdentity>
                        <a:ApprovalWorkflowFlag>true<EditSubmitFlag>false</a:ApprovalWorkflowFlag>EditSubmitFlag>
                        <a:ApproverFlag>false</a:ApproverFlag>
         ExpenseDocumentIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
              <a:ApproverToInvoiceFlag>true</a:ApproverToInvoiceFlag>             <b:DocumentNumber>ER00217</b:DocumentNumber>
           <a:ApproverToPayFlag>false</a:ApproverToPayFlag>                <b:ExpenseDocumentId i:nil="true"/>
       <a:ApproversCanRejectApprovedExpensesFlag>false</a:ApproversCanRejectApprovedExpensesFlag>                         <a:AutoApprovalFlag>false</a:AutoApprovalFlag><b:ExpenseDocumentUid>1152921504607667441</b:ExpenseDocumentUid>
                        <a:AutoApprovalToInvoiceFlag>false<</a:AutoApprovalToInvoiceFlag>ExpenseDocumentIdentity>
                        <a:AutoApprovalToPayFlag>false<ExpenseDocumentName>Expense report created 10 Nov 2018</a:AutoApprovalToPayFlag>ExpenseDocumentName>
                        <a:AwsApprovedStatusAllowedFlag>false<ExpenseDocumentTimestamp>AAAAABE+Au8=</a:AwsApprovedStatusAllowedFlag>ExpenseDocumentTimestamp>
                        <a:AwsDraftStatusAllowedFlag>false<ExpenseDocumentType>E</a:AwsDraftStatusAllowedFlag>ExpenseDocumentType>
                        <a:AwsRejectedStatusAllowedFlag>false<ExpenseDocumentVatFlag>true</a:AwsRejectedStatusAllowedFlag>ExpenseDocumentVatFlag>
                        <a:AwsSubmittedStatusAllowedFlag>false<IwsApprovedStatusAllowedFlag>false</a:AwsSubmittedStatusAllowedFlag>IwsApprovedStatusAllowedFlag>
                        <a:CanAdjustFlag>true<IwsDraftInvoiceStatusAllowedFlag>false</a:CanAdjustFlag>IwsDraftInvoiceStatusAllowedFlag>
                        <a:CanEditFlag>false<IwsInvoicedStatusAllowedFlag>false</a:CanEditFlag>IwsInvoicedStatusAllowedFlag>
                        <a:ClientIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">IwsUnapprovedStatusAllowedFlag>false</a:IwsUnapprovedStatusAllowedFlag>
                           <b:ClientId i:nil="true"/>
 <a:MileageUom>K</a:MileageUom>
                         <b:ClientNumber>PR-PSA</b:ClientNumber><a:PwsApprovedStatusAllowedFlag>false</a:PwsApprovedStatusAllowedFlag>
                           <b:ClientUid>1152921504606961482</b:ClientUid><a:PwsPaidStatusAllowedFlag>true</a:PwsPaidStatusAllowedFlag>
                        <<a:PwsReceivedStatusAllowedFlag>true</a:ClientIdentity>PwsReceivedStatusAllowedFlag>
                        <a:ClientName>Projector PSA<PwsTransmittedStatusAllowedFlag>true</a:ClientName>PwsTransmittedStatusAllowedFlag>
                        <a:DisbursedCurrencyDecimalDigits>2<PwsUnapprovedStatusAllowedFlag>true</a:DisbursedCurrencyDecimalDigits>PwsUnapprovedStatusAllowedFlag>
                     </a:ManagementData>
    <a:DisbursedCurrencyIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">                <a:PaymentVoucherPaymentWorkflowStatus>F</a:PaymentVoucherPaymentWorkflowStatus>
           <b:CurrencyCode>USD</b:CurrencyCode>          <a:ProjectName>Barber of Serville (Rossini)</a:ProjectName>
              <b:CurrencyId i:nil="true"/>      <a:DefaultVatPercentage>0.05</a:DefaultVatPercentage>
                     <b<a:CurrencyUid>1152921504606851838<MaintainReceiptsUnavailableReason>LCK</ba:CurrencyUid>MaintainReceiptsUnavailableReason>
                  </a:PwsCostCardElement>
      </a:DisbursedCurrencyIdentity>         </a:CostCards>
               <a:DisbursingCostCenterIdentityDisbursedCurrencyIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">Common/">
                  <b:CurrencyCode>USD</b:CurrencyCode>
                  <b:CostCenterIdCurrencyId i:nil="true"/>
                  <b:CurrencyUid>1152921504606849879</b:CurrencyUid>
          <b:CostCenterName>Section B</b:CostCenterName>     </a:DisbursedCurrencyIdentity>
               <a:DocumentCount>0</a:DocumentCount>
              <b:CostCenterNumber>Section B</b:CostCenterNumber> <a:ExpenseDocumentDetail>
                  <DocumentNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">ER00217</DocumentNumber>
         <b:CostCenterUid>1152921504606884477</b:CostCenterUid>         <ExpenseDocumentId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
             </a:DisbursingCostCenterIdentity>     <ExpenseDocumentUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607667441</ExpenseDocumentUid>
                  <a:EditSubmitFlag>false<CashAdvanceReturnAmount>0</a:EditSubmitFlag>
     CashAdvanceReturnAmount>
                  <a:ExpenseDocumentIdentityCostCenterIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:DocumentNumber>ER00706</b:DocumentNumber>
  <b:CostCenterId i:nil="true"/>
                        <b:ExpenseDocumentIdCostCenterName>RevCorp i:nil="true"/>
 US</b:CostCenterName>
                         <b:ExpenseDocumentUid>1152921504607683553<CostCenterNumber>US</b:ExpenseDocumentUid>CostCenterNumber>
                        </a:ExpenseDocumentIdentity><b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        <a:ExpenseDocumentName>Team Meeting<</a:ExpenseDocumentName>CostCenterIdentity>
                  <a:DocumentName>Expense report created 10   <a:ExpenseDocumentTimestamp>AAAAAA62IiU=<Nov 2018</a:ExpenseDocumentTimestamp>
  DocumentName>
                     <a:ExpenseDocumentType>E<DocumentType>E</a:ExpenseDocumentType>DocumentType>
                  <a:LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
    <a:ExpenseDocumentVatFlag>false</a:ExpenseDocumentVatFlag>                 <b:LocationId i:nil="true"/>
      <a:IwsApprovedStatusAllowedFlag>false</a:IwsApprovedStatusAllowedFlag>               <b:LocationName>Shanghai</b:LocationName>
         <a:IwsDraftInvoiceStatusAllowedFlag>false</a:IwsDraftInvoiceStatusAllowedFlag>            <b:LocationUid>1152921504606852815</b:LocationUid>
            <a:IwsInvoicedStatusAllowedFlag>false</a:IwsInvoicedStatusAllowedFlag>      </a:LocationIdentity>
                  <a:IwsUnapprovedStatusAllowedFlag>false</a:IwsUnapprovedStatusAllowedFlag>ResourceIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <a:MileageUom>M</a:MileageUom><b:ResourceDisplayName>Barry Allen</b:ResourceDisplayName>
                        <a:PwsApprovedStatusAllowedFlag>false</a:PwsApprovedStatusAllowedFlag><b:ResourceId i:nil="true"/>
                        <a:PwsPaidStatusAllowedFlag>true</a:PwsPaidStatusAllowedFlag><b:ResourceReferenceSystemId>barry1</b:ResourceReferenceSystemId>
                        <a:PwsReceivedStatusAllowedFlag>true</a:PwsReceivedStatusAllowedFlag><b:ResourceUid>1152921504607019493</b:ResourceUid>
                        <a:PwsTransmittedStatusAllowedFlag>true<</a:PwsTransmittedStatusAllowedFlag>ResourceIdentity>
                        <a:PwsUnapprovedStatusAllowedFlag>true</a:PwsUnapprovedStatusAllowedFlag><a:VendorIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                      </a:ManagementData><b:VendorId i:nil="true"/>
                     <a<b:PaymentVoucherPaymentWorkflowStatus>F<VendorName>Barry Allen</ab:PaymentVoucherPaymentWorkflowStatus>VendorName>
                     <a<b:ProjectName>Project A<VendorUid>1152921504606931573</a:ProjectName>b:VendorUid>
                     <b:VendorNumber>Barry <Allen</a:PwsCostCardElement>b:VendorNumber>
                  </a:CostCards>VendorIdentity>
                  <a:DisbursedCurrencyIdentityVendorInvoiceDate xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/"true"/>
                  <b:CurrencyCode>USD</b:CurrencyCode>
                  <b:CurrencyId <a:VendorInvoiceReferenceNumber i:nil="true"/>
                  <a:Vendor <bxmlns:CurrencyUid>1152921504606851838</b:CurrencyUid>
               </a:DisbursedCurrencyIdentity>="http://projectorpsa.com/DataContracts/Shared/Common/">
                <a:DocumentCount>1</a:DocumentCount>     <b:VendorId i:nil="true"/>
         <a:ExpenseDocumentDetail>            <b:VendorName>Barry Allen</b:VendorName>
     <DocumentNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">ER00706</DocumentNumber>               <b:VendorUid>1152921504606931573</b:VendorUid>
   <ExpenseDocumentId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>                <b:VendorNumber>Barry Allen</b:VendorNumber>
 <ExpenseDocumentUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607683553</ExpenseDocumentUid>                   <a<b:CashAdvanceReturnAmount>0<ExpenseReportPayeeFlag>true</ab:CashAdvanceReturnAmount>ExpenseReportPayeeFlag>
                    <a:CostCenterIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"><b:InactiveFlag>false</b:InactiveFlag>
                     <b:CostCenterId i:nil="true"/>ResourceVendorFlag>true</b:ResourceVendorFlag>
                     <b:CostCenterName>Section B<VendorInvoicePayeeFlag>false</b:CostCenterName>VendorInvoicePayeeFlag>
                     <b:CostCenterNumber>Section B<SubcontractorInvoicePayeeFlag>true</b:CostCenterNumber>SubcontractorInvoicePayeeFlag>
                  </a:Vendor>
              <b:CostCenterUid>1152921504606884477</b:CostCenterUid>    <a:SubcontractorInvoiceDate i:nil="true"/>
                   </a:CostCenterIdentity><a:SubcontractorInvoiceReferenceNumber i:nil="true"/>
                  <a:DocumentName>Team Meeting</a:DocumentName>NewDocumentNumber i:nil="true"/>
                  <a:DocumentType>E<SubcontractorInvoiceReferenceNumberClearFlag>false</a:DocumentType>SubcontractorInvoiceReferenceNumberClearFlag>
                  <a:LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">Timestamp>AAAAABE+Au8=</a:Timestamp>
                  <a:VendorInvoiceReferenceNumberClearFlag>false</a:VendorInvoiceReferenceNumberClearFlag>
       <b:LocationId i:nil="true"/>        </a:ExpenseDocumentDetail>
               <b<a:LocationName>USA<ExpenseDocumentVatFlag>true</ba:LocationName>ExpenseDocumentVatFlag>
               <a:Invoices>
     <b:LocationUid>1152921504606855985</b:LocationUid>             <a:PwsExpenseEntryInvoice>
     </a:LocationIdentity>                <InvoiceId   <a:ResourceIdentityi:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <b:ResourceDisplayName>Beth Brown</b:ResourceDisplayName><InvoiceNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">INV00101</InvoiceNumber>
                     <b:ResourceId i:nil="true"/><InvoiceUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607632849</InvoiceUid>
                     <b<a:ResourceReferenceSystemId>E125<IssuedFlag>true</ba:ResourceReferenceSystemId>IssuedFlag>
                     <b:ResourceUid>1152921504607111786</b:ResourceUid></a:PwsExpenseEntryInvoice>
                  </a:ResourceIdentity>Invoices>
                  <a:VendorIdentityLocations xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">/Shared/Common/">
                  <b:PwsLocationSummary>
                     <b:VendorIdLocationId i:nil="true"/>
                     <b:VendorName>Beth Brown<LocationName>Shanghai</b:VendorName>LocationName>
                     <b:VendorUid>1152921504607055834<LocationUid>1152921504606852815</b:VendorUid>LocationUid>
                     <b:VendorNumber>Beth Brown</b:VendorNumber>CurrencyIdentity>
                        <<b:CurrencyCode>CNY</a:VendorIdentity>b:CurrencyCode>
                        <a<b:VendorInvoiceDateCurrencyId i:nil="true"/>
                       <a:VendorInvoiceReferenceNumber i:nil="true"/><b:CurrencyUid>1152921504606849973</b:CurrencyUid>
                    <a:Vendor xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> </b:CurrencyIdentity>
                     <b:VendorId i:nil="true"/>InactiveFlag>false</b:InactiveFlag>
                     <b:VendorName>Beth Brown<MileageUom>K</b:VendorName>MileageUom>
                     <b:VendorUid>1152921504607055834</b:VendorUid>OpsCurrencyIdentity>
                        <b:VendorNumber>Beth Brown<OpsCurrencyCode>CNY</b:VendorNumber>OpsCurrencyCode>
                        <b:ExpenseReportPayeeFlag>true</b:ExpenseReportPayeeFlag>OpsCurrencyId i:nil="true"/>
                     <b:InactiveFlag>false<</b:InactiveFlag>OpsCurrencyIdentity>
                     <b:ResourceVendorFlag>true<EnabledForCostcardsFlag>true</b:ResourceVendorFlag>EnabledForCostcardsFlag>
                     <b:VendorInvoicePayeeFlag>false<EnabledForProjectsFlag>true</b:VendorInvoicePayeeFlag>EnabledForProjectsFlag>
                     <b:SubcontractorInvoicePayeeFlag>true<EnabledForResourcesFlag>true</b:SubcontractorInvoicePayeeFlag>EnabledForResourcesFlag>
                     <<b:EnabledForTimecardsFlag>true</ab:Vendor>EnabledForTimecardsFlag>
                  <a</b:SubcontractorInvoiceDate i:nil="true"/>PwsLocationSummary>
                   <a:SubcontractorInvoiceReferenceNumber i:nil="true"/></a:Locations>
                  <a:NewDocumentNumber i:nil="true"/>
 LockedFlag>true</a:LockedFlag>
                <a:SubcontractorInvoiceReferenceNumberClearFlag>false<NoteCount>0</a:SubcontractorInvoiceReferenceNumberClearFlag>NoteCount>
                  <a:Timestamp>AAAAAA62IiU=</a:Timestamp><a:PayeeVendors xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                  <a:VendorInvoiceReferenceNumberClearFlag>false</a:VendorInvoiceReferenceNumberClearFlag><b:PwsVendorSummary>
                </a:ExpenseDocumentDetail>     <b:VendorId i:nil="true"/>
         <a:ExpenseDocumentVatFlag>false</a:ExpenseDocumentVatFlag>            <b:VendorName>Barry Allen</b:VendorName>
  <a:Invoices>                   <a:PwsExpenseEntryInvoice><b:VendorUid>1152921504606931573</b:VendorUid>
                     <InvoiceId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/><b:VendorNumber>Barry Allen</b:VendorNumber>
                     <InvoiceNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">DRAFT00944</InvoiceNumber><b:ExpenseReportPayeeFlag>true</b:ExpenseReportPayeeFlag>
                     <InvoiceUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607622625</InvoiceUid><b:InactiveFlag>false</b:InactiveFlag>
                     <a<b:IssuedFlag>false<ResourceVendorFlag>true</a:IssuedFlag>b:ResourceVendorFlag>
                     <<b:VendorInvoicePayeeFlag>false</a:PwsExpenseEntryInvoice>b:VendorInvoicePayeeFlag>
                     <<b:SubcontractorInvoicePayeeFlag>true</ab:Invoices>SubcontractorInvoicePayeeFlag>
               <a:Locations xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>   </b:PwsVendorSummary>
               <a:LockedFlag>true<</a:LockedFlag>PayeeVendors>
               <a:NoteCount>0</a:NoteCount>Projects>
                  <a:PayeeVendors xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">PwsExpenseEntryProject>
                     <ProjectCode <b:PwsVendorSummary>xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">P001125-001</ProjectCode>
                     <b:VendorId<ProjectId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <b:VendorName>Beth Brown</b:VendorName><ProjectUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607425735</ProjectUid>
                     <b<a:VendorUid>1152921504607055834<BookedResourcesOnlyFlag>true</ba:VendorUid>BookedResourcesOnlyFlag>
                     <b:VendorNumber>Beth Brown</b:VendorNumber><a:EarliestRoleStartDate>2018-11-01T00:00:00Z</a:EarliestRoleStartDate>
                     <b:ExpenseReportPayeeFlag>true</b:ExpenseReportPayeeFlag><a:EngagementDescriptor>
                        <EngagementCode <b:InactiveFlag>false</b:InactiveFlag>xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">P001125</EngagementCode>
                         <b:ResourceVendorFlag>true</b:ResourceVendorFlag><EngagementId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <EngagementUid <b:VendorInvoicePayeeFlag>false</b:VendorInvoicePayeeFlag>xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607337264</EngagementUid>
                     <b:SubcontractorInvoicePayeeFlag>true</b:SubcontractorInvoicePayeeFlag>   <a:ClientDescriptor>
               </b:PwsVendorSummary>            <ClientId    </a:PayeeVendors>i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
               <a:Projects>            <ClientNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">C000126</ClientNumber>
     <a:PwsExpenseEntryProject>                      <ProjectCode<ClientUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">P001407-001</ProjectCode>>1152921504606973634</ClientUid>
                          <ProjectId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/><a:ClientName>Lyric Opera</a:ClientName>
                           <ProjectUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607413030</ProjectUid><a:ParentClientDescriptor i:nil="true"/>
                        <a:BookedResourcesOnlyFlag>false<</a:BookedResourcesOnlyFlag>ClientDescriptor>
                        <a:EngagementManager xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
           <a:EarliestRoleStartDate>2018-01-01T00:00:00Z</a:EarliestRoleStartDate>                <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
   <a:EngagementDescriptor>                         <EngagementCode xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">E001407</EngagementCode><b:UserId i:nil="true"/>
                         <EngagementId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
                          <EngagementUid xmlns="http<b://projectorpsa.com/DataContracts/Shared/Common/">1152921504607325242</EngagementUid>UserUid>1152921504606944261</b:UserUid>
                           <a:ClientDescriptor><b:EmailAddress>support@projectorpsa.com</b:EmailAddress>
                           <ClientId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/><b:FirstName>PPSA Support User</b:FirstName>
                           <b:LastName>PPSA <ClientNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">PR-PSA</ClientNumber>Support User</b:LastName>
                           <ClientUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606961482</ClientUid>
 <b:MiddleName>PPSA Support User</b:MiddleName>
                         <a:ClientName>Projector PSA<</a:ClientName>
  EngagementManager>
                        <a:ParentClientDescriptor i:nil="true"/>EngagementName>Barber of Serville</a:EngagementName>
                        </a:ClientDescriptor><a:EngagementTypeDescriptor>
                           <a:EngagementManager<EngagementTypeId i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                           <EngagementTypeName xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">[c].Billable -  <b:UserDisplayName>Jack Spratt</b:UserDisplayName>Time &amp; Material</EngagementTypeName>
                           <b:UserId i:nil="true"/><EngagementTypeShortName xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">TM</EngagementTypeShortName>
                           <EngagementTypeUid <b:UserReferenceSystemId>E123</b:UserReferenceSystemId>xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606863607</EngagementTypeUid>
                           <b<a:UserUid>1152921504607112369<BillableFlag>true</ba:UserUid>BillableFlag>
                           <b:EmailAddress>jack@revcorp.bb</b:EmailAddress></a:EngagementTypeDescriptor>
                           <b:FirstName>Jack</b:FirstName><a:EngagementCurrencyDecimalDigits>2</a:EngagementCurrencyDecimalDigits>
                           <b:LastName>Spratt</b:LastName><a:EngagementCurrencyIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:MiddleName i:nil="true"/>
                 CurrencyCode>USD</b:CurrencyCode>
      </a:EngagementManager>                     <b:CurrencyId i:nil="true"/>
  <a:EngagementName>Engagement A</a:EngagementName>                         <a:EngagementTypeDescriptor><b:CurrencyUid>1152921504606849879</b:CurrencyUid>
                        </a:EngagementCurrencyIdentity>
  <EngagementTypeId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>                   </a:EngagementDescriptor>
           <EngagementTypeName xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">Billable - Time and Materials</EngagementTypeName>     <a:LatestRoleEndDate i:nil="true"/>
                     <EngagementTypeShortName<a:LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">TandM</EngagementTypeShortName>>
                           <EngagementTypeUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606863884</EngagementTypeUid>
 <b:LocationId i:nil="true"/>
                         <a<b:BillableFlag>true<LocationName>Boston</ab:BillableFlag>LocationName>
                        <<b:LocationUid>1152921504606852816</ab:EngagementTypeDescriptor>LocationUid>
                        <a:EngagementCurrencyDecimalDigits>2<</a:EngagementCurrencyDecimalDigits>LocationIdentity>
                        <a:EngagementCurrencyIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">OpenForCostFlag>true</a:OpenForCostFlag>
                           <b:CurrencyCode>USD</b:CurrencyCode><a:ProjectCloseDate i:nil="true"/>
                           <b:CurrencyId<a:ProjectDescription i:nil="true"/>
                     <a:ProjectManager xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
    <b:CurrencyUid>1152921504606851838</b:CurrencyUid>                    <b:UserDisplayName>Harvey Sanchez</b:UserDisplayName>
   </a:EngagementCurrencyIdentity>                      </a:EngagementDescriptor><b:UserId i:nil="true"/>
                        <a:LatestRoleEndDate i:nil="true"/><b:UserReferenceSystemId>011</b:UserReferenceSystemId>
                       <a:LocationIdentity xmlns<b:UserUid>1152921504606944243</b="http://projectorpsa.com/DataContracts/Shared/Common/">:UserUid>
                        <b:LocationId i:nil="true"/>EmailAddress>Harvey@revcorp.min</b:EmailAddress>
                        <b:LocationName>USA<FirstName>Harvey</b:LocationName>FirstName>
                        <b:LocationUid>1152921504606855985<LastName>Sanchez</b:LocationUid>LastName>
                        </a:LocationIdentity><b:MiddleName i:nil="true"/>
                     <a:OpenForCostFlag>true<</a:OpenForCostFlag>ProjectManager>
                     <a:ProjectCloseDate i:nil="true"/>ProjectName>Barber of Serville (Rossini)</a:ProjectName>
                     <a:ProjectDescription i:nil="true"/>ProjectOpenDate>2018-11-01T00:00:00Z</a:ProjectOpenDate>
                     <a:ProjectManagerProjectStageIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserDisplayName>Jack Spratt</b:UserDisplayName>ProjectStageId i:nil="true"/>
                        <b:UserId i:nil="true"/>ProjectStageName>Delivery</b:ProjectStageName>
                        <b:UserReferenceSystemId>E123<ProjectStageShortName>Delivery</b:UserReferenceSystemId>ProjectStageShortName>
                        <b:UserUid>1152921504607112369<ProjectStageUid>1152921504606849646</b:UserUid>ProjectStageUid>
                        <b:EmailAddress>jack@revcorp.bb</b:EmailAddress></a:ProjectStageIdentity>
                        <b:FirstName>Jack</b:FirstName><a:RoleCount>1</a:RoleCount>
                        <b:LastName>Spratt</b:LastName><a:Udf1InactiveFlag>false</a:Udf1InactiveFlag>
                        <b:MiddleName i:nil="true<a:Udf1Values xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                     <<a:Udf2InactiveFlag>false</a:ProjectManager>Udf2InactiveFlag>
                     <a:ProjectName>Project A</a:ProjectName>Udf2Values xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                     <a:ProjectOpenDate>2018-01-01T00:00:00Z<AllowBookingFlag>true</a:ProjectOpenDate>AllowBookingFlag>
                     <a:ProjectStageIdentityUdf1DefaultValue xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/"true"/>
                        <b:ProjectStageId<a:Udf2DefaultValue i:nil="true"/>
                        <b:ProjectStageName>Delivery</b:ProjectStageName><a:ExpenseTypeIdentities xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:ProjectStageShortName>Delivery</b:ProjectStageShortName>PwsExpenseTypeRef>
                           <b:ProjectStageUid>1152921504606853304</b:ProjectStageUid>ExpenseTypeId i:nil="true"/>
                     </a:ProjectStageIdentity>      <b:ExpenseTypeName>Entertainment-Desc-NN</b:ExpenseTypeName>
               <a:RoleCount>1</a:RoleCount>            <b:ExpenseTypeUid>1152921504606861202</b:ExpenseTypeUid>
         <a:Udf1InactiveFlag>false</a:Udf1InactiveFlag>               </b:PwsExpenseTypeRef>
       <a:Udf1Values xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>                <b:PwsExpenseTypeRef>
     <a:Udf2InactiveFlag>false</a:Udf2InactiveFlag>                      <a<b:Udf2ValuesExpenseTypeId xmlnsi:bnil="http://schemas.microsoft.com/2003/10/Serialization/Arrays">true"/>
                           <b:string>Celebration<ExpenseTypeName>Mileage-NN</b:string>ExpenseTypeName>
                           <b:string>Team Building<ExpenseTypeUid>1152921504606861203</b:string>ExpenseTypeUid>
                        <b:string>Client Meeting<</b:string>PwsExpenseTypeRef>
                        <b:string>Other</b:string>PwsExpenseTypeRef>
                     </a:Udf2Values>      <b:ExpenseTypeId i:nil="true"/>
              <a:AllowBookingFlag>true</a:AllowBookingFlag>             <b:ExpenseTypeName>Printing and Copying-RR</b:ExpenseTypeName>
      <a:Udf1DefaultValue i:nil="true"/>                    <b:ExpenseTypeUid>1152921504606861204</b:ExpenseTypeUid>
 <a:Udf2DefaultValue i:nil="true"/>                      <a:ExpenseTypeIdentities xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> </b:PwsExpenseTypeRef>
                        <b:PwsExpenseTypeRef>
                           <b:ExpenseTypeId i:nil="true"/>
                           <b:ExpenseTypeName>Meals<ExpenseTypeName>Research Fees-NN</b:ExpenseTypeName>
                           <b:ExpenseTypeUid>1152921504606878415<ExpenseTypeUid>1152921504606861206</b:ExpenseTypeUid>
                        </b:PwsExpenseTypeRef>
                        <b:PwsExpenseTypeRef>
                           <b:ExpenseTypeId i:nil="true"/>
                           <b:ExpenseTypeName>Other/Misc Billable</ExpenseTypeName>Telecom-NN</b:ExpenseTypeName>
                           <b:ExpenseTypeUid>1152921504606879705<ExpenseTypeUid>1152921504606861208</b:ExpenseTypeUid>
                        </b:PwsExpenseTypeRef>
                        <b:PwsExpenseTypeRef>
                           <b:ExpenseTypeId i:nil="true"/>
                           <b:ExpenseTypeName>Meals and Entertainment< <b:ExpenseTypeName>Travel-AR</b:ExpenseTypeName>
                           <b:ExpenseTypeUid>1152921504606881279<ExpenseTypeUid>1152921504606861209</b:ExpenseTypeUid>
                        </b:PwsExpenseTypeRef>
                        <b:PwsExpenseTypeRef>
                           <b:ExpenseTypeId i:nil="true"/>
                           <b:ExpenseTypeName>Travel<ExpenseTypeName>Per Diem-AA</b:ExpenseTypeName>
                           <b:ExpenseTypeUid>1152921504606881280<ExpenseTypeUid>1152921504606869373</b:ExpenseTypeUid>
                        </b:PwsExpenseTypeRef>
                     </a:ExpenseTypeIdentities>   <b:PwsExpenseTypeRef>
               </a:PwsExpenseEntryProject>            <b:ExpenseTypeId i:nil="true"/>
  </a:Projects>                <a:Receipts>         <b:ExpenseTypeName>03. ER-PASS-NR</b:ExpenseTypeName>
        <a:PwsReceiptDetail>                   <b:ExpenseTypeUid>1152921504606881912</b:ExpenseTypeUid>
  <ReceiptId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>                     </b:PwsExpenseTypeRef>
<ReceiptUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607351892</ReceiptUid>                      <ReferenceId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/><b:PwsExpenseTypeRef>
                           <a<b:DocumentIdentityExpenseTypeId xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/"true"/>
                           <b:DocumentRefId i:nil="true"/>ExpenseTypeName>Mileage(Locked)-NA</b:ExpenseTypeName>
                           <b:DocumentRefUid>1152921504607571578<ExpenseTypeUid>1152921504606881914</b:DocumentRefUid>ExpenseTypeUid>
                        </a:DocumentIdentity>b:PwsExpenseTypeRef>
                        <a:EntireExpenseReportFlag>false</a:EntireExpenseReportFlag><b:PwsExpenseTypeRef>
                           <a<b:ExpenseDocumentIdentityExpenseTypeId xmlnsi:bnil="http://projectorpsa.com/DataContracts/Shared/Common/""true"/>
                           <b:DocumentNumber>ER00706<ExpenseTypeName>07. TCAF-AN</b:DocumentNumber>ExpenseTypeName>
                           <b:ExpenseDocumentId i:nil="true"/>ExpenseTypeUid>1152921504606881915</b:ExpenseTypeUid>
                        </b:PwsExpenseTypeRef>
         <b:ExpenseDocumentUid>1152921504607683553</b:ExpenseDocumentUid>               <b:PwsExpenseTypeRef>
      </a:ExpenseDocumentIdentity>                      <a<b:NotesExpenseTypeId i:nil="true"/>
                          <a:NotesClearFlag>false</a:NotesClearFlag> <b:ExpenseTypeName>08. PASS-RR</b:ExpenseTypeName>
                     <a:ReceiptCostCards>      <b:ExpenseTypeUid>1152921504606881916</b:ExpenseTypeUid>
                  <a:PwsReceiptCostCard>      </b:PwsExpenseTypeRef>
                     <a:CostCardIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">  <b:PwsExpenseTypeRef>
                            <b:CostCardIdExpenseTypeId i:nil="true"/>
                              <b:CostCardUid>1152921504614515251</b:CostCardUid>
            ExpenseTypeName>Exp. Type with a very long name and hits the limit</b:ExpenseTypeName>
                 <b:ReferenceId i:nil="true"/>               <b:ExpenseTypeUid>1152921504606890356</b:ExpenseTypeUid>
            </a:CostCardIdentity>                     </b:PwsExpenseTypeRef>
      <a:ReferenceNumber i:nil="true"/>                 <b:PwsExpenseTypeRef>
          <a:ReferenceNumberClearFlag>false</a:ReferenceNumberClearFlag>                 <b:ExpenseTypeId i:nil="true"/>
      </a:PwsReceiptCostCard>                      </a:ReceiptCostCards><b:ExpenseTypeName>06. ER-AA</b:ExpenseTypeName>
                          <a:NumberPages i:nil="true"/><b:ExpenseTypeUid>1152921504606890357</b:ExpenseTypeUid>
                        <a:DocumentName>01_Scan_2.jpeg</a:DocumentName></b:PwsExpenseTypeRef>
                     <a</a:NumberPagesShort i:nil="true"/>ExpenseTypeIdentities>
                      <a:DocumentArchivedFlag>false<</a:DocumentArchivedFlag>
 PwsExpenseEntryProject>
                </a:PwsReceiptDetail>Projects>
               </a:Receipts><a:Receipts/>
               <a:TitleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                  <b:DepartmentIdentity>
                     <b:DepartmentId i:nil="true"/>
                     <b:DepartmentName>Administrative Team<DepartmentName>Management</b:DepartmentName>
                     <b:DepartmentUid>1152921504606854346<DepartmentUid>1152921504606851319</b:DepartmentUid>
                  </b:DepartmentIdentity>
                  <b:TitleId i:nil="true"/>
                  <b:TitleName>LevelTitleName>Managing 2<Partner</b:TitleName>
                  <b:TitleUid>1152921504606876426<TitleUid>1152921504606862839</b:TitleUid>
               </a:TitleIdentity>
               <a:Vouchers>
                  <a:PwsPaymentVoucherSummary>
                     <PaymentVoucherId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <PaymentVoucherNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">PVER00706<>PVER00217</PaymentVoucherNumber>
                     <PaymentVoucherUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607609478<>1152921504607593565</PaymentVoucherUid>
                     <a:ApprovedToPayByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:UserDisplayName>BobUserDisplayName>PPSA Support Smith<User</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>Partner - 01<UserReferenceSystemId>000</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607011056<UserUid>1152921504606944261</b:UserUid>
                        <b:EmailAddress>bob@projectorpsaEmailAddress>support@projectorpsa.com</b:EmailAddress>
                        <b:FirstName>Bob<FirstName>PPSA Support User</b:FirstName>
                        <b:LastName>Smith<LastName>PPSA Support User</b:LastName>
                        <b:MiddleName i:nil="true"/>MiddleName>PPSA Support User</b:MiddleName>
                     </a:ApprovedToPayByUser>
                     <a:ApprovedToPayTimestamp>2018-0211-07T1910T22:3241:2620.15Z<657Z</a:ApprovedToPayTimestamp>
                     <a:CashAdvanceAmount>0</a:CashAdvanceAmount>
                     <a:PaidByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <a:PaidTimestamp i:nil="true"/>
                     <a:PayeeVendor xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:VendorId i:nil="true"/>
                        <b:VendorName>BethVendorName>Barry Brown<Allen</b:VendorName>
                        <b:VendorUid>1152921504607055834<VendorUid>1152921504606931573</b:VendorUid>
                        <b:VendorNumber>BethVendorNumber>Barry Brown<Allen</b:VendorNumber>
                        <b:ExpenseReportPayeeFlag>true</b:ExpenseReportPayeeFlag>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:ResourceVendorFlag>true</b:ResourceVendorFlag>
                        <b:VendorInvoicePayeeFlag>false</b:VendorInvoicePayeeFlag>
                        <b:SubcontractorInvoicePayeeFlag>true</b:SubcontractorInvoicePayeeFlag>
                     </a:PayeeVendor>
                     <a:PaymentWorkflowStatus>F</a:PaymentWorkflowStatus>
                     <a:ReceivedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <a:ReceivedTimestamp i:nil="true"/>
                     <a:TransmittedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                     <a:TransmittedTimestamp i:nil="true"/>
                     <a:CanMarkReceivedFlag>true</a:CanMarkReceivedFlag>
                  </a:PwsPaymentVoucherSummary>
               </a:Vouchers>
               <a:AllowCloneFlag>true</a:AllowCloneFlag>
               <a:AllowDeleteFlag>false</a:AllowDeleteFlag>
               <a:Category>F</a:Category>
               <a:CreatedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                  <b:UserDisplayName>BethUserDisplayName>PPSA Support Brown<User</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>E125<UserReferenceSystemId>000</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607112693<UserUid>1152921504606944261</b:UserUid>
                  <b:EmailAddress>beth@revcorpEmailAddress>support@projectorpsa.bb<com</b:EmailAddress>
                  <b:FirstName>Beth<FirstName>PPSA Support User</b:FirstName>
                  <b:LastName>Brown<LastName>PPSA Support User</b:LastName>
                  <b:MiddleName i:nil="true"/>MiddleName>PPSA Support User</b:MiddleName>
               </a:CreatedByUser>
               <a:CreatedTimestamp>2018-0211-07T1710T22:4439:2441.317Z<607Z</a:CreatedTimestamp>
               <a:LastUpdatedByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                  <b:UserDisplayName>BethUserDisplayName>PPSA Support Brown<User</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>E125<UserReferenceSystemId>000</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607112693<UserUid>1152921504606944261</b:UserUid>
                  <b:EmailAddress>beth@revcorpEmailAddress>support@projectorpsa.bb<com</b:EmailAddress>
                  <b:FirstName>Beth<FirstName>PPSA Support User</b:FirstName>
                  <b:LastName>Brown<LastName>PPSA Support User</b:LastName>
                  <b:MiddleName i:nil="true"/>MiddleName>PPSA Support User</b:MiddleName>
               </a:LastUpdatedByUser>
               <a:LastUpdatedTimestamp>2018-0211-07T1710T22:5039:5948.82Z<163Z</a:LastUpdatedTimestamp>
               <a:PaymentVoucherItems>
                  <a:PwsPaymentVoucherItem>
                     <a:Amount>189.99<Amount>235</a:Amount>
                     <a:EffectiveStatus>F</a:EffectiveStatus>
                     <a:ItemCount>1</a:ItemCount>
                     <a:PaymentVoucher>
                        <PaymentVoucherId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <PaymentVoucherNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">PVER00706<>PVER00217</PaymentVoucherNumber>
                        <PaymentVoucherUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607609478<>1152921504607593565</PaymentVoucherUid>
                        <a:ApprovedToPayByUser xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:UserDisplayName>BobUserDisplayName>PPSA Support Smith<User</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>Partner - 01<UserReferenceSystemId>000</b:UserReferenceSystemId>
                           <b:UserUid>1152921504607011056<UserUid>1152921504606944261</b:UserUid>
                           <b:EmailAddress>bob@projectorpsaEmailAddress>support@projectorpsa.com</b:EmailAddress>
                           <b:FirstName>Bob<FirstName>PPSA Support User</b:FirstName>
                           <b:LastName>Smith<LastName>PPSA Support User</b:LastName>
                           <b:MiddleName i:nil="true"/>MiddleName>PPSA Support User</b:MiddleName>
                        </a:ApprovedToPayByUser>
                        <a:ApprovedToPayTimestamp>2018-0211-07T1910T22:3241:2620.15Z<657Z</a:ApprovedToPayTimestamp>
                        <a:CashAdvanceAmount>0</a:CashAdvanceAmount>
                        <a:PaidByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:PaidTimestamp i:nil="true"/>
                        <a:PayeeVendor xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:VendorId i:nil="true"/>
                           <b:VendorName>BethVendorName>Barry Brown<Allen</b:VendorName>
                           <b:VendorUid>1152921504607055834<VendorUid>1152921504606931573</b:VendorUid>
                           <b:VendorNumber>BethVendorNumber>Barry Brown<Allen</b:VendorNumber>
                           <b:ExpenseReportPayeeFlag>true</b:ExpenseReportPayeeFlag>
                           <b:InactiveFlag>false</b:InactiveFlag>
                           <b:ResourceVendorFlag>true</b:ResourceVendorFlag>
                           <b:VendorInvoicePayeeFlag>false</b:VendorInvoicePayeeFlag>
                           <b:SubcontractorInvoicePayeeFlag>true</b:SubcontractorInvoicePayeeFlag>
                        </a:PayeeVendor>
                        <a:PaymentWorkflowStatus>F</a:PaymentWorkflowStatus>
                        <a:ReceivedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:ReceivedTimestamp i:nil="true"/>
                        <a:TransmittedByUser i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:TransmittedTimestamp i:nil="true"/>
                        <a:CanMarkReceivedFlag>true</a:CanMarkReceivedFlag>
                     </a:PaymentVoucher>
                     <a:ProjectSummary i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                  </a:PwsPaymentVoucherItem>
               </a:PaymentVoucherItems>
               <a:Status>F</a:Status>
               <a:DisbursedCurrencyDecimalDigits>2</a:DisbursedCurrencyDecimalDigits>
               <a:MileageUom>M<MileageUom>K</a:MileageUom>
               <a:ExpenseDocumentLockedFlag>true</a:ExpenseDocumentLockedFlag>
               <a:ApprovalWorkflowStatus>A</a:ApprovalWorkflowStatus>
               <a:CostCardTotalDisbursedAmount>189.99<CostCardTotalDisbursedAmount>235</a:CostCardTotalDisbursedAmount>
               <a:DeleteExpenseDocumentUnavailableReason>APP</a:DeleteExpenseDocumentUnavailableReason>
               <a:DueToOtherPayeesAmount>0</a:DueToOtherPayeesAmount>
               <a:InvoiceWorkflowStatus>I<InvoiceWorkflowStatus>B</a:InvoiceWorkflowStatus>
               <a:MaintainExpenseDocumentUnavailableReason>LOK</a:MaintainExpenseDocumentUnavailableReason>
               <a:PaymentWorkflowStatus>F</a:PaymentWorkflowStatus>
               <a:ViewInExpenseEntryFlag>true</a:ViewInExpenseEntryFlag>
               <a:MaintainEntireEdReceiptsUnavailableReason>LCK</a:MaintainEntireEdReceiptsUnavailableReason>
            </a:ExpenseDocument>
         
                   
 </PwsGetExpenseDocumentResult>         </PwsGetExpenseDocumentResponse>    </s:Body> </s:Envelope>