POST api/cancelIncomeSuspension
Request Information
URI Parameters
None.
Body Parameters
CancelIncomeSuspensionParam| Name | Description | Type | Additional information |
|---|---|---|---|
| IncomeID | integer |
None. |
|
| ExpenseIDs | Collection of integer |
None. |
|
| CommandMasterID | integer |
None. |
|
| Year | string |
None. |
|
| Month | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IncomeID": 1,
"ExpenseIDs": [
1,
2
],
"CommandMasterID": 2,
"Year": "sample string 3",
"Month": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.