Versions Compared

Key

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

...

Code Block
$ curl -u"user:pass" -XPOST -H "Content-Type: application/json" --data '{"pageId":342345, \
"fieldName":"confidential.agreement.receive.datecustomer.name", "fieldValue":"2017-05-03ILA"}' \ http://localhost:8090/rest/pagefields/1.0/utility/update/field

{"field":10,"message":"[Info] Updated Page Field ID #10"}
$
Info

Update creates field if not exists.

...