POST api/segmentExpense
Request Information
URI Parameters
None.
Body Parameters
InsertSegmentExpenseParamName | Description | Type | Additional information |
---|---|---|---|
SegmentExpenseID | integer |
None. |
|
BudgetYear | string |
None. |
|
OrganizationID | string |
None. |
|
ExpenseGroupTypeID | integer |
None. |
|
ExpenseSubGroupTypeID | integer |
None. |
|
ExpenseTypeID | integer |
None. |
|
SegmentName | string |
None. |
|
SegmentDescription | string |
None. |
|
Segment1 | integer |
None. |
|
Segment2 | integer |
None. |
|
Segment3 | integer |
None. |
|
Segment4 | integer |
None. |
|
Segment5 | integer |
None. |
|
Segment6 | integer |
None. |
|
Segment7 | integer |
None. |
|
Status | string |
None. |
|
UseForEmployeeType | string |
None. |
|
SegmentIncomeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SegmentExpenseID": 1, "BudgetYear": "sample string 1", "OrganizationID": "sample string 2", "ExpenseGroupTypeID": 3, "ExpenseSubGroupTypeID": 4, "ExpenseTypeID": 1, "SegmentName": "sample string 5", "SegmentDescription": "sample string 6", "Segment1": 7, "Segment2": 8, "Segment3": 9, "Segment4": 10, "Segment5": 11, "Segment6": 12, "Segment7": 13, "Status": "sample string 14", "UseForEmployeeType": "sample string 15", "SegmentIncomeID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.