|
|
|
Progress.Lang.Object ProvideUpdateResponse (IWebRequest, IHttpResponse, IRestRequest, handle, handle, IRestResourceFormatService)
|
Provides a record response for update operations
Notes : Builds a RestResourceFormatParameter based on the updated buffer and returns a record response
@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 record response payload
*/
|