PUT api/SalesMan/SalesOrderJ89
Call From Body :- js Sales Order For J89 jsonData= { "CustomerId": 2, "LedgerId": 3, "OrderDate": "2018-12-30T15:47:36.249694+05:45", "Remarks": "Reason", "PassKey": "sample string 6", "Lat": 7.1, "Lon": 8.1, "UserId": 9, "AgentId": 10, "file0": "image", "ItemDetailsColl":[ { "ProductId":1, "LPQty":5.0, "OQty":5, "SalesQty":56, "CQty":454, "OrderPlaced":"343" }, { "ProductId":2, "LPQty":5.0, "OQty":5, "SalesQty":56, "CQty":454, "OrderPlaced":"34" } ] }
Response Information
Response body formats
application/json, text/json
{ "IsSuccess": true, "ResponseMSG": "sample string 2" }
application/xml, text/xml
<ResponseValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalesOrderAPI.Models.Global"> <IsSuccess>true</IsSuccess> <ResponseMSG>sample string 2</ResponseMSG> </ResponseValue>