Action: Get a contact
Gets a single record by iMIS ID.
Can be either a person or an organization. The contactType
field specifies what type of record was returned. Fields corresponding to only one type will be null
if not appropriate for the returned contact type (e.g. "Birth Date" is only on persons, and will be null
for organizations).
Inputs
Field | Type |
---|---|
iMIS ID | string |
Outputs
Contact:
Code | Description | Type |
---|---|---|
| Billing Category | string |
| Birth Date | string(date) |
| Contact Key | string |
| Contact Type | string |
| string | |
| Fax | string |
| First Name | string |
| Functional Title | string |
| Gender | string |
| Home Phone | string |
| iMIS ID | string |
| Informal Name | string |
| Is Active | boolean |
| Is Member | boolean |
| Join Date | string(date) |
| Last Name | string |
| Major Key | string |
| Member Type | string |
| Middle Name | string |
| Mobile Phone | string |
| Name | string |
| Name Prefix | string |
| Name Suffix | string |
| Organization ID | string |
| Organization Name | string |
| Paid Thru | string(date) |
| Renewed Thru | string(date) |
| Status | string |
| Work Phone | string |