Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
ReferenceCode | String | False |
Name | String | False |
AddressLine1 | String | False |
AddressLine2 | String | False |
City | String | False |
StateOrProvinceId | Integer | True |
PostalCode | String | False |
CountryId | Integer | True |
Telephone | String | False |
TelephoneExt | String | False |
Fax | String | False |
EmailAddress | String | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
StateOrProvinceId::StateOrProvince.ReferenceCode | String | False |
StateOrProvinceId::StateOrProvince.Name | String | False |
StateOrProvinceId_FormattedValue | String | False |
CountryId::Country.ReferenceCode | String | False |
CountryId::Country.Name | String | False |
CountryId_FormattedValue | String | False |
Object:
{
Id":####,ReferenceCode":"abcABC123",
Name":"abcABC123",
AddressLine1":"abcABC123",
AddressLine2":"abcABC123",
City":"abcABC123",
StateOrProvinceId":####,
PostalCode":"abcABC123",
CountryId":####,
Telephone":"abcABC123",
TelephoneExt":"abcABC123",
Fax":"abcABC123",
EmailAddress":"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,
StateOrProvinceId::StateOrProvince.ReferenceCode":"abcABC123",
StateOrProvinceId::StateOrProvince.Name":"abcABC123",
StateOrProvinceId_FormattedValue":"abcABC123",
CountryId::Country.ReferenceCode":"abcABC123",
CountryId::Country.Name":"abcABC123",
CountryId_FormattedValue":"abcABC123"
}