GET api/{database}/ProjectGroupFixedAccounts/{projectGroupId}/{fiscalYear}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
projectGroupId No Documentation Found.

Define this parameter in the request URI.

fiscalYear No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "billedAccountId": "sample string 1",
  "costPriceHoursAccountId": "sample string 2",
  "costPriceMaterialsAccountId": "sample string 3",
  "costPriceOtherAccountId": "sample string 4",
  "costPriceThirdPartyAccountId": "sample string 5",
  "coverageAccountId": "sample string 6",
  "fiscalYear": 7,
  "ongoingHoursAccountId": "sample string 8",
  "ongoingMaterialsAccountId": "sample string 9",
  "ongoingOtherAccountId": "sample string 10",
  "ongoingThirdPartyAccountId": "sample string 11",
  "projectGroupId": "sample string 12",
  "revenueAccountId": "sample string 13"
}

application/xml, text/xml

Sample:
<ProjectGroupFixedAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info">
  <BilledAccountId>sample string 1</BilledAccountId>
  <CostPriceHoursAccountId>sample string 2</CostPriceHoursAccountId>
  <CostPriceMaterialsAccountId>sample string 3</CostPriceMaterialsAccountId>
  <CostPriceOtherAccountId>sample string 4</CostPriceOtherAccountId>
  <CostPriceThirdPartyAccountId>sample string 5</CostPriceThirdPartyAccountId>
  <CoverageAccountId>sample string 6</CoverageAccountId>
  <FiscalYear>7</FiscalYear>
  <OngoingHoursAccountId>sample string 8</OngoingHoursAccountId>
  <OngoingMaterialsAccountId>sample string 9</OngoingMaterialsAccountId>
  <OngoingOtherAccountId>sample string 10</OngoingOtherAccountId>
  <OngoingThirdPartyAccountId>sample string 11</OngoingThirdPartyAccountId>
  <ProjectGroupId>sample string 12</ProjectGroupId>
  <RevenueAccountId>sample string 13</RevenueAccountId>
</ProjectGroupFixedAccounts>