/inventoryApi/product/{ID}


Supporetd Methods

GET, PATCH, PUT

Description

The customer service is primarily mapped to the Salesforce Asset 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
{   
 idAsset.IdYES
 href  
 nameAsset.NameYES
 descriptionAsset.DescriptionYES
 statusAsset.StatusYES
 startDateAsset.InstallDateYES
 orderDateAsset.PurchaseDateYES
 terminationDateAsset.UsageEndDateYES
 productOffering{} YES
 productSpecification{} NO
 productCharacteristics{} NO
 productRelationships[] NO
 billingAccount{} NO
 relatesParties[] YES
 realizingServices[] NO
 productPrice[] NO
}   
productOffering{   
 idAsset.Product2.IdYES
 href NO
 nameAsset.Product2.Name 
}   
relatedParty{   
 idAsset.Account.IdYES
 role NO
 href NO
 nameAsset.Account.NameYES
}   

 


  • No labels