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

Get Account Type of 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

ContactAccountType
NameDescriptionTypeAdditional information
AccountType

string

None.

AccountTypeId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountType": "sample string 1",
  "AccountTypeId": "79aa65ad-e354-4eca-b5a2-70f70d6caa0e"
}

application/xml, text/xml

Sample:
<ContactAccountType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
  <AccountType>sample string 1</AccountType>
  <AccountTypeId>79aa65ad-e354-4eca-b5a2-70f70d6caa0e</AccountTypeId>
</ContactAccountType>