POST api/DashboardProjectType
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. |
|
| FinancialYear_Id | integer |
None. |
|
| ProjectDPR_Id | integer |
None. |
|
| ProjectWork_Id | integer |
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. |
|
| Project_Code | string |
None. |
|
| From_Date | string |
None. |
|
| Till_Date | string |
None. |
|
| ProjecType_Id | integer |
None. |
|
| ProjectPhysical_Status | string |
None. |
|
| Filter_Type_Physical_Financial | string |
None. |
|
| Filter_Range_From | integer |
None. |
|
| Filter_Range_To | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Person_Id": 1,
"Designation_Id": 2,
"UserType_Id": 3,
"FinancialYear_Id": 4,
"ProjectDPR_Id": 5,
"ProjectWork_Id": 6,
"Project_Id": 7,
"ULB_Id": 8,
"Zone_Id": 9,
"Circle_Id": 10,
"Division_Id": 11,
"District_Id": 12,
"Client_Code": "sample string 13",
"Project_Code": "sample string 14",
"From_Date": "sample string 15",
"Till_Date": "sample string 16",
"ProjecType_Id": 17,
"ProjectPhysical_Status": "sample string 18",
"Filter_Type_Physical_Financial": "sample string 19",
"Filter_Range_From": 20,
"Filter_Range_To": 21
}
application/xml, text/xml
Sample:
<SearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMIS_API.Models"> <Circle_Id>10</Circle_Id> <Client_Code>sample string 13</Client_Code> <Designation_Id>2</Designation_Id> <District_Id>12</District_Id> <Division_Id>11</Division_Id> <Filter_Range_From>20</Filter_Range_From> <Filter_Range_To>21</Filter_Range_To> <Filter_Type_Physical_Financial>sample string 19</Filter_Type_Physical_Financial> <FinancialYear_Id>4</FinancialYear_Id> <From_Date>sample string 15</From_Date> <Person_Id>1</Person_Id> <ProjecType_Id>17</ProjecType_Id> <ProjectDPR_Id>5</ProjectDPR_Id> <ProjectPhysical_Status>sample string 18</ProjectPhysical_Status> <ProjectWork_Id>6</ProjectWork_Id> <Project_Code>sample string 14</Project_Code> <Project_Id>7</Project_Id> <Till_Date>sample string 16</Till_Date> <ULB_Id>8</ULB_Id> <UserType_Id>3</UserType_Id> <Zone_Id>9</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. |