GET api/{database}/AccountPeriodTotalInfo/OpeningBalance/{fiscalYear}/{accountId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
fiscalYear No Documentation Found.

Define this parameter in the request URI.

accountId No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "accountId": "sample string 1",
  "budgetAmount": 1.0,
  "creditAmount": 2.0,
  "debitAmount": 3.0,
  "fiscalYear": 4,
  "periodId": 5
}

application/xml, text/xml

Sample:
<AccountPeriodTotalInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Info">
  <AccountId>sample string 1</AccountId>
  <BudgetAmount>1</BudgetAmount>
  <CreditAmount>2</CreditAmount>
  <DebitAmount>3</DebitAmount>
  <FiscalYear>4</FiscalYear>
  <PeriodId>5</PeriodId>
</AccountPeriodTotalInfo>