GET api/oracle_cost_center_mapping
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of oracle_cost_center_mapping| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| oracle_cost_center | string |
None. |
|
| location_mapping | string |
None. |
|
| status | string |
None. |
|
| old_cost_center | string |
None. |
|
| uid_cost_center_owner | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"oracle_cost_center": "sample string 2",
"location_mapping": "sample string 3",
"status": "sample string 4",
"old_cost_center": "sample string 5",
"uid_cost_center_owner": "sample string 6"
},
{
"id": 1,
"oracle_cost_center": "sample string 2",
"location_mapping": "sample string 3",
"status": "sample string 4",
"old_cost_center": "sample string 5",
"uid_cost_center_owner": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOforacle_cost_center_mapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
<oracle_cost_center_mapping>
<id>1</id>
<location_mapping>sample string 3</location_mapping>
<old_cost_center>sample string 5</old_cost_center>
<oracle_cost_center>sample string 2</oracle_cost_center>
<status>sample string 4</status>
<uid_cost_center_owner>sample string 6</uid_cost_center_owner>
</oracle_cost_center_mapping>
<oracle_cost_center_mapping>
<id>1</id>
<location_mapping>sample string 3</location_mapping>
<old_cost_center>sample string 5</old_cost_center>
<oracle_cost_center>sample string 2</oracle_cost_center>
<status>sample string 4</status>
<uid_cost_center_owner>sample string 6</uid_cost_center_owner>
</oracle_cost_center_mapping>
</ArrayOforacle_cost_center_mapping>