REST API>>PATCH record with multiple fields in main key
Paul Timms
9-2-20
Operating system: Windows
Using the REST API, is it possible to PATCH a record which has multiple fields in its main key? An example is DelAddrVc, whose main key consists of CustCode and DelCode. Looking at the manual, PATCHing a record requires the record "identifier" to be inside the URI, per the example below:


http://hostname.domain.top:web_port/api/1/IVVc/10000014?set_row_field.0.Quant=100

In UK sample data for example, I would like to PATCH delivery address with DelCode 001/1 for CustCode 001. (This might uncover another interesting point - what happens when the code contains a / ?)
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
David Delač
Hi Gastón, Please report a bug in our issue tracker and attach test database that you can repeat this in so I can have a look. Paste subject here once done...
09:46 14 May 2025
Paul Timms
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
17:53 29 Apr 2025