POST api/DPRWorkUpdate2
Request Information
URI Parameters
None.
Body Parameters
DPRWorkUpdate2| Name | Description | Type | Additional information |
|---|---|---|---|
| User_Role_Id | integer |
None. |
|
| Person_Id | integer |
None. |
|
| ProjectUC_FinancialYear_Id | integer |
None. |
|
| BudgetUtilized | decimal number |
None. |
|
| PhysicalProgress | decimal number |
None. |
|
| Total_Centage | decimal number |
None. |
|
| Total_Allocated | decimal number |
None. |
|
| Comments | string |
None. |
|
| ProjectDPR_Id | integer |
None. |
|
| ProjectWork_Id | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| NP_JurisdictionId | integer |
None. |
|
| SchemeId | integer |
None. |
|
| obj_tbl_ProjectUC_Concent_Li | Collection of tbl_ProjectUC_Concent |
None. |
|
| obj_tbl_ProjectPkg_PhysicalProgress_Li | Collection of tbl_ProjectPkg_PhysicalProgress |
None. |
|
| obj_tbl_ProjectPkg_Deliverables_Li | Collection of tbl_ProjectPkg_Deliverables |
None. |
|
| ProjectDPRSitePics_SitePic_PathB1 | string |
None. |
|
| ProjectDPRSitePics_SitePic_Base64_B1 | string |
None. |
|
| ProjectDPRSitePics_SitePic_PathB2 | string |
None. |
|
| ProjectDPRSitePics_SitePic_Base64_B2 | string |
None. |
|
| ProjectDPRSitePics_SitePic_PathA1 | string |
None. |
|
| ProjectDPRSitePics_SitePic_Base64_A1 | string |
None. |
|
| ProjectDPRSitePics_SitePic_PathA2 | string |
None. |
|
| ProjectDPRSitePics_SitePic_Base64_A2 | string |
None. |
|
| Person_AE | string |
None. |
|
| Person_JE | string |
None. |
|
| Person_Vendor | string |
None. |
|
| Project_Completion_Date | string |
None. |
|
| Project_Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"User_Role_Id": 1,
"Person_Id": 2,
"ProjectUC_FinancialYear_Id": 3,
"BudgetUtilized": 4.0,
"PhysicalProgress": 5.0,
"Total_Centage": 6.0,
"Total_Allocated": 7.0,
"Comments": "sample string 8",
"ProjectDPR_Id": 9,
"ProjectWork_Id": 10,
"Latitude": 11.0,
"Longitude": 12.0,
"NP_JurisdictionId": 13,
"SchemeId": 14,
"obj_tbl_ProjectUC_Concent_Li": [
{
"ProjectUC_Concent_AddedBy": 1,
"ProjectUC_Concent_AddedOn": "sample string 2",
"ProjectUC_Concent_Comments": "sample string 3",
"ProjectUC_Concent_Id": 4,
"ProjectUC_Concent_ModifiedBy": 5,
"ProjectUC_Concent_ModifiedOn": "sample string 6",
"ProjectUC_Concent_ProjectUC_Id": 7,
"ProjectUC_Concent_Questionire_Id": 8,
"ProjectUC_Concent_Answer_Id": 9,
"ProjectUC_Concent_Answer": "sample string 10",
"ProjectUC_Concent_Status": 11
},
{
"ProjectUC_Concent_AddedBy": 1,
"ProjectUC_Concent_AddedOn": "sample string 2",
"ProjectUC_Concent_Comments": "sample string 3",
"ProjectUC_Concent_Id": 4,
"ProjectUC_Concent_ModifiedBy": 5,
"ProjectUC_Concent_ModifiedOn": "sample string 6",
"ProjectUC_Concent_ProjectUC_Id": 7,
"ProjectUC_Concent_Questionire_Id": 8,
"ProjectUC_Concent_Answer_Id": 9,
"ProjectUC_Concent_Answer": "sample string 10",
"ProjectUC_Concent_Status": 11
}
],
"obj_tbl_ProjectPkg_PhysicalProgress_Li": [
{
"PhysicalProgressComponent_Id": 1,
"PhysicalProgressComponent_Component": "sample string 2",
"Unit_Name": "sample string 3",
"PhysicalProgress_Total": 4,
"PhysicalProgress_Current": 5
},
{
"PhysicalProgressComponent_Id": 1,
"PhysicalProgressComponent_Component": "sample string 2",
"Unit_Name": "sample string 3",
"PhysicalProgress_Total": 4,
"PhysicalProgress_Current": 5
}
],
"obj_tbl_ProjectPkg_Deliverables_Li": [
{
"Deliverables_Id": 1,
"Deliverables_Deliverables": "sample string 2",
"Unit_Name": "sample string 3",
"Deliverables_Total": 4,
"DeliverablesTotal_Current": 5
},
{
"Deliverables_Id": 1,
"Deliverables_Deliverables": "sample string 2",
"Unit_Name": "sample string 3",
"Deliverables_Total": 4,
"DeliverablesTotal_Current": 5
}
],
"ProjectDPRSitePics_SitePic_PathB1": "sample string 15",
"ProjectDPRSitePics_SitePic_Base64_B1": "sample string 16",
"ProjectDPRSitePics_SitePic_PathB2": "sample string 17",
"ProjectDPRSitePics_SitePic_Base64_B2": "sample string 18",
"ProjectDPRSitePics_SitePic_PathA1": "sample string 19",
"ProjectDPRSitePics_SitePic_Base64_A1": "sample string 20",
"ProjectDPRSitePics_SitePic_PathA2": "sample string 21",
"ProjectDPRSitePics_SitePic_Base64_A2": "sample string 22",
"Person_AE": "sample string 23",
"Person_JE": "sample string 24",
"Person_Vendor": "sample string 25",
"Project_Completion_Date": "sample string 26",
"Project_Status": "sample string 27"
}
application/xml, text/xml
Sample:
<DPRWorkUpdate2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePayment_API.Models">
<BudgetUtilized>4</BudgetUtilized>
<Comments>sample string 8</Comments>
<Latitude>11</Latitude>
<Longitude>12</Longitude>
<NP_JurisdictionId>13</NP_JurisdictionId>
<Person_AE>sample string 23</Person_AE>
<Person_Id>2</Person_Id>
<Person_JE>sample string 24</Person_JE>
<Person_Vendor>sample string 25</Person_Vendor>
<PhysicalProgress>5</PhysicalProgress>
<ProjectDPRSitePics_SitePic_Base64_A1>sample string 20</ProjectDPRSitePics_SitePic_Base64_A1>
<ProjectDPRSitePics_SitePic_Base64_A2>sample string 22</ProjectDPRSitePics_SitePic_Base64_A2>
<ProjectDPRSitePics_SitePic_Base64_B1>sample string 16</ProjectDPRSitePics_SitePic_Base64_B1>
<ProjectDPRSitePics_SitePic_Base64_B2>sample string 18</ProjectDPRSitePics_SitePic_Base64_B2>
<ProjectDPRSitePics_SitePic_PathA1>sample string 19</ProjectDPRSitePics_SitePic_PathA1>
<ProjectDPRSitePics_SitePic_PathA2>sample string 21</ProjectDPRSitePics_SitePic_PathA2>
<ProjectDPRSitePics_SitePic_PathB1>sample string 15</ProjectDPRSitePics_SitePic_PathB1>
<ProjectDPRSitePics_SitePic_PathB2>sample string 17</ProjectDPRSitePics_SitePic_PathB2>
<ProjectDPR_Id>9</ProjectDPR_Id>
<ProjectUC_FinancialYear_Id>3</ProjectUC_FinancialYear_Id>
<ProjectWork_Id>10</ProjectWork_Id>
<Project_Completion_Date>sample string 26</Project_Completion_Date>
<Project_Status>sample string 27</Project_Status>
<SchemeId>14</SchemeId>
<Total_Allocated>7</Total_Allocated>
<Total_Centage>6</Total_Centage>
<User_Role_Id>1</User_Role_Id>
<obj_tbl_ProjectPkg_Deliverables_Li>
<tbl_ProjectPkg_Deliverables>
<DeliverablesTotal_Current>5</DeliverablesTotal_Current>
<Deliverables_Deliverables>sample string 2</Deliverables_Deliverables>
<Deliverables_Id>1</Deliverables_Id>
<Deliverables_Total>4</Deliverables_Total>
<Unit_Name>sample string 3</Unit_Name>
</tbl_ProjectPkg_Deliverables>
<tbl_ProjectPkg_Deliverables>
<DeliverablesTotal_Current>5</DeliverablesTotal_Current>
<Deliverables_Deliverables>sample string 2</Deliverables_Deliverables>
<Deliverables_Id>1</Deliverables_Id>
<Deliverables_Total>4</Deliverables_Total>
<Unit_Name>sample string 3</Unit_Name>
</tbl_ProjectPkg_Deliverables>
</obj_tbl_ProjectPkg_Deliverables_Li>
<obj_tbl_ProjectPkg_PhysicalProgress_Li>
<tbl_ProjectPkg_PhysicalProgress>
<PhysicalProgressComponent_Component>sample string 2</PhysicalProgressComponent_Component>
<PhysicalProgressComponent_Id>1</PhysicalProgressComponent_Id>
<PhysicalProgress_Current>5</PhysicalProgress_Current>
<PhysicalProgress_Total>4</PhysicalProgress_Total>
<Unit_Name>sample string 3</Unit_Name>
</tbl_ProjectPkg_PhysicalProgress>
<tbl_ProjectPkg_PhysicalProgress>
<PhysicalProgressComponent_Component>sample string 2</PhysicalProgressComponent_Component>
<PhysicalProgressComponent_Id>1</PhysicalProgressComponent_Id>
<PhysicalProgress_Current>5</PhysicalProgress_Current>
<PhysicalProgress_Total>4</PhysicalProgress_Total>
<Unit_Name>sample string 3</Unit_Name>
</tbl_ProjectPkg_PhysicalProgress>
</obj_tbl_ProjectPkg_PhysicalProgress_Li>
<obj_tbl_ProjectUC_Concent_Li>
<tbl_ProjectUC_Concent>
<ProjectUC_Concent_AddedBy>1</ProjectUC_Concent_AddedBy>
<ProjectUC_Concent_AddedOn>sample string 2</ProjectUC_Concent_AddedOn>
<ProjectUC_Concent_Answer>sample string 10</ProjectUC_Concent_Answer>
<ProjectUC_Concent_Answer_Id>9</ProjectUC_Concent_Answer_Id>
<ProjectUC_Concent_Comments>sample string 3</ProjectUC_Concent_Comments>
<ProjectUC_Concent_Id>4</ProjectUC_Concent_Id>
<ProjectUC_Concent_ModifiedBy>5</ProjectUC_Concent_ModifiedBy>
<ProjectUC_Concent_ModifiedOn>sample string 6</ProjectUC_Concent_ModifiedOn>
<ProjectUC_Concent_ProjectUC_Id>7</ProjectUC_Concent_ProjectUC_Id>
<ProjectUC_Concent_Questionire_Id>8</ProjectUC_Concent_Questionire_Id>
<ProjectUC_Concent_Status>11</ProjectUC_Concent_Status>
</tbl_ProjectUC_Concent>
<tbl_ProjectUC_Concent>
<ProjectUC_Concent_AddedBy>1</ProjectUC_Concent_AddedBy>
<ProjectUC_Concent_AddedOn>sample string 2</ProjectUC_Concent_AddedOn>
<ProjectUC_Concent_Answer>sample string 10</ProjectUC_Concent_Answer>
<ProjectUC_Concent_Answer_Id>9</ProjectUC_Concent_Answer_Id>
<ProjectUC_Concent_Comments>sample string 3</ProjectUC_Concent_Comments>
<ProjectUC_Concent_Id>4</ProjectUC_Concent_Id>
<ProjectUC_Concent_ModifiedBy>5</ProjectUC_Concent_ModifiedBy>
<ProjectUC_Concent_ModifiedOn>sample string 6</ProjectUC_Concent_ModifiedOn>
<ProjectUC_Concent_ProjectUC_Id>7</ProjectUC_Concent_ProjectUC_Id>
<ProjectUC_Concent_Questionire_Id>8</ProjectUC_Concent_Questionire_Id>
<ProjectUC_Concent_Status>11</ProjectUC_Concent_Status>
</tbl_ProjectUC_Concent>
</obj_tbl_ProjectUC_Concent_Li>
</DPRWorkUpdate2>
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. |