...
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:tim="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsAdjustCostDescription> <pws:serviceRequest> <req:SessionTicket>AYqurzyaruwg84zm4AOdBA==</req:SessionTicket> <tim:CostCardIdentities> <tim:PwsVersionedCostCardRef> <com:CostCardUid>1152921504614703247</com:CostCardUid> </tim:PwsVersionedCostCardRef> </tim:CostCardIdentities> <tim:Explanation>Made a mistake earlier</tim:Explanation> <tim:NewDescription>2-night hotel stay</tim:NewDescription> </pws:serviceRequest> </pws:PwsAdjustCostDescription> </soapenv:Body> </soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<PwsAdjustCostDescriptionResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
<PwsAdjustCostDescriptionResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
<Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
<ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2019-11-06T16:06:59.6092232Z</ServerTimestampUtc>
<a:CostCardIdentities xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:PwsCostCardRef>
<b:CostCardId i:nil="true"/>
<b:CostCardUid>1152921504614703247</b:CostCardUid>
<b:ReferenceId i:nil="true"/>
</b:PwsCostCardRef>
</a:CostCardIdentities>
</PwsAdjustCostDescriptionResult>
</PwsAdjustCostDescriptionResponse>
</s:Body>
</s:Envelope> |
PwsAdjustCostDisbursedAmount - Common Errors and Warnings
...