POST api/OverReturn/SubmitOverPayMaster
Request Information
URI Parameters
None.
Body Parameters
OverPayMasterParamName | Description | Type | Additional information |
---|---|---|---|
OverPayMasterID | integer |
None. |
|
UserOrganizationID | string |
None. |
|
EmployeeID | string |
None. |
|
OverPayYear | string |
None. |
|
OverPayMonth | integer |
None. |
|
Description | string |
None. |
|
OverPayMoney | decimal number |
None. |
|
StatusReturn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OverPayMasterID": 1, "UserOrganizationID": "sample string 2", "EmployeeID": "sample string 3", "OverPayYear": "sample string 4", "OverPayMonth": 5, "Description": "sample string 6", "OverPayMoney": 7.0, "StatusReturn": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.