PUT api/SalesMan/Selfi
Call From Body :- js Selfi Image jsonData= { "CustomerId": 2, "LedgerId": 3, "SalfiDate": "2018-12-30T15:47:36.249694+05:45", "SelfiTypeId": 1, "PassKey": "sample string 6", "Lat": 7.1, "Lon": 8.1, "UserId": 9, "AgentId": 10 }, file0: image
Response Information
Response body formats
application/json, text/json
Sample:
{ "IsSuccess": true, "ResponseMSG": "sample string 2" }
application/xml, text/xml
Sample:
<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>