Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId |
The contact identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The contact, if it exists.
Nano.Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| altPhone |
Gets or sets the alternate phone. |
string |
None. |
| assistantEmail |
Gets or sets the assistant email. |
string |
None. |
| assistantFirstName |
Gets or sets the first name of the assistant. |
string |
None. |
| assistantLastName |
Gets or sets the last name of the assistant. |
string |
None. |
| assistantPhone |
Gets or sets the assistant phone. |
string |
None. |
| city |
Gets or sets the city. |
string |
None. |
| companyLicenseIdentifier |
Gets or sets the company license identifier. |
string |
None. |
| companyName |
Gets or sets the name of the company. |
string |
None. |
| created |
Gets or sets the created date. |
date |
None. |
|
Gets or sets the email. |
string |
None. |
|
| fax |
Gets or sets the fax. |
string |
None. |
| fileOrPolicyNumber |
Gets or sets the file or policy number. |
string |
None. |
| individualLicenseIdentifier |
Gets or sets the individual license identifier. |
string |
None. |
| isSettlementAgent |
Gets or sets a value indicating whether this instance is settlement agent. |
boolean |
None. |
| modified |
Gets or sets the modified date. |
date |
None. |
| newOrdersEmail |
Gets or sets the new orders email. |
string |
None. |
| nonPersonEntityIndicator |
Gets or sets a value indicating whether this is a non person entity. |
boolean |
None. |
| phone |
Gets or sets the phone. |
string |
None. |
| primaryContact |
Gets or sets the primary contact. |
string |
None. |
| state |
Gets or sets the state. |
string |
None. |
| street |
Gets or sets the street. |
string |
None. |
| subtype |
Gets or sets the subtype. |
string |
None. |
| website |
Gets or sets the website. |
string |
None. |
| zipCode |
Gets or sets the zip code. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the contact identifier. |
integer |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
| parentProvider |
Gets or sets the parent provider identifier. |
integer |
None. |
| providerType |
Gets or sets the provider type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"altPhone": "sample String 1",
"assistantEmail": "sample String 2",
"assistantFirstName": "sample String 3",
"assistantLastName": "sample String 4",
"assistantPhone": "sample String 5",
"city": "sample String 6",
"companyLicenseIdentifier": "sample String 7",
"companyName": "sample String 8",
"created": "2025-10-30T23:12:43.5034082Z",
"email": "sample String 10",
"fax": "sample String 11",
"fileOrPolicyNumber": "sample String 12",
"individualLicenseIdentifier": "sample String 13",
"isSettlementAgent": true,
"modified": "2025-10-30T23:12:43.5034082Z",
"newOrdersEmail": "sample String 15",
"nonPersonEntityIndicator": true,
"phone": "sample String 17",
"primaryContact": "sample String 18",
"state": "sample String 19",
"street": "sample String 20",
"subtype": "sample String 21",
"website": "sample String 22",
"zipCode": "sample String 23",
"app": "24",
"id": "25",
"createdBy": "1",
"parentProvider": "1",
"providerType": "1"
}
text/html
{"altPhone":"sample String 1","assistantEmail":"sample String 2","assistantFirstName":"sample String 3","assistantLastName":"sample String 4","assistantPhone":"sample String 5","city":"sample String 6","companyLicenseIdentifier":"sample String 7","companyName":"sample String 8","created":"2025-10-30T23:12:43.5034082Z","email":"sample String 10","fax":"sample String 11","fileOrPolicyNumber":"sample String 12","individualLicenseIdentifier":"sample String 13","isSettlementAgent":true,"modified":"2025-10-30T23:12:43.5034082Z","newOrdersEmail":"sample String 15","nonPersonEntityIndicator":true,"phone":"sample String 17","primaryContact":"sample String 18","state":"sample String 19","street":"sample String 20","subtype":"sample String 21","website":"sample String 22","zipCode":"sample String 23","app":"24","id":"25","createdBy":"1","parentProvider":"1","providerType":"1"}
application/xml, text/xml
<Contact xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AltPhone>sample String 1</AltPhone> <AssistantEmail>sample String 2</AssistantEmail> <AssistantFirstName>sample String 3</AssistantFirstName> <AssistantLastName>sample String 4</AssistantLastName> <AssistantPhone>sample String 5</AssistantPhone> <City>sample String 6</City> <CompanyLicenseIdentifier>sample String 7</CompanyLicenseIdentifier> <CompanyName>sample String 8</CompanyName> <Created>2025-10-30T23:12:43.5034082Z</Created> <Email>sample String 10</Email> <Fax>sample String 11</Fax> <FileOrPolicyNumber>sample String 12</FileOrPolicyNumber> <IndividualLicenseIdentifier>sample String 13</IndividualLicenseIdentifier> <IsSettlementAgent>true</IsSettlementAgent> <Modified>2025-10-30T23:12:43.5034082Z</Modified> <NewOrdersEmail>sample String 15</NewOrdersEmail> <NonPersonEntityIndicator>true</NonPersonEntityIndicator> <Phone>sample String 17</Phone> <PrimaryContact>sample String 18</PrimaryContact> <State>sample String 19</State> <Street>sample String 20</Street> <Subtype>sample String 21</Subtype> <Website>sample String 22</Website> <ZipCode>sample String 23</ZipCode> <AppId>24</AppId> <ContactId>25</ContactId> <CreatedById>1</CreatedById> <ParentProviderId>1</ParentProviderId> <ProviderTypeId>1</ProviderTypeId> </Contact>
application/vnd.api+json
Sample not available.