|
|
|
Progress.Lang.Object ProvideUpdateResponse (IWebRequest, IHttpResponse, IRestRequest, handle, handle, IRestResourceFormatService)
|
Provides a simple status response for successful update operations
Notes : Returns a formatted status response using the current HTTP status code
@param poRequest The current web request
@param poResponse The current HTTP response
@param poRestRequest The parsed REST request information
@param phDataset The dataset handle containing the update result
@param phBuffer The primary buffer handle of the updated table
@param poRestResourceFormatService Service used to format REST responses
@return A Progress.Lang.Object representing the formatted REST status response payload
*/
|