POST api/GenerateExcelViewBudgetDepHead/{DepartementNodeId}/{BudgetPeriodId}/{DepartementTcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DepartementNodeId

integer

Required

BudgetPeriodId

integer

Required

DepartementTcode

string

Required

Body Parameters

Collection of ViewBudgetDirDepHeadModel
NameDescriptionTypeAdditional information
DTC

string

None.

COATypeName

string

None.

COACode

string

None.

COAName

string

None.

COADesc

string

None.

DetailItem

string

None.

TCode

string

None.

Project

string

None.

CurrencyName

string

None.

JANorIDR

integer

None.

JANorUSD

integer

None.

FEBorIDR

integer

None.

FEBorUSD

integer

None.

MARorIDR

integer

None.

MARorUSD

integer

None.

APRorIDR

integer

None.

APRorUSD

integer

None.

MEIorIDR

integer

None.

MEIorUSD

integer

None.

JUNorIDR

integer

None.

JUNorUSD

integer

None.

JULorIDR

integer

None.

JULOrUSD

integer

None.

AGSorIDR

integer

None.

AGSorUSD

integer

None.

SEPorIDR

integer

None.

SEPorUSD

integer

None.

OKTorIDR

integer

None.

OKTorUSD

integer

None.

NOVorIDR

integer

None.

NOVorUSD

integer

None.

DESorIDR

integer

None.

DESorUSD

integer

None.

TotalorIDR

integer

None.

TotalorUSD

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DTC": "sample string 1",
    "COATypeName": "sample string 2",
    "COACode": "sample string 3",
    "COAName": "sample string 4",
    "COADesc": "sample string 5",
    "DetailItem": "sample string 6",
    "TCode": "sample string 7",
    "Project": "sample string 8",
    "CurrencyName": "sample string 9",
    "JANorIDR": 1,
    "JANorUSD": 1,
    "FEBorIDR": 1,
    "FEBorUSD": 1,
    "MARorIDR": 1,
    "MARorUSD": 1,
    "APRorIDR": 1,
    "APRorUSD": 1,
    "MEIorIDR": 1,
    "MEIorUSD": 1,
    "JUNorIDR": 1,
    "JUNorUSD": 1,
    "JULorIDR": 1,
    "JULOrUSD": 1,
    "AGSorIDR": 1,
    "AGSorUSD": 1,
    "SEPorIDR": 1,
    "SEPorUSD": 1,
    "OKTorIDR": 1,
    "OKTorUSD": 1,
    "NOVorIDR": 1,
    "NOVorUSD": 1,
    "DESorIDR": 1,
    "DESorUSD": 1,
    "TotalorIDR": 1,
    "TotalorUSD": 1
  },
  {
    "DTC": "sample string 1",
    "COATypeName": "sample string 2",
    "COACode": "sample string 3",
    "COAName": "sample string 4",
    "COADesc": "sample string 5",
    "DetailItem": "sample string 6",
    "TCode": "sample string 7",
    "Project": "sample string 8",
    "CurrencyName": "sample string 9",
    "JANorIDR": 1,
    "JANorUSD": 1,
    "FEBorIDR": 1,
    "FEBorUSD": 1,
    "MARorIDR": 1,
    "MARorUSD": 1,
    "APRorIDR": 1,
    "APRorUSD": 1,
    "MEIorIDR": 1,
    "MEIorUSD": 1,
    "JUNorIDR": 1,
    "JUNorUSD": 1,
    "JULorIDR": 1,
    "JULOrUSD": 1,
    "AGSorIDR": 1,
    "AGSorUSD": 1,
    "SEPorIDR": 1,
    "SEPorUSD": 1,
    "OKTorIDR": 1,
    "OKTorUSD": 1,
    "NOVorIDR": 1,
    "NOVorUSD": 1,
    "DESorIDR": 1,
    "DESorUSD": 1,
    "TotalorIDR": 1,
    "TotalorUSD": 1
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"