POST api/Account/GetVersion
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objVersion | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ImeNo": "sample string 1", "VersionNumber": "sample string 2", "path": "sample string 3", "Status": "sample string 4", "IsMandatory": true, "Error_Code": 6, "Error_Message": "sample string 7", "RequestID": "sample string 8", "CaseID": 9.0 }
text/html
Sample:
{"ImeNo":"sample string 1","VersionNumber":"sample string 2","path":"sample string 3","Status":"sample string 4","IsMandatory":true,"Error_Code":6,"Error_Message":"sample string 7","RequestID":"sample string 8","CaseID":9.0}
application/xml, text/xml
Sample:
<DomVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <CaseID>9</CaseID> <Error_Code>6</Error_Code> <Error_Message>sample string 7</Error_Message> <RequestID>sample string 8</RequestID> <ImeNo>sample string 1</ImeNo> <IsMandatory>true</IsMandatory> <Status>sample string 4</Status> <VersionNumber>sample string 2</VersionNumber> <path>sample string 3</path> </DomVersion>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "ImeNo": "sample string 1", "VersionNumber": "sample string 2", "path": "sample string 3", "Status": "sample string 4", "IsMandatory": true, "Error_Code": 6, "Error_Message": "sample string 7", "RequestID": "sample string 8", "CaseID": 9.0 }
text/html
Sample:
{"ImeNo":"sample string 1","VersionNumber":"sample string 2","path":"sample string 3","Status":"sample string 4","IsMandatory":true,"Error_Code":6,"Error_Message":"sample string 7","RequestID":"sample string 8","CaseID":9.0}
application/xml, text/xml
Sample:
<DomVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models"> <CaseID>9</CaseID> <Error_Code>6</Error_Code> <Error_Message>sample string 7</Error_Message> <RequestID>sample string 8</RequestID> <ImeNo>sample string 1</ImeNo> <IsMandatory>true</IsMandatory> <Status>sample string 4</Status> <VersionNumber>sample string 2</VersionNumber> <path>sample string 3</path> </DomVersion>