POST v1/ams/{externalPartner}/sync-status/divisions/{divisionId}/employees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalPartner | ExternalPartners |
Required |
|
| divisionId | string |
Required |
Body Parameters
Collection of AMSEmployeeSyncStatusDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeKey | GlobalEntityKeyOfIEmployee |
None. |
|
| SyncStatus | AMSSyncStatus |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"employeeKey": "<empty>",
"syncStatus": "None"
},
{
"employeeKey": "<empty>",
"syncStatus": "None"
}
]
text/xml
Sample:
<ArrayOfAMSEmployeeSyncStatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<AMSEmployeeSyncStatusDTO>
<EmployeeKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</EmployeeKey>
<SyncStatus>None</SyncStatus>
</AMSEmployeeSyncStatusDTO>
<AMSEmployeeSyncStatusDTO>
<EmployeeKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d3p1:_entityKey>
<d3p1:_hasValue>false</d3p1:_hasValue>
<d3p1:_value>00000000-0000-0000-0000-000000000000</d3p1:_value>
</d3p1:_entityKey>
</EmployeeKey>
<SyncStatus>None</SyncStatus>
</AMSEmployeeSyncStatusDTO>
</ArrayOfAMSEmployeeSyncStatusDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.