Changes between Version 21 and Version 22 of REST_API
- Timestamp:
- 10/14/10 06:01:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST_API
v21 v22 136 136 137 137 * performs the respective '''method''' (if specified in the request) 138 * expects the formdata as multi-part request body 138 - method '''create''' creates a new record 139 - method '''update''' updates the specified record 140 - method '''delete''' deletes the specified record 141 * expects the form data as multi-part request body 139 142 140 143 ==== Non-interactive Formats ====