/catalogueManagement/productOffering/{ID}

 

Supporetd Methods

GET, PATCH, PUT

Description

The productOffering service is primarily mapped to the Salesforce Product2 object. 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
{   
 idProduct2.idYES
 hrefgeneratedGENERATED
 versionProduct2.TMF_Version__cNEW
 lastupdatedProduct2.lastupdateddateYES
 nameProduct2.nameYES
 descriptionProduct2.descriptionYES
 isBundleProduct2.TMF_Is_Bundle__c NEW
 lifecycestatusProduct2.isActiveYES
 validfor.startdatetimeProduct2.TMF_Valid_For_Start_Date__cNEW
 validfor.enddatetimeProduct2.TMF_Valid_For_End_Date__cNEW
 place[] NO
 ServiceLevelAgreement[] NO
 productSpecification[] NO
 channel[] NO
 serviceCandidate NO
 category[]  
 resourceCandidate NO
 productOfferingPrice[]  
 bundledProductOffering[]  
 productOfferingTerm[]  
}   
Category{   
 id NO
 href NO
 version NO
 name NO
}   
productOfferingPrice{   
 name  
 description  
 priceType  
 recurringChargePeriod  
 unitOfMeasure  
 price  
 validfor  
}   
  • No labels