Contract: Contract Noun

Contract noun is used to model a Contract.
Currently, the contract only contain the ContractIndentifier, ShortDescription, LongDescription and UserData.

BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
GetContract IBM_Summary {_wcf.ap=IBM_Summary}/Contract[ContractIdentifier[(UniqueID='$contractId$')]] Get Contract basic informaiton by ContractIdentifier. Only name, origin, major version, minor version, owner id are returned.
Request
Response

ContractFacadeClient.getContract(long)
getEntitledContracts IBM_Summary {_wcf.ap=IBM_Summary;_ctr.isEntitledContracts=true}/Contract Get basic informaiton of contracts which are entitled to current user.
Request
Response

ContractFacadeClient.getEntitledContracts()

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Summary
  • /Contract/ContractIdentifier
  • /Contract/ShortDescription
  • /Contract/LongDescription
  • /Contract/UserData
This access profile is designed for the Contract. It returns the base description and basic information of a Contract. Get Contract Attributes Request
Get Contract Attributes Response

Get Entitled Contracts Request
Get Entitled Contracts Response

XSD files