A Simple RESTful Service: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Adding link)
 
(One intermediate revision by one other user not shown)
Line 603: Line 603:
</source>
</source>


To modify (update) an existing customer you will need to use PATCH to that customer's ''instance'' (e.g.: .../customerAPI/customers/101), passing the JSON to update it with, e.g.:
To modify (update) an existing customer you will need to use PATCH to that customer's ''instance'' (e.g.: .../customerAPI/customers/101), passing the [[JSON]] to update it with, e.g.:
<source lang="JSON">
<source lang="JSON">
{
{
Line 635: Line 635:
*[[Creating RESTful Services in DataFlex]]
*[[Creating RESTful Services in DataFlex]]
*[[Using the REST Library]]
*[[Using the REST Library]]
* https://support.dataaccess.com/Forums/showthread.php?59025-RESTGen


[[Category:REST]][[Category:Web Services]]
[[Category:REST]][[Category:Web Services]]

Navigation menu