POST api/OverReturn/SubmitOverPayMaster

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.