GET api/ETCDataByDate/GetETCDateByProjectID?companyId={companyId}&projectID={projectID}&date={date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

string

Required

projectID

string

Required

date

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ETCData
NameDescriptionTypeAdditional 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.

AssessmentPercentageTotalRevenue

decimal number

None.

AssessmentPercentageHours

decimal number

None.

RevenueTotalF

decimal number

None.

Commitments

decimal number

None.

CommitmentBillables

decimal number

None.

HoursTotalWithoutUnposted

decimal number

None.

BudgetPropositionTotalRevenueF

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": 1.0,
    "HoursTotalWithUnposted": 1.0,
    "BudgetRevisedTotalRevenueF": 1.0,
    "BudgetRevisedCostF": 1.0,
    "CostTotalF": 1.0,
    "AssessmentPercentageTotalRevenue": 1.0,
    "AssessmentPercentageHours": 1.0,
    "RevenueTotalF": 1.0,
    "Commitments": 1.0,
    "CommitmentBillables": 1.0,
    "HoursTotalWithoutUnposted": 1.0,
    "BudgetPropositionTotalRevenueF": 1.0,
    "RevenueTotalWithProvisionF": 1.0,
    "rn": 8,
    "rnParent": 9
  },
  {
    "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": 1.0,
    "HoursTotalWithUnposted": 1.0,
    "BudgetRevisedTotalRevenueF": 1.0,
    "BudgetRevisedCostF": 1.0,
    "CostTotalF": 1.0,
    "AssessmentPercentageTotalRevenue": 1.0,
    "AssessmentPercentageHours": 1.0,
    "RevenueTotalF": 1.0,
    "Commitments": 1.0,
    "CommitmentBillables": 1.0,
    "HoursTotalWithoutUnposted": 1.0,
    "BudgetPropositionTotalRevenueF": 1.0,
    "RevenueTotalWithProvisionF": 1.0,
    "rn": 8,
    "rnParent": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfETCData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Jovaco.WebServices.Web.Models">
  <ETCData>
    <AssessmentPercentageHours>1</AssessmentPercentageHours>
    <AssessmentPercentageTotalRevenue>1</AssessmentPercentageTotalRevenue>
    <BudgetPropositionTotalRevenueF>1</BudgetPropositionTotalRevenueF>
    <BudgetRevisedCostF>1</BudgetRevisedCostF>
    <BudgetRevisedHours>1</BudgetRevisedHours>
    <BudgetRevisedTotalRevenueF>1</BudgetRevisedTotalRevenueF>
    <CommitmentBillables>1</CommitmentBillables>
    <Commitments>1</Commitments>
    <CostCategorieID>sample string 7</CostCategorieID>
    <CostTotalF>1</CostTotalF>
    <DepartmentId>sample string 6</DepartmentId>
    <HoursTotalWithUnposted>1</HoursTotalWithUnposted>
    <HoursTotalWithoutUnposted>1</HoursTotalWithoutUnposted>
    <Id>sample string 1</Id>
    <Level1Id>sample string 4</Level1Id>
    <Level2Id>sample string 5</Level2Id>
    <Name>sample string 2</Name>
    <RevenueTotalF>1</RevenueTotalF>
    <RevenueTotalWithProvisionF>1</RevenueTotalWithProvisionF>
    <Status>3</Status>
    <rn>8</rn>
    <rnParent>9</rnParent>
  </ETCData>
  <ETCData>
    <AssessmentPercentageHours>1</AssessmentPercentageHours>
    <AssessmentPercentageTotalRevenue>1</AssessmentPercentageTotalRevenue>
    <BudgetPropositionTotalRevenueF>1</BudgetPropositionTotalRevenueF>
    <BudgetRevisedCostF>1</BudgetRevisedCostF>
    <BudgetRevisedHours>1</BudgetRevisedHours>
    <BudgetRevisedTotalRevenueF>1</BudgetRevisedTotalRevenueF>
    <CommitmentBillables>1</CommitmentBillables>
    <Commitments>1</Commitments>
    <CostCategorieID>sample string 7</CostCategorieID>
    <CostTotalF>1</CostTotalF>
    <DepartmentId>sample string 6</DepartmentId>
    <HoursTotalWithUnposted>1</HoursTotalWithUnposted>
    <HoursTotalWithoutUnposted>1</HoursTotalWithoutUnposted>
    <Id>sample string 1</Id>
    <Level1Id>sample string 4</Level1Id>
    <Level2Id>sample string 5</Level2Id>
    <Name>sample string 2</Name>
    <RevenueTotalF>1</RevenueTotalF>
    <RevenueTotalWithProvisionF>1</RevenueTotalWithProvisionF>
    <Status>3</Status>
    <rn>8</rn>
    <rnParent>9</rnParent>
  </ETCData>
</ArrayOfETCData>