POST api/GenerateExcelDirektoratVersion/{DepartmentNodeId}/{BudgetPeriodId}/{Direktorat}/{Division}/{TCodeId}/{Version}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentNodeId | integer |
Required |
|
| BudgetPeriodId | integer |
Required |
|
| Direktorat | integer |
Required |
|
| Division | integer |
Required |
|
| TCodeId | integer |
Required |
|
| Version | integer |
Required |
Body Parameters
Collection of ViewBudgetDirDepHeadModel| Name | Description | Type | Additional 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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"