Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| VolunteerApplicationId | Integer | False |
| ContactType | String | False |
| FirstName | String | False |
| LastName | String | False |
| EmailAddress | String | False |
| AddressLine1 | String | False |
| AddressLine2 | String | False |
| City | String | False |
| StateOrProvinceId | Integer | True |
| PostalCode | String | False |
| Telephone | String | False |
| Mobile | String | False |
| IsMinor | Boolean | False |
| NeedsOrComments | String | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
Object:
{
Id":####,VolunteerApplicationId":####,
ContactType":"abcABC123",
FirstName":"abcABC123",
LastName":"abcABC123",
EmailAddress":"abcABC123",
AddressLine1":"abcABC123",
AddressLine2":"abcABC123",
City":"abcABC123",
StateOrProvinceId":####,
PostalCode":"abcABC123",
Telephone":"abcABC123",
Mobile":"abcABC123",
IsMinor":True/False,
NeedsOrComments":"abcABC123",
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False
}