PUT api/income/{incomeID}/suspension
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| incomeID | integer |
Required |
Body Parameters
APIParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Params | Object |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Params": {},
"Token": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.