GET v1/Contacts/{contactId}/ContactSummaryDTO
Gets contact summary info for a single contact
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId |
The Id of the contact |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Contact summary
ContactSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isAPerson |
Signifies whether the contact is a person |
boolean |
None. |
| CreatedOn |
Created on |
string |
None. |
| HasBeenModified |
Signifies whether the contact has been modified |
boolean |
None. |
| DOB |
DOB |
date |
None. |
| MaritalStatusID |
MartialStatusID |
byte |
None. |
| CustomerSourceID | integer |
None. |
|
| CustomerSource | string |
None. |
|
| EntityID |
Id of the entity |
integer |
None. |
| DisplayName |
Display name |
string |
None. |
| TypeDisplay |
Type display |
string |
None. |
| ContactSubTypeDisplay |
Contact sub type display |
string |
None. |
| AgentName |
Agent name |
string |
None. |
| StatusDisplay |
Status display |
string |
None. |
| ContactTypeDisplay |
Contact type display |
string |
None. |
| PhoneType |
Phone type |
string |
None. |
| PrimaryContact |
Primary contact |
string |
None. |
| DateLastModified |
The date the contact was last modified. |
date |
None. |
| CustomerNo |
Customer no |
string |
None. |
| ContactSubType |
C - Customer, P - Prospect, E - Employee, M - MGA, H - Certholder, L - Leinholder, F - Finance Compnay, R - Carrier |
string |
None. |
| FirstName |
First name of the contact |
string |
None. |
| MiddleName |
Middle name of the contact |
string |
None. |
| LastName |
Last name of the contact |
string |
None. |
| Phone |
Phone of the contact |
string |
None. |
|
Email of the contact |
string |
None. |
|
| Line1 |
Line 1 |
string |
None. |
| Line2 |
Line 2 |
string |
None. |
| City |
City |
string |
None. |
| State |
State |
string |
None. |
| County |
County |
string |
None. |
| Zip |
ZIP code |
string |
None. |
| Country |
Country |
string |
None. |
| LocationID |
Location id |
integer |
None. |
| Status |
Status |
string |
None. |
| ContactType |
C - Commercial, P - Personal, E - Employee, B - Business |
string |
None. |
| BusinessName |
Business name |
string |
None. |
Response Formats
application/json, text/json
{
"isAPerson": true,
"CreatedOn": "sample string 1",
"HasBeenModified": true,
"DOB": "2026-08-21T17:29:51.6873872+00:00",
"MaritalStatusID": 64,
"CustomerSourceID": 1,
"CustomerSource": "sample string 2",
"EntityID": 1,
"DisplayName": "sample string 3",
"TypeDisplay": "sample string 4",
"ContactSubTypeDisplay": "sample string 5",
"AgentName": "sample string 6",
"StatusDisplay": "sample string 7",
"ContactTypeDisplay": "sample string 8",
"PhoneType": "sample string 9",
"PrimaryContact": "sample string 10",
"DateLastModified": "2026-08-21T17:29:51.6873872+00:00",
"CustomerNo": "sample string 11",
"ContactSubType": "sample string 12",
"FirstName": "sample string 13",
"MiddleName": "sample string 14",
"LastName": "sample string 15",
"Phone": "sample string 16",
"Email": "sample string 17",
"Line1": "sample string 18",
"Line2": "sample string 19",
"City": "sample string 20",
"State": "sample string 21",
"County": "sample string 22",
"Zip": "sample string 23",
"Country": "sample string 24",
"LocationID": 1,
"Status": "sample string 25",
"ContactType": "sample string 26",
"BusinessName": "sample string 27"
}
application/xml, text/xml
<ContactSummaryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Contacts"> <BusinessName>sample string 27</BusinessName> <City>sample string 20</City> <ContactSubType>sample string 12</ContactSubType> <ContactType>sample string 26</ContactType> <Country>sample string 24</Country> <County>sample string 22</County> <CustomerNo>sample string 11</CustomerNo> <Email>sample string 17</Email> <FirstName>sample string 13</FirstName> <LastName>sample string 15</LastName> <Line1>sample string 18</Line1> <Line2>sample string 19</Line2> <LocationID>1</LocationID> <MiddleName>sample string 14</MiddleName> <Phone>sample string 16</Phone> <State>sample string 21</State> <Status>sample string 25</Status> <Zip>sample string 23</Zip> <AgentName>sample string 6</AgentName> <ContactSubTypeDisplay>sample string 5</ContactSubTypeDisplay> <ContactTypeDisplay>sample string 8</ContactTypeDisplay> <DateLastModified>2026-08-21T17:29:51.6873872+00:00</DateLastModified> <DisplayName>sample string 3</DisplayName> <EntityID>1</EntityID> <PhoneType>sample string 9</PhoneType> <PrimaryContact>sample string 10</PrimaryContact> <StatusDisplay>sample string 7</StatusDisplay> <TypeDisplay>sample string 4</TypeDisplay> <CreatedOn>sample string 1</CreatedOn> <CustomerSource>sample string 2</CustomerSource> <CustomerSourceID>1</CustomerSourceID> <DOB>2026-08-21T17:29:51.6873872+00:00</DOB> <HasBeenModified>true</HasBeenModified> <MaritalStatusID>64</MaritalStatusID> <isAPerson>true</isAPerson> </ContactSummaryDTO>