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 | ||
---|---|---|
| ||
|
Request Elements
...
Element
...
Data Type
...
Required?
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 | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Int32 | No | Click here for more information. | |||||||||||||||||
String | Yes | Click here for more information. | |||||||||||||||||
AddCommentsToInvoiceMessagesFlag | Boolean | No | false | If set to 'true', the comments associated with the ivnoice will be added to the invoice message. | |||||||||||||||
FullDetailFlag | Boolean | No | false | If set to 'true', include full detailed invoice element in response. | |||||||||||||||
IncludeAdjustmentHistoryFlag | Boolean | No | false | If set to 'true', include adjustment history in response. | |||||||||||||||
IncludeFullAdjustmentHistoryFlag | Boolean | No | false | If set to 'true', include full adjustment history in response. | |||||||||||||||
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:
| |||||||||||||||
InvoiceIdentity | 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 | No | If stealing existing locks, specify lock holders from PwsFault response. | |||||||||||||||||
NewInvoiceMessages | String | No | NotifyFinanceTeamFlag | Boolean | NotifyManagementTeamFlag | Boolean | NotifyPmTeamFlag | Boolean | PostFlag | Boolean | ProjectorLockSetId | Int32 | SendFlag | Boolean | SkipIfIneligibleFlag | Boolean | |||
Element | 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 | Yes | The identity of the document that is to be undeleted. Click here for more information. | MakeNameUniqueFlag | Boolean | No | 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 | Invoice messages to include in workflow email. May also be added to invoice messages for the new invoice | ||
NotifyFinanceTeamFlag | Boolean | No | false | True to send an e-mail to the finance team response for finance approval of invoice upon update. | |||||||||||||||
NotifyManagementTeamFlag | Boolean | No | false | True to send an e-mail to the management team response for management approval of invoice upon update. | |||||||||||||||
NotifyPmTeamFlag | Boolean | No | false | True to send an e-mail to the PM team response for project manager approval of invoice upon update. | |||||||||||||||
PostFlag | Boolean | No | false | If true, the invoice will be posted to the workspace of the associated project if allowed | |||||||||||||||
ProjectorLockSetId | Int32 | No | A projector lock set id is an identifier for a group of one or more locks held as a unit | ||||||||||||||||
SendFlag | Boolean | No | false | True to send an e-mail to the client via invoice distribution | |||||||||||||||
SkipIfIneligibleFlag | Boolean | No | false | True to skip the invoice if is not eligible to be issued |
Request Usage Example(s)
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| <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>
<pws:PwsUndeleteDocument>
<pws:serviceRequest>
| |||||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:bil="http://projectorpsa.com/DataContracts/Shared/Billing/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
<soapenv:Header/>
<soapenv:Body>
<pws:PwsIssueInvoice>
<pws:serviceRequest>
<req:RequestId>1</req:RequestId>
<req:SessionTicket>AcuGfDv7RvA96P5s49CONg==</req:SessionTicket>
<bil:AddCommentsToInvoiceMessagesFlag>true</bil:AddCommentsToInvoiceMessagesFlag>
<bil:FullDetailFlag>true</bil:FullDetailFlag>
<bil:IncludeAdjustmentHistoryFlag>true</bil:IncludeAdjustmentHistoryFlag>
<bil:IncludeFullAdjustmentHistoryFlag>true</bil:IncludeFullAdjustmentHistoryFlag>
<bil:InvoiceDate>2023-02-21T00:00:00.000Z</bil:InvoiceDate>
<bil:InvoiceIdentity>
<com:InvoiceNumber>DRAFT00795</com:InvoiceNumber>
</bil:InvoiceIdentity>
<bil:NewInvoiceMessages>Web Services - PwsIssueInvoice</bil:NewInvoiceMessages>
<bil:NotifyFinanceTeamFlag>true</bil:NotifyFinanceTeamFlag>
<bil:NotifyManagementTeamFlag>true</bil:NotifyManagementTeamFlag>
<bil:NotifyPmTeamFlag>true</bil:NotifyPmTeamFlag>
<bil:PostFlag>true</bil:PostFlag>
<bil:SendFlag>true</bil:SendFlag>
<bil:SkipIfIneligibleFlag>true</bil:SkipIfIneligibleFlag>
</pws:serviceRequest>
</pws:PwsIssueInvoice>
</soapenv:Body>
</soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
Int32 | Click here for more information. | ||
RequestStatus | Click here for more information. | ||
DateTime | Click here for more information. | ||
ExceededContracts | |||
Invoice | This structure represents the complete details of a retrieved invoice | ||
InvoiceIdentity | 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. | |
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 | 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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<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>[Bettina, 21 Feb 2023 17:28 (Issue Invoice)] Web Services - PwsIssueInvoice ------------------------------------------------------------ test</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 <reqi:SessionTicket>AftyRXSTlnMPzozuKwq0kQ==</req:SessionTicket>nil="true"/> <doc:DocumentIdentity><b:PaidTimestamp i:nil="true"/> <b:PaymentComment <com:DocumentRefUid>1152921504607635451</com:DocumentRefUid> i:nil="true"/> </doc:DocumentIdentity> </pws:serviceRequest><b:PostFailedFlag>false</b:PostFailedFlag> </pws:PwsUndeleteDocument> </soapenv:Body> </soapenv:Envelope> | ||||||
Code Block | ||||||
| ||||||
<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> <b:PostFailureStatusMessage i:nil="true"/> <b:PostStatus>U</b:PostStatus> <b:PostedByUser i:nil="true"/> <pws:PwsUndeleteDocument> <pws:serviceRequest><b:PostedFlag>false</b:PostedFlag> <req:SessionTicket>ARaqO1NTOppS159NGsaYoA==</req:SessionTicket><b:PostedTimestamp i:nil="true"/> <b:Project <doc:DocumentIdentity>i:nil="true"/> <com<b:DocumentRefUid>1152921504607775872<RejectedCostCardCount>0</com:DocumentRefUid>b:RejectedCostCardCount> <<b:RejectedTimeCardCount>0</docb:DocumentIdentity>RejectedTimeCardCount> <doc<b:MakeNameUniqueFlag>true<RevaluePlEffect>0</docb:MakeNameUniqueFlag>RevaluePlEffect> </pws:serviceRequest> <b:SendFailedFlag>false</b:SendFailedFlag> </pws:PwsUndeleteDocument> </soapenv:Body> </soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
Response Elements
...
Element
...
Data Type
...
Description
...
Sample Data
...
Messages
...
...
The web service response status and message. Click here for more information.
...
ResponseId
...
Int32
...
Click here for more information.
...
0
...
Status
...
...
Click here for more information.
...
Ok
...
ServerTimestampUtc
...
DateTime
...
Click here for more information.
...
2018-03-20T18:40:05.6295028Z
...
Response Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <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"/> <PwsUndeleteDocumentResponse xmlns="http<b://projectorpsa.com/PwsProjectorServices/">TimeCardAdjustmentAmount>0</b:TimeCardAdjustmentAmount> <PwsUndeleteDocumentResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><b:TimeCardExclusionsAmount>0</b:TimeCardExclusionsAmount> <b:TimeCardInvoicedAmount>0</b:TimeCardInvoicedAmount> <Messages xmlns="http<b://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>TimeCardRequireLocationFlag>false</b:TimeCardRequireLocationFlag> <b:UnapprovedCostCardCount>0</b:UnapprovedCostCardCount> <ResponseId xmlns="http<b://projectorpsa.com/CommonServices/">0</ResponseId>UnapprovedTimeCardCount>0</b:UnapprovedTimeCardCount> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status><b:VoidedByUser i:nil="true"/> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-20T18:40:05.6295028Z</ServerTimestampUtc><b:VoidedTimestamp i:nil="true"/> </PwsUndeleteDocumentResult><b:WebInvoiceFlag>true</b:WebInvoiceFlag> </PwsUndeleteDocumentResponse> </s:Body> </s:Envelope> | ||||||
Code Block | ||||||
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <b:WriteUpWriteDownPlEffect>0</b:WriteUpWriteDownPlEffect> <s:Body> <PwsUndeleteDocumentResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> </a:Invoice> <PwsUndeleteDocumentResult<a:InvoiceIdentity xmlns:ab="http://projectorpsa.com/DataContracts/Shared/DocumentManagementCommon/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> > <b:InvoiceId i:nil="true"/> <b:InvoiceNumber>INV00526</b:InvoiceNumber> <b:InvoiceUid>1152921504607896006</b:InvoiceUid> </a:InvoiceIdentity> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/><a:InvoiceTimestamp>AAAAACM5pCY=</a:InvoiceTimestamp> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId><a:PostInvoiceUnavailableReason i:nil="true"/> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status><a:SendInvoiceUnavailableReason i:nil="true"/> <ServerTimestampUtc<a:StolenLocks i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/CommonServicesShared/Common/">2018-12-18T18:58:29.8232667Z</ServerTimestampUtc> /> <a:NewDocumentName>Test (2).txt</a:NewDocumentName> </PwsUndeleteDocumentResult>PwsIssueInvoiceResult> </PwsUndeleteDocumentResponse>PwsIssueInvoiceResponse> </s:Body> </s:Envelope> |
...
PwsIssueInvoice - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
...