GET api/contacts/authtype?contactId={contactId}

Get Authtype for a given contact

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

Guid 00000000-0000-0000-0000-000000000000

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ContactAuthType
NameDescriptionTypeAdditional 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>