Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| AllocationId | Integer | False |
| AgencyId | Integer | False |
| AllocationPercentage | Decimal | False |
| CountyId | Integer | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| AgencyId::Agency.ReferenceCode | String | False |
| AgencyId::Agency.Name | String | False |
| AgencyId_FormattedValue | String | False |
| CountyId::County.Name | String | False |
| CountyId_FormattedValue | String | False |
Object:
{
Id":####,AllocationId":####,
AgencyId":####,
AllocationPercentage":###.##,
CountyId":####,
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,
AgencyId::Agency.ReferenceCode":"abcABC123",
AgencyId::Agency.Name":"abcABC123",
AgencyId_FormattedValue":"abcABC123",
CountyId::County.Name":"abcABC123",
CountyId_FormattedValue":"abcABC123"
}