POST api/WeatherCCE/AssignFVCases

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objFVAssign
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FVRequestId": "sample string 1",
  "FarmerId": 1.0,
  "ApplicationNo": "sample string 2",
  "IsAssigned": true,
  "UserName": "sample string 3",
  "G_FarmerID": "sample string 4"
}

text/html

Sample:
{"FVRequestId":"sample string 1","FarmerId":1.0,"ApplicationNo":"sample string 2","IsAssigned":true,"UserName":"sample string 3","G_FarmerID":"sample string 4"}

application/xml, text/xml

Sample:
<DOMFVAssign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <ApplicationNo>sample string 2</ApplicationNo>
  <FVRequestId>sample string 1</FVRequestId>
  <FarmerId>1</FarmerId>
  <G_FarmerID>sample string 4</G_FarmerID>
  <IsAssigned>true</IsAssigned>
  <UserName>sample string 3</UserName>
</DOMFVAssign>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DOMFVAssign'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Error_Code": 1,
  "Error_Message": "sample string 2",
  "RequestID": "sample string 3",
  "CaseID": 4.0
}

text/html

Sample:
{"Error_Code":1,"Error_Message":"sample string 2","RequestID":"sample string 3","CaseID":4.0}

application/xml, text/xml

Sample:
<ErrorResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <CaseID>4</CaseID>
  <Error_Code>1</Error_Code>
  <Error_Message>sample string 2</Error_Message>
  <RequestID>sample string 3</RequestID>
</ErrorResponse>