PUT api/OverReturn/OverPayMaster/ChangeStatusReturn
Request Information
URI Parameters
None.
Body Parameters
ChangeStatusReturnParamName | Description | Type | Additional information |
---|---|---|---|
OverPayMasterID | integer |
None. |
|
StatusReturn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OverPayMasterID": 1, "StatusReturn": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.