/customerManagement/customer/{ID}

 

Supporetd Methods

GET, PATCH, PUT

Description

The customer service is primarily mapped to the Salesforce Contact 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
{   
 idContact.IdYES
 href  
 NameContact.Name 
 statusContact.TMF_Contact_Status__cNEW
 descriptionContact.DescriptionYES
 validFor{} NO
 customerRankContact.TMF_Customer_Rank__cNEW
 relatedParty{} NO
 characteristic[] NO
 contactMedium[] NO
 customerAccount{} YES
 customerProfile[] NO
 paymentMean[] NO
}   
customerAccount{   
 idAccount.IdYES
 href NO
 nameAccount.NameYES
 description NO
 accountStatus NO
}   
  • No labels