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

Version 1 Next »

Overview


This web service inserts or updates a single client based on a detailed contract line item structure (PwsContractLineItemDetail). The service returns the identity (PwsClientRef) of the client that has been inserted or updated. The caller can optionally request that the full client detail (PwsClientDetail) be included in the response.

Request Format


PwsSaveContractLineItem Request

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.

 

ContractLineItem

PwsContractLineItemDetail

Yes 

 

The detailed contract line item information to be inserted or updated 

 

EngagementCurrencyIdentity

PwsCurrencyRef

Yes 

 

The currency of the engagement this contract line item resides udner

 

EngagementTimestamp

String

No 

 

This is a Base64 encoded timestamp utilized for engagement locking. For internal use only.

 

StealLockFlag

Boolean

Yes 

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 

 

ContractTypeClearFlag

Boolean

Yes 

false 

If set to 'true', the contract type associated with the contract line item will be set to null

 

OverageProjectClearFlag

Boolean

Yes 

false 

If set to 'true', the overage project associated with the contract line item will be set to null

 

  • No labels