POST api/SchemeWiseReport
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. |
|
| Role_ULB | integer |
None. |
|
| Role_Inspection | integer |
None. |
|
| Role_Vendor | integer |
None. |
|
| FinancialYear_Id | integer |
None. |
|
| Reporting_Mode | string |
None. |
|
| ProjectDPR_Id | integer |
None. |
|
| ProjectWork_Id | integer |
None. |
|
| ProjectUC_Id | integer |
None. |
|
| Project_Status | string |
None. |
|
| Project_Id | integer |
None. |
|
| ULB_Id | integer |
None. |
|
| Zone_Id | integer |
None. |
|
| Circle_Id | integer |
None. |
|
| Division_Id | integer |
None. |
|
| District_Id | integer |
None. |
|
| Client_Code | string |
None. |
|
| Inspection_Date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Person_Id": 1,
"Designation_Id": 2,
"UserType_Id": 3,
"Role_ULB": 4,
"Role_Inspection": 5,
"Role_Vendor": 6,
"FinancialYear_Id": 7,
"Reporting_Mode": "sample string 8",
"ProjectDPR_Id": 9,
"ProjectWork_Id": 10,
"ProjectUC_Id": 11,
"Project_Status": "sample string 12",
"Project_Id": 13,
"ULB_Id": 14,
"Zone_Id": 15,
"Circle_Id": 16,
"Division_Id": 17,
"District_Id": 18,
"Client_Code": "sample string 19",
"Inspection_Date": "sample string 20"
}
application/xml, text/xml
Sample:
<SearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePayment_API.Models"> <Circle_Id>16</Circle_Id> <Client_Code>sample string 19</Client_Code> <Designation_Id>2</Designation_Id> <District_Id>18</District_Id> <Division_Id>17</Division_Id> <FinancialYear_Id>7</FinancialYear_Id> <Inspection_Date>sample string 20</Inspection_Date> <Person_Id>1</Person_Id> <ProjectDPR_Id>9</ProjectDPR_Id> <ProjectUC_Id>11</ProjectUC_Id> <ProjectWork_Id>10</ProjectWork_Id> <Project_Id>13</Project_Id> <Project_Status>sample string 12</Project_Status> <Reporting_Mode>sample string 8</Reporting_Mode> <Role_Inspection>5</Role_Inspection> <Role_ULB>4</Role_ULB> <Role_Vendor>6</Role_Vendor> <ULB_Id>14</ULB_Id> <UserType_Id>3</UserType_Id> <Zone_Id>15</Zone_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. |