...
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:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsApplyRevRecAdjustment> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>Af2v8Ie/yFiUtqHqc3felw==</req:SessionTicket> <sch:BeginDate>2017-12-01T00:00:00.000Z</sch:BeginDate> <sch:ContractLineItemIdentity> <com:ContractLineItemCode>P001386-CL1</com:ContractLineItemCode> </sch:ContractLineItemIdentity> <sch:CutoffDate>2017-12-31T00:00:00.000Z</sch:CutoffDate> <sch:EngagementCurrencyIdentity> <com:CurrencyCode>USD</com:CurrencyCode> </sch:EngagementCurrencyIdentity> <sch:Notes>Revenue Recognition Adjustment</sch:Notes> <sch:StealLockFlag>true</sch:StealLockFlag> <sch:IntervalRevenueRecognized>5000</sch:IntervalRevenueRecognized> </pws:serviceRequest> </pws:PwsApplyRevRecAdjustment> </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. |
|
Status | RequestStatus | Click here for more information. |
|
ServerTimestampUtc | DateTime | Click here for more information. |
|
EngagementTimestamp | String | This is a Base64 encoded timestamp utilized for engagement locking. To protect against overwriting other changes, you may optionally echo back the timestamp returned by a call to PwsSaveEngagement(or a prior call to PwsSaveEngagement). This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and PwsSaveEngagement. |
|
LockStolenFromUserIdentity | If a lock is stolen in the process of updating an engagement, this identifies the user from which the lock was stolen from |
|