GET v1/setup/{externalPartner}/employee-criteria/divisions/{divisionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalPartner | ExternalPartners |
Required |
|
| divisionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeCriteriaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Key | EntityKeyOfIDivisionEmployeeCriteriaAndInt32 |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"key": "<empty>"
}
text/xml
Sample:
<EmployeeCriteriaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models">
<Code>sample string 1</Code>
<Key xmlns:d2p1="http://schemas.datacontract.org/2004/07/BDBPayroll.Services.Data.Shared.Keys">
<d2p1:_hasValue>false</d2p1:_hasValue>
<d2p1:_value>0</d2p1:_value>
</Key>
</EmployeeCriteriaDTO>