|
|
|
Progress.Lang.Object ProvideUpdateResponse (IWebRequest, IHttpResponse, IRestRequest, handle, handle, IRestResourceFormatService)
|
Builds the REST response payload for an update operation
Notes : Implementations decide whether to return a status response or 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 response payload
*/
|