Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
AgencyId | Integer | False |
AltReferenceId1 | String | False |
AltReferenceId2 | String | False |
Prefix | String | False |
FirstName | String | False |
MiddleName | String | False |
LastName | String | False |
Suffix | String | False |
Title | String | False |
Telephone | String | False |
TelephoneExt | String | False |
Fax | String | False |
Mobile | String | False |
EmailAddress | String | False |
PinCode | 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":####,AgencyId":####,
AltReferenceId1":"abcABC123",
AltReferenceId2":"abcABC123",
Prefix":"abcABC123",
FirstName":"abcABC123",
MiddleName":"abcABC123",
LastName":"abcABC123",
Suffix":"abcABC123",
Title":"abcABC123",
Telephone":"abcABC123",
TelephoneExt":"abcABC123",
Fax":"abcABC123",
Mobile":"abcABC123",
EmailAddress":"abcABC123",
PinCode":"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
}