Hello,
We have a requirement to update the b2b_opportunity data using the HTTP API Source. It seems that there are two ways to do it:
1. Include the payload header "msgType". Both the allowed values (xdmEntityCreate, xdmEntityUpdate) actually overwrites the data and thus we always need to send the complete payload.
2. Adding the payload header "payload.data". This doesn't work for non-profile entities.
Is there a way to achieve what we are trying to do here?
Regards
Abhishek