/API/troubleTicket/{ID}


Supporetd Methods

GET, PATCH, PUT

Description

The customerAccount service is primarily mapped to the Salesforce Case 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
troubleTciket{   
 idCase.IdYES
 correlationIDCase.correlationIDNEW
 descriptionCase.descriptionYES
 severityCase.priorityYES (high, medium, low)
 typeCase.typeYES
 creationDateCase.createdDateYES
 targetResolutionDateCase.TMF_Target_Resolution_Date__cNEW
 statusCase.StatusYES
 subStatusCase.TMF_Sub_Status__cNEW
 statusReasonChangeCase.TMF_Status_Reason_Change__cNEW
 statusChangeDateCase.TMF_Status_Change_Date__cNEW
 resolutionDateCase.ClosedDateYES
 RelatedParty[] YES
 RelatedObject[] NO
 Note[] NO
}   
relatedParty{   
 idCase.Contact.IdYES
 nameCase.Contact.NameYES
 role NO
}   
  • No labels