/orderManagement/productOrder/{ID}


Supporetd Methods

GET, PATCH, PUT

Description

The customerAccount service is primarily mapped to the Salesforce Order 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
{   
 idOrder.IdYES
 href  
 externalIdOrder.TMF_External_ID__cNEW
 priorityOrder.TMF_Order_Priority__cNEW
 descriptionOrder.DescriptionYES
 categoryOrder.TypeYES
 stateOrder.StatusYES
 orderDateOrder.PoDateYES
 completionDateOrder.EndDateYES
 requestedStartDateOrder.EffectiveDateYES
 requestedCompletionDateOrder.TMF_Requested_Completion_Date__cNEW
 expectedCompletionDateOrder.TMF_Expected_Completion_Date__cNEW
 notificationContactOrder.TMF_Notification_Contact__cNEW
 note[] NO
 relatedParty[] NO
 orderItem[] NO
}   
orderItem{   
 idOrder.OrderItem.IdYES
 action NO
 state NO
 unitPriceOrder.OrderItem.UnitPriceYES
 quantityOrder.OrderItem.QuantityYES
 billingAccount[] NO
 productOffering{} NO
 product{} YES
product{   
 idOrder.OrderItem.Product2.IdYES
 nameOorder.OrderItem.Product2.NameYES
}   

 


  • No labels