Syntax for hppt-Requests (Body)
-
Hi,
i tried the send a http:-request. It works fine for function to add a new record to the target-DB. But if I try to set/modify dataelements it doesn't work.I setup up the Body to a json-statement:
{”id”: 26, ”fields”: {”Kunden”: 4711,”Auftrag”: "5x20kg Schleifmittel X34 Abruf entspr.Rahmenvertrag"}}
(with: Content-Type: application/json).
The call create a new record, but don't adds the fields.Any idea ?