A Simple RESTful Service: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (link & note on DD)
 
(2 intermediate revisions 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 629: Line 629:
==See also==
==See also==


*[[REST]]
*[[RESTful Service Theory]]
*[[RESTful Service Theory]]
*[[RESTful Services in DataFlex]]
*[[RESTful Services in DataFlex]]
Line 634: 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