GET api/contacts/authtype?contactId={contactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ContactAuthTypeName | Description | Type | Additional information |
---|---|---|---|
AuthType | string |
None. |
|
Result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "AuthType": "sample string 1", "Result": true }
application/xml, text/xml
Sample:
<ContactAuthType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models"> <AuthType>sample string 1</AuthType> <Result>true</Result> </ContactAuthType>