GET api/CostToDate/GetCostsToDateWithDepartment?companyId={companyId}&project={project}&subLevel1={subLevel1}&subLevel2={subLevel2}&DepartmentId={DepartmentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

string

Required

project

string

Required

subLevel1

string

Required

subLevel2

string

Required

DepartmentId

string

Required

Body Parameters

None.

Response Information

Resource Description

CostToDateItem
NameDescriptionTypeAdditional information
CurrentCost

string

None.

CostCategVal

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrentCost": "sample string 1",
  "CostCategVal": "sample string 2"
}

application/xml, text/xml

Sample:
<CostToDateItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Jovaco.WebServices.Web.Models">
  <CostCategVal>sample string 2</CostCategVal>
  <CurrentCost>sample string 1</CurrentCost>
</CostToDateItem>