How to modify parameters of LocationNotification request in Interceptors
hi,
we are trying to modify the address parameters in out of the box API LocationNotification at the interceptors.
we had identify the method name l(ocationNotification) and manage to get the address array from the LocationData data structure.
However, after modifying the array, we had problem update it back to the request so that our ASP can see our modified results.
Can anyone advise how can we update this value?
we had used the below to modify SendSMS request, address value but the difference between the two is. Address in send sms is a string array but locationnotification is a string array in an object.
we had identify the method name l(ocationNotification) and manage to get the address array from the LocationData data structure.
However, after modifying the array, we had problem update it back to the request so that our ASP can see our modified results.
Can anyone advise how can we update this value?
we had used the below to modify SendSMS request, address value but the difference between the two is. Address in send sms is a string array but locationnotification is a string array in an object.
0