GET v1/setup/{externalPartner}/ping/divisions/{divisionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalPartner | ExternalPartners |
Required |
|
| divisionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"value": true
}
text/xml
Sample:
<ModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Web.Shared.Data.Custom"> <Value>true</Value> </ModelOfboolean>