Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ |../../index.htm#lansa/wamengb3_0025.htm]
You are here:

Anchor
_Toc19181849
_Toc19181849
Adding Fields to the JSON Request

Add/change field values. If a field is already defined, its value is replaced.
wr.field("EMPNO", "AA010");
wr.field("GIVENAME", "John");
wr.field("SURNAME", "Smith");
wr.field("SALARY", 1000);
 
[ |../../index.htm#lansa/wamengb3_0025.htm]