/agreementmanagement/agreement/{id}


Supporetd Methods

GET, PATCH, PUT

Description

The agreement service is primarily mapped to the Salesforce Contract objects. The service can either be used to retrieved a collection or a specific record (using {ID} at the end of the service). This service is partially supported (i.e. only fields and sub entities that conform to Salesforce model are mapped).

RESOURCEELEMENTSALESFORCE FIELDOTB MAPPING
{   
 StartDateContract.StartDateYES
 EndDateContractEndDateYES
 completionDate NO
 descriptionContract.descriptionYES
 documentNumberContract.contractNumberYES
 href GENERATED
 idContract.idYES
 nameContract.nameYES
 statementOfIntentContract.TMF_Statement_of_Intent__cNEW
 statusContract.statusYES
 typeContract.typeNEW
 versionContract.TMF_Version__cNEW
 agreementSpecification[] NO
 agreementItem[] NO
 engagePartyRole[]Contract.AccountIDNO
 agreementAuthorisation.signatureRepresentationContract.CustomerSignedId.nameNO
 agreementAuthorisation.state NO
 characteristic[] NO
 associatedAgreement[] NO
}   
  • No labels