POST api/Configuration/PayrollCycleAutomationService
Request Information
URI Parameters
None.
Body Parameters
PayrollCycleAutomationServiceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PayRollCycleAutomationServiceId | integer |
None. |
|
| ClientId | integer |
None. |
|
| AutomationDate | date |
None. |
|
| DisplayAutomationDate | string |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| lstClientId | Collection of integer |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayRollCycleAutomationServiceId": 1,
"ClientId": 2,
"AutomationDate": "2026-01-08T22:10:38.3885941+05:30",
"DisplayAutomationDate": "sample string 4",
"Description": "sample string 5",
"Status": 6,
"IsActive": true,
"CreatedDate": "2026-01-08T22:10:38.3885941+05:30",
"CreatedBy": 9,
"ModifyDate": "2026-01-08T22:10:38.3885941+05:30",
"ModifyBy": 1,
"IpAddress": "sample string 10",
"LocalIpAddress": "sample string 11",
"DbUserAccount": "sample string 12",
"lstClientId": [
1,
2
],
"RequestType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.