POST api/MobileApp/Add_PayrollMonth
Request Information
URI Parameters
None.
Body Parameters
PayrollMonth| Name | 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": "2025-11-18T15:35:58.4292118+05:30",
"ToDate": "2025-11-18T15:35:58.4292118+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"