Overview
This web service deletes a specified client (PwsContractLineItemRef). The service will return the identity of the deleted client (PwsContractLineItemRef).
Request Format
PwsDeleteContractLineItem Request
- PwsDeleteContractLineItem
- serviceRequest: PwsDeleteContractLineItemRq
- RequestId: Int32
- SessionTicket: String
- ContractLineItemIdentity: PwsContractLineItemRef
- EngagementTimestamp: String
- StealLockFlag: Boolean
- serviceRequest: PwsDeleteContractLineItemRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ||
ContractLineItemIdentity | Yes | This is the identity of the contract line item to be deleted. Click here for more information. | |||
EngagementTimestamp | String | No | This is a Base64 encoded timestamp utilized for engagement locking. For internal use only. | ||
StealLockFlag | Boolean | No | false | If set to 'true', any locks on the engagement will be stolen if it is currently locked, otherwise, if it is set to 'false' and a lock is in place the service will fail |