PUT api/periodOff/checkStatusWithdrawID/{year}/{month}/{organizationId}/{checkStatusWithdrawId}/backward

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

string

Required

month

integer

Required

organizationId

string

Required

checkStatusWithdrawId

integer

Required

Body Parameters

APIParams
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'APIParams'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.