GET api/pData/GetPdataByProjectID?companyId={companyId}&projectID={projectID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | string |
Required |
|
| projectID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| Status | integer |
None. |
|
| Level1Id | string |
None. |
|
| Level2Id | string |
None. |
|
| DepartmentId | string |
None. |
|
| CostCategorieID | string |
None. |
|
| BudgetRevisedHours | decimal number |
None. |
|
| HoursTotalWithUnposted | decimal number |
None. |
|
| BudgetRevisedTotalRevenueF | decimal number |
None. |
|
| BudgetRevisedCostF | decimal number |
None. |
|
| CostTotalF | decimal number |
None. |
|
| RevenueTotalF | decimal number |
None. |
|
| Commitments | decimal number |
None. |
|
| CommitmentBillables | decimal number |
None. |
|
| RevenueTotalWithProvisionF | decimal number |
None. |
|
| rn | integer |
None. |
|
| rnParent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"Name": "sample string 2",
"Status": 3,
"Level1Id": "sample string 4",
"Level2Id": "sample string 5",
"DepartmentId": "sample string 6",
"CostCategorieID": "sample string 7",
"BudgetRevisedHours": 8.0,
"HoursTotalWithUnposted": 9.0,
"BudgetRevisedTotalRevenueF": 10.0,
"BudgetRevisedCostF": 11.0,
"CostTotalF": 12.0,
"RevenueTotalF": 13.0,
"Commitments": 14.0,
"CommitmentBillables": 15.0,
"RevenueTotalWithProvisionF": 16.0,
"rn": 17,
"rnParent": 18
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"Status": 3,
"Level1Id": "sample string 4",
"Level2Id": "sample string 5",
"DepartmentId": "sample string 6",
"CostCategorieID": "sample string 7",
"BudgetRevisedHours": 8.0,
"HoursTotalWithUnposted": 9.0,
"BudgetRevisedTotalRevenueF": 10.0,
"BudgetRevisedCostF": 11.0,
"CostTotalF": 12.0,
"RevenueTotalF": 13.0,
"Commitments": 14.0,
"CommitmentBillables": 15.0,
"RevenueTotalWithProvisionF": 16.0,
"rn": 17,
"rnParent": 18
}
]
application/xml, text/xml
Sample:
<ArrayOfpData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Jovaco.WebServices.Web.Models">
<pData>
<BudgetRevisedCostF>11</BudgetRevisedCostF>
<BudgetRevisedHours>8</BudgetRevisedHours>
<BudgetRevisedTotalRevenueF>10</BudgetRevisedTotalRevenueF>
<CommitmentBillables>15</CommitmentBillables>
<Commitments>14</Commitments>
<CostCategorieID>sample string 7</CostCategorieID>
<CostTotalF>12</CostTotalF>
<DepartmentId>sample string 6</DepartmentId>
<HoursTotalWithUnposted>9</HoursTotalWithUnposted>
<Id>sample string 1</Id>
<Level1Id>sample string 4</Level1Id>
<Level2Id>sample string 5</Level2Id>
<Name>sample string 2</Name>
<RevenueTotalF>13</RevenueTotalF>
<RevenueTotalWithProvisionF>16</RevenueTotalWithProvisionF>
<Status>3</Status>
<rn>17</rn>
<rnParent>18</rnParent>
</pData>
<pData>
<BudgetRevisedCostF>11</BudgetRevisedCostF>
<BudgetRevisedHours>8</BudgetRevisedHours>
<BudgetRevisedTotalRevenueF>10</BudgetRevisedTotalRevenueF>
<CommitmentBillables>15</CommitmentBillables>
<Commitments>14</Commitments>
<CostCategorieID>sample string 7</CostCategorieID>
<CostTotalF>12</CostTotalF>
<DepartmentId>sample string 6</DepartmentId>
<HoursTotalWithUnposted>9</HoursTotalWithUnposted>
<Id>sample string 1</Id>
<Level1Id>sample string 4</Level1Id>
<Level2Id>sample string 5</Level2Id>
<Name>sample string 2</Name>
<RevenueTotalF>13</RevenueTotalF>
<RevenueTotalWithProvisionF>16</RevenueTotalWithProvisionF>
<Status>3</Status>
<rn>17</rn>
<rnParent>18</rnParent>
</pData>
</ArrayOfpData>