Thank for Reply. I'll go through link but I have not found send response for PATCH method. Can you have any example. Because In my PATCH method it send response as following
"@odata.context": "https://api.businesscentral.dynamics.com/v2.0/4dfdfdfb9cc8-aee1-4b91-beb8-d775490e1/Sandbox_New/ODataV4/$metadata#Company('Test')/TestInfo/$entity",
"@odata.etag": "W/\"JzQ0O3Q0S2puK2jRS9BNmN5MjZ2aGpG9MTswMDsn\"",
"Document_Type": "Quote",
"DocumentNo": "SORD10100",
"LineNo": 2500,
"ItemQuantity": 0,
"UpdateQuantity": 200,
"ShiptoCode": "IN",
"TotalWeight": 40
But I want to send response as below
{
status : "Success"
}