POST api/FRAClaimList
Request Information
URI Parameters
None.
Body Parameters
SearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Person_Id | integer |
None. |
|
| Designation_Id | integer |
None. |
|
| UserType_Id | integer |
None. |
|
| FRACliam_Id | integer |
None. |
|
| CliamType_Id | integer |
None. |
|
| District_Id | integer |
None. |
|
| Block_Id | integer |
None. |
|
| Panchayat_Id | integer |
None. |
|
| From_Date | string |
None. |
|
| Till_Date | string |
None. |
|
| App_Version | string |
None. |
|
| App_Package_Name | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| ProjectBoundary_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Person_Id": 1,
"Designation_Id": 2,
"UserType_Id": 3,
"FRACliam_Id": 4,
"CliamType_Id": 5,
"District_Id": 6,
"Block_Id": 7,
"Panchayat_Id": 8,
"From_Date": "sample string 9",
"Till_Date": "sample string 10",
"App_Version": "sample string 11",
"App_Package_Name": "sample string 12",
"Latitude": "sample string 13",
"Longitude": "sample string 14",
"ProjectBoundary_Id": 15
}
application/xml, text/xml
Sample:
<SearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FRA_API.Models"> <App_Package_Name>sample string 12</App_Package_Name> <App_Version>sample string 11</App_Version> <Block_Id>7</Block_Id> <CliamType_Id>5</CliamType_Id> <Designation_Id>2</Designation_Id> <District_Id>6</District_Id> <FRACliam_Id>4</FRACliam_Id> <From_Date>sample string 9</From_Date> <Latitude>sample string 13</Latitude> <Longitude>sample string 14</Longitude> <Panchayat_Id>8</Panchayat_Id> <Person_Id>1</Person_Id> <ProjectBoundary_Id>15</ProjectBoundary_Id> <Till_Date>sample string 10</Till_Date> <UserType_Id>3</UserType_Id> </SearchCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |