Versions Compared

Key

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

Overview

Issuing an invoice or credit memo will transmit the invoice or credit memo to the accounts receivable system and will prevent the addition of further adjustments unless the invoice or credit memo is voided.

On issue the following things occur:

  • Assign an invoice number
  • Render the invoice
  • Prevent financial changes from being made to the invoice. See Preview / Re-Render Invoice to learn exactly what's locked down.
  • Queue an accounts receivable transaction for transmission to the accounting system
  • Optionally email the invoice to the client
  • Optionally download the invoice to your computer
  • Optionally upload the invoice to Projector Web

Request Format

Panel
titlePwsIssueInvoice Request
  • PwsIssueInvoice
    • serviceRequest: PwsIssueInvoice
      • RequestId: Int32
      • SessionTicket: String
      • AddCommentsToInvoiceMessagesFlag: Boolean
      • FullDetailFlag: Boolean
      • IncludeAdjustmentHistoryFlag: Boolean
      • IncludeFullAdjustmentHistoryFlag: Boolean
      • InvoiceDate: DateTime
      • InvoiceIdentity: PwsInvoiceRef
      • InvoiceTimestamp: String
      • IssuedInvoiceNumber: String
      • LocksToSteal: PwsEntityLockSummary
      • NewInvoiceMessages: String
      • NotifyFinanceTeamFlag: Boolean
      • NotifyManagementTeamFlag: Boolean
      • NotifyPmTeamFlag: Boolean
      • PostFlag: Boolean
      • ProjectorLockSetId: Int32
      • SendFlag: Boolean
      • SkipIfIneligibleFlag: Boolean

Request Elements

...

Element

Overview


Issuing an invoice or credit memo will transmit the invoice or credit memo to the accounts receivable system and will prevent the addition of further adjustments unless the invoice or credit memo is voided.

On issue the following things occur:

  • Assign an invoice number
  • Render the invoice
  • Prevent financial changes from being made to the invoice. See Preview / Re-Render Invoice to learn exactly what's locked down.
  • Queue an accounts receivable transaction for transmission to the accounting system
  • Optionally email the invoice to the client
  • Optionally download the invoice to your computer
  • Optionally upload the invoice to Projector Web

Request Format


Panel
titlePwsIssueInvoice Request
  • PwsIssueInvoice
    • serviceRequest: PwsIssueInvoice
      • RequestId: Int32
      • SessionTicket: String
      • AddCommentsToInvoiceMessagesFlag: Boolean
      • FullDetailFlag: Boolean
      • IncludeAdjustmentHistoryFlag: Boolean
      • IncludeFullAdjustmentHistoryFlag: Boolean
      • InvoiceDate: DateTime
      • InvoiceIdentity: PwsInvoiceRef
      • InvoiceTimestamp: String
      • IssuedInvoiceNumber: String
      • LocksToSteal: PwsEntityLockSummary
      • NewInvoiceMessages: String
      • NotifyFinanceTeamFlag: Boolean
      • NotifyManagementTeamFlag: Boolean
      • NotifyPmTeamFlag: Boolean
      • PostFlag: Boolean
      • ProjectorLockSetId: Int32
      • RetrieveContractInfoOnCapExceededFlag: Boolean
      • SendFlag: Boolean
      • SkipIfIneligibleFlag: Boolean

Request Elements


ElementMakeNameUniqueFlag

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

String

Yes


Click here for more information.

AcuGfDv7RvA96P5s49CONg==

AddCommentsToInvoiceMessagesFlag

Boolean

No

false

If set to 'true', the comments associated with the ivnoice will be added to the invoice message.

true

FullDetailFlag

Boolean

No

false

If set to 'true', include full detailed invoice element in response.

true

IncludeAdjustmentHistoryFlag

Boolean

No

false

If set to 'true', include adjustment history in response.

true

IncludeFullAdjustmentHistoryFlag

Boolean

No

false

If set to 'true', include full adjustment history in response.

true

InvoiceDate

DateTime

No

The date the invoice is issued

Defaults to the date the invoice is actually issued. This can be overridden here or at the time of issue.

This date:

  • determines the accounting period for the AR transaction
  • start date for payment terms such as net 30
2023-02-21T00:00:00.000Z

InvoiceIdentity

PwsInvoiceRef

Yes


This structure represents the unique key fields associated with identifying an invoice.


InvoiceTimestamp

String

No


This is a Base64 encoded timestamp optionally utilized for invoice locking.


IssuedInvoiceNumber

String

No


The invoice number is a unique identifier for an issued invoice.


LocksToSteal

PwsEntityLockSummary

No


If stealing existing locks, specify lock holders from PwsFault response.


NewInvoiceMessagesStringNo
Invoice messages to include in workflow email. May also be added to invoice messages for the new invoiceWeb Services - PwsIssueInvoice

NotifyFinanceTeamFlag

Boolean

NotifyManagementTeamFlagNo

Boolean

NotifyPmTeamFlag

Boolean

PostFlagfalse

True to send an e-mail to the finance team response for finance approval of invoice upon update.

true

NotifyManagementTeamFlag

Boolean

ProjectorLockSetIdNo

Int32

SendFlag

Boolean

SkipIfIneligibleFlagfalse

True to send an e-mail to the management team response for management approval of invoice upon update.

true

NotifyPmTeamFlag

Boolean

No

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No

Click here for more information.

SessionTicket

String

Yes

Click here for more information.

AftyRXSTlnMPzozuKwq0kQ=

DocumentIdentity

PwsDocumentRef

Yes

The identity of the document that is to be undeleted. Click here for more information.

false

True to send an e-mail to the PM team response for project manager approval of invoice upon update.

true

PostFlag

Boolean

No

false

If true, the invoice will be posted to the workspace of the associated project if allowed

true

ProjectorLockSetId

Int32

No


A projector lock set id is an identifier for a group of one or more locks held as a unit


RetrieveContractInfoOnCapExceededFlagBooleanNofalse

If

the undeleted document shares the same name as an existing document and this flag is set to 'true', then a number will appended to the undeleted document's name to make it unique.
true

Request Usage Example(s)

set to false (default), behavior is as it is now. A fault is returned with the error message “CapExceededError”, and no exceeded contract detail is returned.

If set to true, the service returns a status of OK, the error is present in Messages, and the exceeded contracts detail is returned.

true

SendFlag

Boolean

No

false

True to send an e-mail to the client via invoice distribution

true

SkipIfIneligibleFlag

Boolean

No

false

True to skip the invoice if is not eligible to be issued

true


Request Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:docbil="http://projectorpsa.com/DataContracts/Shared/DocumentManagementBilling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsUndeleteDocument>PwsIssueInvoice>
         <pws:serviceRequest>
            <req:SessionTicket>AftyRXSTlnMPzozuKwq0kQ:RequestId>1</req:RequestId>
            <req:SessionTicket>AcuGfDv7RvA96P5s49CONg==</req:SessionTicket>
            <doc:DocumentIdentity><bil:AddCommentsToInvoiceMessagesFlag>true</bil:AddCommentsToInvoiceMessagesFlag>
               <com:DocumentRefUid>1152921504607635451</com:DocumentRefUid><bil:FullDetailFlag>true</bil:FullDetailFlag>
            <<bil:IncludeAdjustmentHistoryFlag>true</doc:DocumentIdentity>bil:IncludeAdjustmentHistoryFlag>
            <<bil:IncludeFullAdjustmentHistoryFlag>true</pwsbil:serviceRequest>IncludeFullAdjustmentHistoryFlag>
       </pws:PwsUndeleteDocument>    </soapenv:Body>
</soapenv:Envelope>
Code Block
languagexml
titleExample 02 - unique name
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body> <bil:InvoiceDate>2023-02-21T00:00:00.000Z</bil:InvoiceDate>
            <bil:InvoiceIdentity>
      <pws:PwsUndeleteDocument>          <pws:serviceRequest><com:InvoiceNumber>DRAFT00795</com:InvoiceNumber>
            <req:SessionTicket>ARaqO1NTOppS159NGsaYoA==</reqbil:SessionTicket>InvoiceIdentity>
            <doc<bil:DocumentIdentity>NewInvoiceMessages>Web Services - PwsIssueInvoice</bil:NewInvoiceMessages>
            <com:DocumentRefUid>1152921504607775872</com:DocumentRefUid><bil:NotifyFinanceTeamFlag>true</bil:NotifyFinanceTeamFlag>
            <bil:NotifyManagementTeamFlag>true</bil:NotifyManagementTeamFlag>
            <bil:NotifyPmTeamFlag>true</bil:NotifyPmTeamFlag>
            <bil:PostFlag>true</bil:PostFlag>
            <<bil:RetrieveContractInfoOnCapExceededFlag>true</doc:DocumentIdentity>bil:RetrieveContractInfoOnCapExceededFlag>
            <bil:SendFlag>true</bil:SendFlag>
      <doc:MakeNameUniqueFlag>true</doc:MakeNameUniqueFlag>      <bil:SkipIfIneligibleFlag>true</bil:SkipIfIneligibleFlag>
         </pws:serviceRequest>
      </pws:PwsUndeleteDocument>PwsIssueInvoice>
   </soapenv:Body>
</soapenv:Envelope>

...

Response Format


Panel
titlePwsUndeleteDocument PwsIssueInvoice Response


Response Elements

...

languagexml
titleExample 01
collapsetrue

...

0320T1840:05.6295028Z

Element

Data Type

Description

Sample Data

Messages

PwsMessage[]

The web service response status and message. Click here for more information.


ResponseId

Int32

Click here for more information.0

1

Status

RequestStatus

Click here for more information.

Ok

ServerTimestampUtc

DateTime

Click here for more information.

2018
2023-02-21T22:NewDocumentNameStringThe new unique name of the undeleted document when request specifies MakeNameUniqueFlag as true.

Response Usage Example(s)

28:15.4891243Z

ExceededContracts

/wiki/spaces/AD/pages/233406465[]

This structure represents the complete details of a contract line item in which the time or cost contract cap has been exceeded.


Invoice

PwsInvoiceElement

This structure represents the complete details of a retrieved invoice.


InvoiceIdentity

PwsInvoiceRef

This structure represents the unique key fields associated with identifying an invoice. Invoices can be identified by InvoiceNumber or InvoiceUid.


InvoiceTimestamp

String

This is an optimistic locking timestamp for the updated invoice.

AAAAACM5pCY=

PostInvoiceUnavailableReason

String

If an invoice cannot be posted, the reason will be returned here.


SendInvoiceUnavailableReason

String

If an invoice cannot be sent, the reason will be returned here.


StolenLocks

PwsEntityLockSummary

This structure contains information about the locks that were stolen in order to complete this request, Will be included only when LocksToSteal is specified in the request.



Response Usage Example(s)


Code Block
languagexml
titleResponse Example
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsIssueInvoiceResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsIssueInvoiceResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Billing/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:PwsMessage>
                  <b:AdditionalErrorText>Message 136: This request was executed against the QA [appqa.projectorpsa.com] environment.</b:AdditionalErrorText>
                  <b:ErrorCode>NonProductionEnvironment</b:ErrorCode>
                  <b:ErrorNumber>136</b:ErrorNumber>
                  <b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>
                  <b:Type>Information</b:Type>
                  <b:ReferenceId1 i:nil="true"/>
                  <b:ReferenceId2 i:nil="true"/>
               </b:PwsMessage>
            </Messages>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2023-02-21T22:28:15.4891243Z</ServerTimestampUtc>
            <a:ExceededContracts i:nil="true"/>
            <a:Invoice xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:AdjustmentHistory>
                  <b:PwsInvoiceAdjustmentHistory>
                     <b:AdjustedCostCards>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633476</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Miranda</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Miranda</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169802</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>3.99</b:ClientAmount>
                              <b:Description i:nil="true"/>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage i:nil="true"/>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633477</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Miranda</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Miranda</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169802</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>24.99</b:ClientAmount>
                              <b:Description i:nil="true"/>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage i:nil="true"/>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633508</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Nigel</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Nigel</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169747</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>3.99</b:ClientAmount>
                              <b:Description i:nil="true"/>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage i:nil="true"/>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633509</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Nigel</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Nigel</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169747</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>24.99</b:ClientAmount>
                              <b:Description i:nil="true"/>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage i:nil="true"/>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                     </b:AdjustedCostCards>
                     <b:AdjustedTimeCards/>
                     <b:AdjustmentCodeIdentity i:nil="true"/>
                     <b:AdjustmentHistoryId i:nil="true"/>
                     <b:AdjustmentHistoryUid>1152921504610432701</b:AdjustmentHistoryUid>
                     <b:AdjustmentSubtype i:nil="true"/>
                     <b:AdjustmentType>IC</b:AdjustmentType>
                     <b:AfterAdjustmentCardValue>57.959999999999994</b:AfterAdjustmentCardValue>
                     <b:BeforeAdjustmentCardValue>57.959999999999994</b:BeforeAdjustmentCardValue>
                     <b:CardCount>4</b:CardCount>
                     <b:EnteredByUser>
                        <b:UserDisplayName>Bettina</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607011056</b:UserUid>
                        <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                        <b:FirstName>Bettina</b:FirstName>
                        <b:LastName>Borces</b:LastName>
                        <b:MiddleName i:nil="true"/>
                     </b:EnteredByUser>
                     <b:Explanation i:nil="true"/>
                     <b:TransactionTimestamp>2023-02-17T21:39:27.18Z</b:TransactionTimestamp>
                     <b:UdfDefinitionIdentity i:nil="true"/>
                  </b:PwsInvoiceAdjustmentHistory>
                  <b:PwsInvoiceAdjustmentHistory>
                     <b:AdjustedCostCards>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633476</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Miranda</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Miranda</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169802</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>Prime Video*RH7II8TH3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>3.99</b:ClientAmount>
                              <b:Description>Prime Video*RH7II8TH3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633477</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Miranda</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Miranda</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169802</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>AMZN Mktp US*DP5Y44IR3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>24.99</b:ClientAmount>
                              <b:Description>AMZN Mktp US*DP5Y44IR3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue>
                                    <b:CodeValue>NSA-1</b:CodeValue>
                                    <b:TextValue>Come up with five core flavors</b:TextValue>
                                    <b:UidValue>10000</b:UidValue>
                                 </b:RelationValue>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633508</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Nigel</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Nigel</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169747</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>Prime Video*RH7II8TH3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>3.99</b:BaseAmount>
                              <b:ClientAmount>3.99</b:ClientAmount>
                              <b:Description>Prime Video*RH7II8TH3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633509</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Nigel</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Nigel</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169747</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>AMZN Mktp US*DP5Y44IR3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>24.99</b:BaseAmount>
                              <b:ClientAmount>24.99</b:ClientAmount>
                              <b:Description>AMZN Mktp US*DP5Y44IR3</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Shopping</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606879705</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633540</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Miranda</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Miranda</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169802</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>0</b:BaseAmount>
                              <b:ClientAmount>100</b:ClientAmount>
                              <b:Description>Per diem for Miranda on 03-Feb-2023</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Per Diem</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606881747</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>0</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>Per diem for Miranda on 03-Feb-2023</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Per Diem</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606881747</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity>
                                 <b:LocationId i:nil="true"/>
                                 <b:LocationName>USA - New York</b:LocationName>
                                 <b:LocationUid>1152921504606855983</b:LocationUid>
                              </b:LocationIdentity>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                        <b:PwsInvoiceAdjustmentHistoryCostCard>
                           <b:CardDate>2023-02-03T00:00:00Z</b:CardDate>
                           <b:CardId i:nil="true"/>
                           <b:CardUid>1152921504615633541</b:CardUid>
                           <b:ResourceIdentity>
                              <b:ResourceDisplayName>Nigel</b:ResourceDisplayName>
                              <b:ResourceId i:nil="true"/>
                              <b:ResourceReferenceSystemId>R24 - Nigel</b:ResourceReferenceSystemId>
                              <b:ResourceUid>1152921504607169747</b:ResourceUid>
                           </b:ResourceIdentity>
                           <b:AfterImage>
                              <b:BaseAmount>0</b:BaseAmount>
                              <b:ClientAmount>100</b:ClientAmount>
                              <b:Description>Per diem for Nigel on 03-Feb-2023</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Per Diem</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606881747</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:AfterImage>
                           <b:BeforeImage>
                              <b:BaseAmount>0</b:BaseAmount>
                              <b:ClientAmount>0</b:ClientAmount>
                              <b:Description>Per diem for Nigel on 03-Feb-2023</b:Description>
                              <b:ExpenseTypeIdentity>
                                 <b:ExpenseTypeId i:nil="true"/>
                                 <b:ExpenseTypeName>Per Diem</b:ExpenseTypeName>
                                 <b:ExpenseTypeUid>1152921504606881747</b:ExpenseTypeUid>
                              </b:ExpenseTypeIdentity>
                              <b:LocationIdentity i:nil="true"/>
                              <b:ProjectIdentity>
                                 <b:ProjectCode>R24E001010-P002</b:ProjectCode>
                                 <b:ProjectId i:nil="true"/>
                                 <b:ProjectUid>1152921504607582849</b:ProjectUid>
                              </b:ProjectIdentity>
                              <b:ProjectName>R24 - Overage (Regression)</b:ProjectName>
                              <b:Udf1Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf1Value>
                              <b:Udf2Value>
                                 <b:BooleanValue i:nil="true"/>
                                 <b:DateValue i:nil="true"/>
                                 <b:IntegerValue i:nil="true"/>
                                 <b:TextValue i:nil="true"/>
                                 <b:RelationValue i:nil="true"/>
                                 <b:NumericValue i:nil="true"/>
                              </b:Udf2Value>
                              <b:Units>1</b:Units>
                           </b:BeforeImage>
                        </b:PwsInvoiceAdjustmentHistoryCostCard>
                     </b:AdjustedCostCards>
                     <b:AdjustedTimeCards/>
                     <b:AdjustmentCodeIdentity i:nil="true"/>
                     <b:AdjustmentHistoryId i:nil="true"/>
                     <b:AdjustmentHistoryUid>1152921504610432702</b:AdjustmentHistoryUid>
                     <b:AdjustmentSubtype i:nil="true"/>
                     <b:AdjustmentType>PDC</b:AdjustmentType>
                     <b:AfterAdjustmentCardValue>200</b:AfterAdjustmentCardValue>
                     <b:BeforeAdjustmentCardValue>57.959999999999994</b:BeforeAdjustmentCardValue>
                     <b:CardCount>6</b:CardCount>
                     <b:EnteredByUser>
                        <b:UserDisplayName>Bettina</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607011056</b:UserUid>
                        <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                        <b:FirstName>Bettina</b:FirstName>
                        <b:LastName>Borces</b:LastName>
                        <b:MiddleName i:nil="true"/>
                     </b:EnteredByUser>
                     <b:Explanation i:nil="true"/>
                     <b:TransactionTimestamp>2023-02-17T21:40:29.293Z</b:TransactionTimestamp>
                     <b:UdfDefinitionIdentity i:nil="true"/>
                  </b:PwsInvoiceAdjustmentHistory>
                  <b:PwsInvoiceAdjustmentHistory>
                     <b:AdjustedCostCards/>
                     <b:AdjustedTimeCards/>
                     <b:AdjustmentCodeIdentity i:nil="true"/>
                     <b:AdjustmentHistoryId i:nil="true"/>
                     <b:AdjustmentHistoryUid>1152921504610432713</b:AdjustmentHistoryUid>
                     <b:AdjustmentSubtype i:nil="true"/>
                     <b:AdjustmentType>II</b:AdjustmentType>
                     <b:AfterAdjustmentCardValue>0</b:AfterAdjustmentCardValue>
                     <b:BeforeAdjustmentCardValue>0</b:BeforeAdjustmentCardValue>
                     <b:CardCount>0</b:CardCount>
                     <b:EnteredByUser>
                        <b:UserDisplayName>Bettina</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607011056</b:UserUid>
                        <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                        <b:FirstName>Bettina</b:FirstName>
                        <b:LastName>Borces</b:LastName>
                        <b:MiddleName i:nil="true"/>
                     </b:EnteredByUser>
                     <b:Explanation>Invoice Number INV00526</b:Explanation>
                     <b:TransactionTimestamp>2023-02-21T22:28:15.483Z</b:TransactionTimestamp>
                     <b:UdfDefinitionIdentity i:nil="true"/>
                  </b:PwsInvoiceAdjustmentHistory>
               </b:AdjustmentHistory>
               <b:AllowAccountingPeriodOverrideFlag>false</b:AllowAccountingPeriodOverrideFlag>
               <b:ApprovedByFinanceFlag>true</b:ApprovedByFinanceFlag>
               <b:ApprovedByFinanceTimestamp>2023-02-21T22:28:00.5Z</b:ApprovedByFinanceTimestamp>
               <b:ApprovedByFinanceUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:ApprovedByFinanceUser>
               <b:ApprovedByManagementFlag>true</b:ApprovedByManagementFlag>
               <b:ApprovedByManagementTimestamp>2023-02-21T22:28:00.5Z</b:ApprovedByManagementTimestamp>
               <b:ApprovedByManagementUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:ApprovedByManagementUser>
               <b:ApprovedByProjectManagerFlag>true</b:ApprovedByProjectManagerFlag>
               <b:ApprovedByProjectManagerTimestamp>2023-02-21T22:28:00.5Z</b:ApprovedByProjectManagerTimestamp>
               <b:ApprovedByProjectManagerUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:ApprovedByProjectManagerUser>
               <b:AutoManagementApprovalFlag>false</b:AutoManagementApprovalFlag>
               <b:AvailableBalances>
                  <b:PwsInvoiceAvailableBalance>
                     <b:ContractLineItem>
                        <b:ContractLineItemCode>R24E001010-CL2</b:ContractLineItemCode>
                        <b:ContractLineItemId i:nil="true"/>
                        <b:ContractLineItemUid>1152921504607234297</b:ContractLineItemUid>
                        <b:ContractLineItemName>R24 - Overage (Regression)</b:ContractLineItemName>
                        <b:EngagementIdentity>
                           <b:EngagementCode>R24E001010</b:EngagementCode>
                           <b:EngagementId i:nil="true"/>
                           <b:EngagementUid>1152921504607458046</b:EngagementUid>
                        </b:EngagementIdentity>
                     </b:ContractLineItem>
                     <b:EditableFlag>false</b:EditableFlag>
                     <b:UnappliedPrepaidAmount>0</b:UnappliedPrepaidAmount>
                  </b:PwsInvoiceAvailableBalance>
               </b:AvailableBalances>
               <b:AvailableMilestones/>
               <b:CardBeginDate i:nil="true"/>
               <b:CardEndDate>2023-02-03T00:00:00</b:CardEndDate>
               <b:Client>
                  <b:ClientId i:nil="true"/>
                  <b:ClientNumber>R24</b:ClientNumber>
                  <b:ClientUid>1152921504607032493</b:ClientUid>
                  <b:ClientName>R24</b:ClientName>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:ParentClientIdentity>
                     <b:ClientId i:nil="true"/>
                     <b:ClientNumber>C000163</b:ClientNumber>
                     <b:ClientUid>1152921504607032494</b:ClientUid>
                  </b:ParentClientIdentity>
               </b:Client>
               <b:CompanyIdentity>
                  <b:CompanyId i:nil="true"/>
                  <b:CompanyName>R24</b:CompanyName>
                  <b:CompanyUid>1152921504606854776</b:CompanyUid>
                  <b:CompanyNumber>R24</b:CompanyNumber>
               </b:CompanyIdentity>
               <b:CostCardAdjustmentAmount>142.04</b:CostCardAdjustmentAmount>
               <b:CostCardExclusionsAmount>0</b:CostCardExclusionsAmount>
               <b:CostCardInvoicedAmount>200</b:CostCardInvoicedAmount>
               <b:CostCardRequireLocationFlag>false</b:CostCardRequireLocationFlag>
               <b:CostCenterIdentity>
                  <b:CostCenterId i:nil="true"/>
                  <b:CostCenterName>R24</b:CostCenterName>
                  <b:CostCenterNumber>R24</b:CostCenterNumber>
                  <b:CostCenterUid>1152921504606890213</b:CostCenterUid>
               </b:CostCenterIdentity>
               <b:CreatedByUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:CreatedByUser>
               <b:CreatedTimestamp>2023-02-17T21:39:26.057Z</b:CreatedTimestamp>
               <b:DeletedFlag>false</b:DeletedFlag>
               <b:DraftCostCardCount>0</b:DraftCostCardCount>
               <b:DraftInvoiceNumber>DRAFT00795</b:DraftInvoiceNumber>
               <b:DraftTimeCardCount>0</b:DraftTimeCardCount>
               <b:Engagement>
                  <b:EngagementCode>R24E001010</b:EngagementCode>
                  <b:EngagementId i:nil="true"/>
                  <b:EngagementUid>1152921504607458046</b:EngagementUid>
                  <b:ClientIdentity>
                     <b:ClientId i:nil="true"/>
                     <b:ClientNumber>R24</b:ClientNumber>
                     <b:ClientUid>1152921504607032493</b:ClientUid>
                  </b:ClientIdentity>
                  <b:EngagementName>R24 - Service Contract (Regression)</b:EngagementName>
               </b:Engagement>
               <b:ExcludeZeroAmountCostCardsFlag>false</b:ExcludeZeroAmountCostCardsFlag>
               <b:ExcludeZeroAmountTimeCardsFlag>false</b:ExcludeZeroAmountTimeCardsFlag>
               <b:ExcludedCostCardAmount>0</b:ExcludedCostCardAmount>
               <b:ExcludedCostCardCount>0</b:ExcludedCostCardCount>
               <b:ExcludedMilestoneAmount>0</b:ExcludedMilestoneAmount>
               <b:ExcludedMilestoneCount>0</b:ExcludedMilestoneCount>
               <b:ExcludedTimeCardAmount>0</b:ExcludedTimeCardAmount>
               <b:ExcludedTimeCardCount>0</b:ExcludedTimeCardCount>
               <b:GrossInvoiceAmount>200</b:GrossInvoiceAmount>
               <b:IncludedCostCardCount>6</b:IncludedCostCardCount>
               <b:IncludedMilestoneCount>0</b:IncludedMilestoneCount>
               <b:IncludedMilestones/>
               <b:IncludedTimeCardCount>0</b:IncludedTimeCardCount>
               <b:InvoiceContent>A</b:InvoiceContent>
               <b:InvoiceCurrencyDecimalDigits>2</b:InvoiceCurrencyDecimalDigits>
               <b:InvoiceCurrencyIdentity>
                  <b:CurrencyCode>USD</b:CurrencyCode>
                  <b:CurrencyId i:nil="true"/>
                  <b:CurrencyUid>1152921504606851838</b:CurrencyUid>
               </b:InvoiceCurrencyIdentity>
               <b:InvoiceDetail>
                  <b:InvoiceId i:nil="true"/>
                  <b:InvoiceNumber>INV00526</b:InvoiceNumber>
                  <b:InvoiceUid>1152921504607896006</b:InvoiceUid>
                  <b:InvoiceDate>2023-02-21T00:00:00</b:InvoiceDate>
                  <b:InvoiceName>R24 - Service Contract (Regression) through 03-Feb-2023</b:InvoiceName>
                  <b:BillingAddress>
                     <b:AddressLine1>311 S Wacker Drive</b:AddressLine1>
                     <b:AddressLine2>Suite #2300</b:AddressLine2>
                     <b:Attention>BigTime Software</b:Attention>
                     <b:City>Chicago</b:City>
                     <b:CompanyName>R24</b:CompanyName>
                     <b:Country>USA</b:Country>
                     <b:StateOrProvince>IL</b:StateOrProvince>
                     <b:ZipOrPostalCode>60606</b:ZipOrPostalCode>
                  </b:BillingAddress>
                  <b:BillingCultureIdentity>
                     <b:CultureId i:nil="true"/>
                     <b:CultureName>en-US</b:CultureName>
                     <b:CultureUid>1152921504606851419</b:CultureUid>
                  </b:BillingCultureIdentity>
                  <b:BillingInstructions i:nil="true"/>
                  <b:ClientMessage i:nil="true"/>
                  <b:ClientMessagePlain i:nil="true"/>
                  <b:ContractLineItems>
                     <b:PwsInvoiceContractLineItem>
                        <b:AppliedPrepaidAmount>0</b:AppliedPrepaidAmount>
                        <b:ContractLineItemIdentity>
                           <b:ContractLineItemCode>R24E001010-CL2</b:ContractLineItemCode>
                           <b:ContractLineItemId i:nil="true"/>
                           <b:ContractLineItemUid>1152921504607234297</b:ContractLineItemUid>
                        </b:ContractLineItemIdentity>
                     </b:PwsInvoiceContractLineItem>
                  </b:ContractLineItems>
                  <b:CostGrossAmtOption>C</b:CostGrossAmtOption>
                  <b:DistributionSettings>
                     <b:EmailSettings>
                        <b:EmailFromUserIdentity>
                           <b:UserDisplayName>Bettina</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                           <b:UserUid>1152921504607011056</b:UserUid>
                        </b:EmailFromUserIdentity>
                        <b:EmailInvoiceTemplateIdentity>
                           <b:InvoiceTemplateId i:nil="true"/>
                           <b:InvoiceTemplateName>E003</b:InvoiceTemplateName>
                           <b:InvoiceTemplateUid>1152921504606878908</b:InvoiceTemplateUid>
                        </b:EmailInvoiceTemplateIdentity>
                        <b:InvoiceEmailEnabledFlag>true</b:InvoiceEmailEnabledFlag>
                        <b:InvoiceEmailType>P</b:InvoiceEmailType>
                        <b:Recipients>
                           <b:PwsInvoiceEmailRecipient>
                              <b:RecipientType>T</b:RecipientType>
                              <b:UserIdentity>
                                 <b:UserDisplayName>R24</b:UserDisplayName>
                                 <b:UserId i:nil="true"/>
                                 <b:UserReferenceSystemId>R24</b:UserReferenceSystemId>
                                 <b:UserUid>1152921504607179021</b:UserUid>
                              </b:UserIdentity>
                           </b:PwsInvoiceEmailRecipient>
                        </b:Recipients>
                     </b:EmailSettings>
                     <b:SubjectText>R24 - Service Contract (Regression) through 03-Feb-2023</b:SubjectText>
                  </b:DistributionSettings>
                  <b:InvoiceMessages>Web Services - PwsIssueInvoice</b:InvoiceMessages>
                  <b:InvoiceTemplateIdentity>
                     <b:InvoiceTemplateId i:nil="true"/>
                     <b:InvoiceTemplateName>A100</b:InvoiceTemplateName>
                     <b:InvoiceTemplateUid>1152921504606878901</b:InvoiceTemplateUid>
                  </b:InvoiceTemplateIdentity>
                  <b:OverrideAccountingPeriodIdentity i:nil="true"/>
                  <b:PaymentTermIdentity>
                     <b:PaymentTermId i:nil="true"/>
                     <b:PaymentTermName>Net 30</b:PaymentTermName>
                     <b:PaymentTermUid>1152921504606856054</b:PaymentTermUid>
                  </b:PaymentTermIdentity>
                  <b:PurchaseOrderNumber>BigTime</b:PurchaseOrderNumber>
                  <b:RenderReceiptsFlag>true</b:RenderReceiptsFlag>
                  <b:RenderedInvoiceFormat>P</b:RenderedInvoiceFormat>
                  <b:Taxes/>
                  <b:TimeBillingType>H</b:TimeBillingType>
                  <b:TimeGrossAmtOption>S</b:TimeGrossAmtOption>
                  <b:Timestamp>AAAAACM5pCY=</b:Timestamp>
               </b:InvoiceDetail>
               <b:InvoiceNumberHistory>DRAFT00795 INV00526</b:InvoiceNumberHistory>
               <b:InvoiceRecipients>
                  <b:PwsUserSummary>
                     <b:UserDisplayName>Bettina</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                     <b:UserUid>1152921504607011056</b:UserUid>
                     <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                     <b:FirstName>Bettina</b:FirstName>
                     <b:LastName>Borces</b:LastName>
                     <b:MiddleName i:nil="true"/>
                  </b:PwsUserSummary>
                  <b:PwsUserSummary>
                     <b:UserDisplayName>R24</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>R24</b:UserReferenceSystemId>
                     <b:UserUid>1152921504607179021</b:UserUid>
                     <b:EmailAddress>r24@revcorp.bb.client</b:EmailAddress>
                     <b:FirstName>R24</b:FirstName>
                     <b:LastName>Client</b:LastName>
                     <b:MiddleName i:nil="true"/>
                  </b:PwsUserSummary>
               </b:InvoiceRecipients>
               <b:InvoiceScope>E</b:InvoiceScope>
               <b:InvoiceStatus>I</b:InvoiceStatus>
               <b:IssuedByUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:IssuedByUser>
               <b:IssuedTimestamp>2023-02-21T22:28:15.483Z</b:IssuedTimestamp>
               <b:LastUpdatedByUser>
                  <b:UserDisplayName>Bettina</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>QA - 01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607011056</b:UserUid>
                  <b:EmailAddress>bettina@projectorpsa.com</b:EmailAddress>
                  <b:FirstName>Bettina</b:FirstName>
                  <b:LastName>Borces</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:LastUpdatedByUser>
               <b:LastUpdatedTimestamp>2023-02-21T22:28:15.483Z</b:LastUpdatedTimestamp>
               <b:ManagementApprovalThresholdAmount>10</b:ManagementApprovalThresholdAmount>
               <b:ManagementApprovalThresholdPercent>0.5</b:ManagementApprovalThresholdPercent>
               <b:MilestoneInvoicedAmount>0</b:MilestoneInvoicedAmount>
               <b:NetInvoiceAmount>200</b:NetInvoiceAmount>
               <b:PaidByUser i:nil="true"/>
               <b:PaidTimestamp i:nil="true"/>
               <b:PaymentComment i:nil="true"/>
               <b:PostFailedFlag>false</b:PostFailedFlag>
               <b:PostFailureStatusMessage i:nil="true"/>
               <b:PostStatus>U</b:PostStatus>
               <b:PostedByUser i:nil="true"/>
               <b:PostedFlag>false</b:PostedFlag>
               <b:PostedTimestamp i:nil="true"/>
               <b:Project i:nil="true"/>
               <b:RejectedCostCardCount>0</b:RejectedCostCardCount>
               <b:RejectedTimeCardCount>0</b:RejectedTimeCardCount>
               <b:RevaluePlEffect>0</b:RevaluePlEffect>
               <b:SendFailedFlag>false</b:SendFailedFlag>
               <b:SendFailureStatusMessage i:nil="true"/>
               <b:SendStatus>U</b:SendStatus>
               <b:SentByUser i:nil="true"/>
               <b:SentFlag>false</b:SentFlag>
               <b:SentTimestamp i:nil="true"/>
               <b:TimeCardAdjustmentAmount>0</b:TimeCardAdjustmentAmount>
               <b:TimeCardExclusionsAmount>0</b:TimeCardExclusionsAmount>
               <b:TimeCardInvoicedAmount>0</b:TimeCardInvoicedAmount>
              <PwsUndeleteDocumentResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:TimeCardRequireLocationFlag>false</b:TimeCardRequireLocationFlag>
               <b:UnapprovedCostCardCount>0</b:UnapprovedCostCardCount>
              <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/><b:UnapprovedTimeCardCount>0</b:UnapprovedTimeCardCount>
               <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId><b:VoidedByUser i:nil="true"/>
               <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status><b:VoidedTimestamp i:nil="true"/>
              <ServerTimestampUtc xmlns="http<b://projectorpsa.com/CommonServices/">2018-03-20T18:40:05.6295028Z</ServerTimestampUtc>WebInvoiceFlag>true</b:WebInvoiceFlag>
               <b:WriteUpWriteDownPlEffect>0</b:WriteUpWriteDownPlEffect>
            </PwsUndeleteDocumentResult>a:Invoice>
       </PwsUndeleteDocumentResponse>    </s:Body>
</s:Envelope>
Code Block
languagexml
titleExample 02 - unique name
collapsetrue
<s:Envelope <a:InvoiceIdentity xmlns:sb="http://schemas.xmlsoap.org/soap/envelopeprojectorpsa.com/DataContracts/Shared/Common/">
   <s:Body>            <PwsUndeleteDocumentResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"<b:InvoiceId i:nil="true"/>
         <PwsUndeleteDocumentResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">      <b:InvoiceNumber>INV00526</b:InvoiceNumber>
              <Messages xmlns="http<b://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>InvoiceUid>1152921504607896006</b:InvoiceUid>
            </a:InvoiceIdentity>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId><a:InvoiceTimestamp>AAAAACM5pCY=</a:InvoiceTimestamp>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status><a:PostInvoiceUnavailableReason i:nil="true"/>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-12-18T18:58:29.8232667Z</ServerTimestampUtc><a:SendInvoiceUnavailableReason i:nil="true"/>
              <a:NewDocumentName>Test (2).txt</a:NewDocumentName><a:StolenLocks i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
         </PwsUndeleteDocumentResult>PwsIssueInvoiceResult>
      </PwsUndeleteDocumentResponse>PwsIssueInvoiceResponse>
   </s:Body>
</s:Envelope>

...


PwsIssueInvoice - Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText

2101250024DocumentRequiredForUndeleteDocumentA document identity must be specified.
75078DocumentNameAlreadyInUseThis folder already contains a document with the same name. Operation cannot be completed.
75199DocumentNotFoundDocument not foundEntityNotFoundError 50024, State 3: Entity not found ### [context:][entityName:Invoice][refStructureName:PwsInvoiceRef]
68231CannotIssueDraftInvoiceYou cannot issue invoice DRAFT00794 because it has not been fully approved.
68226NoPermissionToIssueInvoice>Error 68226, State 1: No permission to issue this invoice ### [invoiceNumber:DRAFT00789]
Warning: Null value is eliminated by an aggregate or other SET operation.
Warning: Null value is eliminated by an aggregate or other SET operation.