POST Api/UserManagement/setup/CostCentreLevelDefinition_Add
Request Information
URI Parameters
None.
Body Parameters
Cost_Centre_Team_NameName | Description | Type | Additional information |
---|---|---|---|
Year | string |
None. |
|
level | string |
None. |
|
Name | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": "sample string 1", "level": "sample string 2", "Name": "sample string 3", "id": 4 }
text/html
Sample:
{"Year":"sample string 1","level":"sample string 2","Name":"sample string 3","id":4}
application/xml, text/xml
Sample:
<Cost_Centre_Team_Name xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Name>sample string 3</Name> <Year>sample string 1</Year> <id>4</id> <level>sample string 2</level> </Cost_Centre_Team_Name>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>