/customerManagement/customerAccount/{ID}

 

Supporetd Methods

GET, PATCH, PUT

Description

The customerAccount service is primarily mapped to the Salesforce Account 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
CustomerAccount {   
 idAccount.IDYES
 hrefResource LocatorGENERATED
 nameAccount.NameYES
 descriptionAccount.DescriptionYES
 status NO
 accountTypeAccount.TypeYES
 creditLimit NO
 pin NO
 receivableBalance NO
 customerAccountTaxExemption[] NO
 customerAccountRelationship[] NO
 contact[]Account__r.ContactYES
 customer NO
 customerAccountBalance[] NO
 paymentPlan[] NO
 lastModifiedAccount.lastModifiedDateYES
}   
CustomerAccountTaxExemption{  NO
 issuingJurisdiction NO 
 certificateNumber NO 
 reason NO 
 validFor NO 
}   
CustomerAccountRelationship{  NO
 relationshipType NO 
 validFor NO 
 customerAccount[] NO 
}   
Contact{   
 contactTypeAccount.TMF_Contact_Type__c YES
 validFor NO
 contactNameAccount.Contact.NameYES
 partyRoleTypeAccount__r.Contact.AccountContactRole.RoleNO
 contactMedium[] NO
 relatedParty NO
}   
CustomerRef{   
 id NO
 href NO 
 name NO 
 description NO 
}  NO 
CustomerAccountBalance{  NO 
 type NO 
 amount NO 
 validFor NO 
 status NO 
}   
PaymentPlan{  NO 
 status NO 
 type NO 
 priority NO 
 amount NO 
 paymentFrequency NO 
 numberOfPayments NO 
 validFor NO 
 paymentMean NO 
}   
ValidFor{  NO 
 startDateTime NO 
 endDateTime NO 
}   
CustomerAccountRef{  NO
 id NO
 href NO
 name NO
 description NO
 status NO
}   
ContactMedium{   
 typeAccount.Contact.[emai,phone,etc.]NO
 validFor NO
 mediumAccount.Contact.[emai,phone,etc.]NO
 preferred NO
}   
Reference{  NO
 id NO
 href NO
 role NO
 name NO
}   
PaymentMeanRef{  NO
 id NO
 href NO
 name NO
}   
Medium {  NO
 city NO
 country NO
 emailAddress NO
 type NO
 number NO
 postcode NO
 stateOrProvince NO
 streetOne NO
 streetTwo NO
}   
  • No labels