POST api/WeatherCCE/GetMediaUploadedStatus

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDomUploadMediaCheck
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "caseID": 1.0,
  "WorkID": "sample string 2",
  "RequestID": "sample string 3",
  "AssesmentType": 4.0,
  "IsDryWeight": true
}

text/html

Sample:
{"caseID":1.0,"WorkID":"sample string 2","RequestID":"sample string 3","AssesmentType":4.0,"IsDryWeight":true}

application/xml, text/xml

Sample:
<DomUploadMediaCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <AssesmentType>4</AssesmentType>
  <IsDryWeight>true</IsDryWeight>
  <RequestID>sample string 3</RequestID>
  <WorkID>sample string 2</WorkID>
  <caseID>1</caseID>
</DomUploadMediaCheck>

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 'DomUploadMediaCheck'.

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>