MichaelTamoush
5 years agoQrew Captain
Webhook Syntax -
I have a webhook that sets a field property for a single field. I am trying to figure out the correct syntax for setting that property for multiple fields.
Current working code:
<qdbapi>
<usertoken>xxxxxxxusertokenherexxxxxx</usertoken>
<fid>276</fid>
<append_only>0</append_only>
</qdbapi>
What didn't work:
<qdbapi>
<usertoken>xxxxxxxusertokenherexxxxxx</usertoken>
<fid>276</fid>
<fid>300</fid>
<append_only>0</append_only>
</qdbapi>
------------------------------
Mike Tamoush
------------------------------
Current working code:
<qdbapi>
<usertoken>xxxxxxxusertokenherexxxxxx</usertoken>
<fid>276</fid>
<append_only>0</append_only>
</qdbapi>
What didn't work:
<qdbapi>
<usertoken>xxxxxxxusertokenherexxxxxx</usertoken>
<fid>276</fid>
<fid>300</fid>
<append_only>0</append_only>
</qdbapi>
------------------------------
Mike Tamoush
------------------------------