/quoteManagement/quote/{ID}


Supporetd Methods

GET, PATCH, PUT

Description

The customerAccount service is primarily mapped to the Salesforce Quote 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
{   
 idQuote.idYES
 href GENERATED
 externalIdQuote.TMF_External_ID__cNEW
 descriptionQuote.descriptionYES
 categoryQuote.TMF_Category__c

NEW

(Enterprise, Corporate, SME, Residential)

 stateQuote.status

YES

(—None—, Draft, Needs Review, In Review, Approved, Rejected, Presented, Accepted, Denied)

 versionQuote.TMF_Version__cNEW
 quoteDateQuote.createdDateYES
 effectiveQuoteCompletionDateQuote.TMF_Effective_Completion_Date__cNEW
 quoteCompletionDateQuote.TMF_Completion_Date__cNEW
 notificationContactQuote.emailYES
 validFor.startDateTimeQuote.TMF_Valid_From__cYES
 validFor.endDateTimeQuote.ExpirationDateYES
 billingAccount[] NO
 note[] NO
 characteristic[] NO
 customer{} NO
 relatedParty[] NO
 agreement{} NO
 quoteAuthorization[] NO
 QuoteItem[] YES
}   
customer{   
 idQuote.AccountIDNO
 href NO
 nameQuote.AccountID.NameNO
}   
QuoteItem{   
 IdQuote.QuoteLineItem.IDYES
 stateQuote.QuoteLineItem.TMF_State__cNEW
 appointmentQuote.QuoteLineItem.TMF_AppointmentNEW
 LineItemNumber NO
 LineItemDescription NO
 subTotal NO
 discount NO
 salesPrice NO
 totalPrice NO
 quantity NO
}   
    
    
  • No labels