POST api/MobileApp/Add_PayrollMonth/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
PayrollMonthName | Description | Type | Additional information |
---|---|---|---|
PayrollMonthId | integer |
None. |
|
BiometricId | integer |
None. |
|
MonthName | string |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
SalaryCalendayDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PayrollMonthId": 1, "BiometricId": 2, "MonthName": "sample string 3", "FromDate": "2024-11-21T15:49:17.4499768+05:30", "ToDate": "2024-11-21T15:49:17.4499768+05:30", "SalaryCalendayDays": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"