ApprovedBudgetInfo
This type defines the approved budget:
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
id |
Integer |
Budget ID. |
No |
N/A |
|
name |
String |
Budget name. |
No |
N/A |
|
expenseType |
String |
Expense type of the budget. Valid values are:
|
No |
Operating |
|
description |
String |
Budget description. |
No |
N/A |
|
period |
periodInfo |
Budget date period. |
No |
N/A |
|
amountLCL |
Double |
Budget amount in local currency. |
No |
N/A |
|
amountBSE |
Double |
Budget amount in base currency. |
No |
N/A |
|
approvalDate |
Date |
Approval date of the budget. |
No |
N/A |
|
approvedBy |
String |
The user name of the user who approves the budget. |
No |
N/A |

