POST api/expense/bulkCalPercentExpense
Request Information
URI Parameters
None.
Body Parameters
Collection of BulkCalPercentExpenseParamName | Description | Type | Additional information |
---|---|---|---|
RunningNumber | integer |
None. |
|
ExpenseGroupTypeID | integer |
None. |
|
IncomeMoney | decimal number |
None. |
|
Percent | decimal number |
None. |
|
IncomeMoneyMaximum | decimal number |
None. |
|
IncomeMoneyMinimum | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[ { "RunningNumber": 1, "ExpenseGroupTypeID": 2, "IncomeMoney": 3.0, "Percent": 4.0, "IncomeMoneyMaximum": 5.0, "IncomeMoneyMinimum": 6.0 }, { "RunningNumber": 1, "ExpenseGroupTypeID": 2, "IncomeMoney": 3.0, "Percent": 4.0, "IncomeMoneyMaximum": 5.0, "IncomeMoneyMinimum": 6.0 } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.