POST api/OtherExpenses/ManageExpenseApproval
Request Information
URI Parameters
None.
Body Parameters
ExpenseManageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| ExpenseId | integer |
None. |
|
| ApproveAmount | decimal number |
None. |
|
| ActionBy | integer |
None. |
|
| RejectionNote | string |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| Photo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"expenseId": 2,
"approveAmount": 3.0,
"actionBy": 4,
"rejectionNote": "sample string 5",
"fileName": "sample string 6",
"filePath": "sample string 7",
"photo": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.