POST api/SpotterIntegration/MergeEmployeeSync
Request Information
URI Parameters
None.
Body Parameters
EmployeeMergeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CorrectVendorEmployeeId | string |
None. |
|
| DOB | date |
None. |
|
| Gender | integer |
None. |
|
| IncorrectVendorEmployeeIds | Collection of string |
None. |
|
| CorporationCode | string |
None. |
|
| IncidentCaseIds | Collection of integer |
None. |
|
| MSMCaseIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CorrectVendorEmployeeId": "sample string 1",
"DOB": "2026-08-04T04:25:11.1278597-07:00",
"Gender": 1,
"IncorrectVendorEmployeeIds": [
"sample string 1",
"sample string 2"
],
"CorporationCode": "sample string 2",
"IncidentCaseIds": [
1,
2
],
"MSMCaseIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | string |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": "sample string 3",
"totalCount": 4
}