GET api/contacts/accountType?contactId={contactId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ContactAccountType| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountType | string |
None. |
|
| AccountTypeId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountType": "sample string 1",
"AccountTypeId": "6b4bd667-2e12-4dd1-be1d-18bc55c78a09"
}
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>6b4bd667-2e12-4dd1-be1d-18bc55c78a09</AccountTypeId> </ContactAccountType>