Hi Naveen,

Yes, PUT command can be used in order to update a record.
In accordance with the spec https://apacheignite.readme.io/docs/rest-api#put
it requires 3 mandatory parameters:
 - key  - key
 - val   - new value. you need to provide all properties.
             unfortunately, there is no capability to update only several
properties.
 - cmd - should be 'put'

So, the request should be
http://host:port/ignite?*cmd*=put&key=P100000001&*val*={"partyId":"P100000002",...}&cacheName=EDIF-CUSTOMER

Thanks!





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to