This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: how to make a update call to a view table by odata URLrareddy Jul 27, 2015 8:56 AM (in response to prashanthi1)Did you fully qualify the table name in the OData URL for the PUT? like http://localhost:8080/odata/<vdbName>/<modelname>.<tableName>?$format=json You Update transformation looks good. PATCH call is not supported with OData V2, the support comes in V4. Ramesh.. 
- 
        2. Re: how to make a update call to a view table by odata URLrareddy Jul 28, 2015 7:33 PM (in response to rareddy)
- 
        3. Re: how to make a update call to a view table by odata URLprashanthi1 Aug 4, 2015 8:24 AM (in response to rareddy)Thank you very much Ramesh. 
 
    