Ballot Return Status
The following is an example of a ballot return status.
{
"ballotReturnStatusId": 14,
"name": "Not Voted"
}
Property | Type | Description |
---|---|---|
ballotReturnStatusId | int | Read-only; Unique identifier for a Ballot Return Status in this context. |
name | string | Read-only; Name for the Ballot Return Status |
Ballot Request Type
The following is an example of a ballot request type.
{
"ballotRequestTypeId": 4,
"name": "Mailed"
}
Property | Type | Description |
---|---|---|
ballotRequestTypeId | int | Read-only; Unique identifier for a Ballot Request Type in this context. |
name | string | Read-only; Name for the Ballot Request Type |
Ballot Type
The following is an example of a ballot type.
{
"ballotTypeId": 7,
"name": "Overseas"
}
Property | Type | Description |
---|---|---|
ballotTypeId | int | Read-only; Unique identifier for a Ballot Type in this context. |
name | string | Read-only; Name for the Ballot Type |
Ballot Rejection Reason
The following is an example of a ballot rejection reason.
{
"ballotRejectionReasonId": 1,
"name": "Rejected"
}
Property | Type | Description |
---|---|---|
ballotRejectionReasonId | int | Read-only; Unique identifier for a Ballot Rejection Reason in this context. |
name | string | Read-only; Name for the Ballot Rejection Reason |