POST api/Payslip

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EMP_MOD
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EMP_ID": 1,
  "PAY_PERIOD_ID": 2
}

application/xml, text/xml

Sample:
<PayslipController.EMP_MOD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Controllers.Payroll">
  <EMP_ID>1</EMP_ID>
  <PAY_PERIOD_ID>2</PAY_PERIOD_ID>
</PayslipController.EMP_MOD>

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