POST api/UKG/SyncUKGDetails
Request Information
URI Parameters
None.
Body Parameters
UKGInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | string |
None. |
|
| string |
None. |
||
| CompanyId | string |
None. |
|
| DateChanged | date |
None. |
|
| PageSize | integer |
None. |
|
| UserId | integer |
None. |
|
| WnEmpId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": "sample string 1",
"Email": "sample string 2",
"CompanyId": "sample string 3",
"DateChanged": "2026-02-04T01:40:26.2612931-08:00",
"PageSize": 4,
"UserId": 5,
"WnEmpId": 6
}
application/xml, text/xml
Sample:
<UKGInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WurkNowDTO.UKG"> <UserId>5</UserId> <WnEmpId>6</WnEmpId> <CompanyId>sample string 3</CompanyId> <DateChanged>2026-02-04T01:40:26.2612931-08:00</DateChanged> <Email>sample string 2</Email> <EmployeeId>sample string 1</EmployeeId> <PageSize>4</PageSize> </UKGInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode |
None. |