Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 4 Next »

Overview


This web service updates the disbursed amount on one or more existing cost cards.

Request Format


PwsAdjustCostDisbursedAmount Request


Request Elements


ElementData TypeRequired?DefaultDescriptionSample Data
RequestIdInt32No
Click here for more information
1
SessionTicket

String

Yes
Click here for more information
AWuKIeUvHQC5lNzuzE3Ugg==
AdjustmentCodeIdentityPwsAdjustmentCodeRefNo
This structure represents the unique key fields associated with identifying an adjustment code. Adjustment codes are required whenever you make a monetary adjustment to a time or cost card.  This is not applicable to this service.
CostCardIdentitiesPwsVersionedCostCardRefYes
This structure represents the unique key fields associated with identifying a cost Card.
Explanation

String (1024)

No
An explanation as to why this adjustment was applied.
made a mistake earlier
NewDescriptionString (1000)No
The description to be added / updated to the cost card. If omitted, the cost card's description will be cleared.
2-night hotel stay


Request Usage Example(s)


Example 01
</soapenv:Envelope>

Response Format


PwsAdjustCostDisbursedAmount response

Response Elements


ElementData TypeDescriptionSample Data
MessagesPwsMessage[]

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


ResponseIdInt32Click here for more information
1
StatusRequestStatusClick here for more information
Ok
ServerTimestampUtcDateTimeClick here for more information
2019-11-06T17:18:38.6934436Z
CostCardIdentitiesPwsCostCardRefThe identities of the cost cards that were updated.

Response Usage Example(s)


Example 01
</s:Envelope>

PwsAdjustCostDisbursedAmount - Common Errors and Warnings


ErrorNumber

ErrorCode

ErrorText

10111RequiredFieldMissingA required field is missing: NewIncurredOpsCurrencyIdentity.
10111RequiredFieldMissingA required field is missing: NewTotalAmountIncurredCurrency.
10111RequiredFieldMissingA required field is missing: NewVatAmountIncurredCurrency.
50024EntityNotFoundCost Card was not found. Another user may have deleted it.




  • No labels