GET api/default/list_budget_centers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BUDGET_CENTER| Name | Description | Type | Additional information |
|---|---|---|---|
| BUDGET_ID | integer |
None. |
|
| BUDGET_NAME | string |
None. |
|
| IS_ACTIVE | integer |
None. |
|
| ROLE_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BUDGET_ID": 1,
"BUDGET_NAME": "sample string 2",
"IS_ACTIVE": 3,
"ROLE_ID": 4
},
{
"BUDGET_ID": 1,
"BUDGET_NAME": "sample string 2",
"IS_ACTIVE": 3,
"ROLE_ID": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfBUDGET_CENTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cfl_api.Models">
<BUDGET_CENTER>
<BUDGET_ID>1</BUDGET_ID>
<BUDGET_NAME>sample string 2</BUDGET_NAME>
<IS_ACTIVE>3</IS_ACTIVE>
<ROLE_ID>4</ROLE_ID>
</BUDGET_CENTER>
<BUDGET_CENTER>
<BUDGET_ID>1</BUDGET_ID>
<BUDGET_NAME>sample string 2</BUDGET_NAME>
<IS_ACTIVE>3</IS_ACTIVE>
<ROLE_ID>4</ROLE_ID>
</BUDGET_CENTER>
</ArrayOfBUDGET_CENTER>