POST api/GenerateExcelCFO/{DepartmentNodeId}/{BudgetPeriodId}/{Direktorat}/{Division}/{TCodeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentNodeId | integer |
Required |
|
| BudgetPeriodId | integer |
Required |
|
| Direktorat | integer |
Required |
|
| Division | integer |
Required |
|
| TCodeId | integer |
Required |
Body Parameters
Collection of ViewBudgetCFOModel| Name | Description | Type | Additional information |
|---|---|---|---|
| COAGroupName | 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 | decimal number |
None. |
|
| JANorUSD | decimal number |
None. |
|
| FEBorIDR | decimal number |
None. |
|
| FEBorUSD | decimal number |
None. |
|
| MARorIDR | decimal number |
None. |
|
| MARorUSD | decimal number |
None. |
|
| APRorIDR | decimal number |
None. |
|
| APRorUSD | decimal number |
None. |
|
| MEIorIDR | decimal number |
None. |
|
| MEIorUSD | decimal number |
None. |
|
| JUNorIDR | decimal number |
None. |
|
| JUNorUSD | decimal number |
None. |
|
| JULorIDR | decimal number |
None. |
|
| JULOrUSD | decimal number |
None. |
|
| AGSorIDR | decimal number |
None. |
|
| AGSorUSD | decimal number |
None. |
|
| SEPorIDR | decimal number |
None. |
|
| SEPorUSD | decimal number |
None. |
|
| OKTorIDR | decimal number |
None. |
|
| OKTorUSD | decimal number |
None. |
|
| NOVorIDR | decimal number |
None. |
|
| NOVorUSD | decimal number |
None. |
|
| DESorIDR | decimal number |
None. |
|
| DESorUSD | decimal number |
None. |
|
| TotalorIDR | decimal number |
None. |
|
| TotalorUSD | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"COAGroupName": "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.0,
"JANorUSD": 1.0,
"FEBorIDR": 1.0,
"FEBorUSD": 1.0,
"MARorIDR": 1.0,
"MARorUSD": 1.0,
"APRorIDR": 1.0,
"APRorUSD": 1.0,
"MEIorIDR": 1.0,
"MEIorUSD": 1.0,
"JUNorIDR": 1.0,
"JUNorUSD": 1.0,
"JULorIDR": 1.0,
"JULOrUSD": 1.0,
"AGSorIDR": 1.0,
"AGSorUSD": 1.0,
"SEPorIDR": 1.0,
"SEPorUSD": 1.0,
"OKTorIDR": 1.0,
"OKTorUSD": 1.0,
"NOVorIDR": 1.0,
"NOVorUSD": 1.0,
"DESorIDR": 1.0,
"DESorUSD": 1.0,
"TotalorIDR": 1.0,
"TotalorUSD": 1.0
},
{
"COAGroupName": "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.0,
"JANorUSD": 1.0,
"FEBorIDR": 1.0,
"FEBorUSD": 1.0,
"MARorIDR": 1.0,
"MARorUSD": 1.0,
"APRorIDR": 1.0,
"APRorUSD": 1.0,
"MEIorIDR": 1.0,
"MEIorUSD": 1.0,
"JUNorIDR": 1.0,
"JUNorUSD": 1.0,
"JULorIDR": 1.0,
"JULOrUSD": 1.0,
"AGSorIDR": 1.0,
"AGSorUSD": 1.0,
"SEPorIDR": 1.0,
"SEPorUSD": 1.0,
"OKTorIDR": 1.0,
"OKTorUSD": 1.0,
"NOVorIDR": 1.0,
"NOVorUSD": 1.0,
"DESorIDR": 1.0,
"DESorUSD": 1.0,
"TotalorIDR": 1.0,
"TotalorUSD": 1.0
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"