PUT api/OverReturn/OverPayMaster/ChangeStatusReturn

Request Information

URI Parameters

None.

Body Parameters

ChangeStatusReturnParam
NameDescriptionTypeAdditional information
OverPayMasterID

integer

None.

StatusReturn

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OverPayMasterID": 1,
  "StatusReturn": true
}

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 'ChangeStatusReturnParam'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.