Hi Team,
We are trying to call through below XML the out-bound call but it is not working as expected. Instead of using the REST API for message_name C_UPDATE_STATUS, it is using randomly some other message REST API. Can you please help on how this can be handled.
<perform_outbound_integration>
<parameters>
<dataconnector>Metrix.Integration.JSONOutboundConnector</dataconnector>
<extract_entity>C_UPDATE_EQUIPMENT_MODEM</extract_entity>
<message_name>C_UPDATE_STATUS</message_name>
<enable_time_constrain>N</enable_time_constrain>
<input>
<primary_table_constraints>
<id>@id</id>
</primary_table_constraints>
</input>
</parameters>
</perform_outbound_integration>
Regards,
AJAY