POST api/citizenEngagement/adarequest
Request Information
URI Parameters
None.
Body Parameters
ADARequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| PhoneChoice | string |
None. |
|
| LegislativePurpose | string |
None. |
|
| OtherPurpose | string |
None. |
|
| DateServiceRequested | date |
None. |
|
| EventServiceRequested | string |
None. |
|
| BillNumber | string |
None. |
|
| ShortTitle | string |
None. |
|
| ServiceRequested | Collection of string |
None. |
|
| OtherService | string |
None. |
|
| Details | string |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"phoneChoice": "sample string 5",
"legislativePurpose": "sample string 6",
"otherPurpose": "sample string 7",
"dateServiceRequested": "2025-12-06T12:05:41.8236076-07:00",
"eventServiceRequested": "sample string 9",
"billNumber": "sample string 10",
"shortTitle": "sample string 11",
"serviceRequested": [
"sample string 1",
"sample string 2"
],
"otherService": "sample string 12",
"details": "sample string 13",
"token": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ADARequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| PhoneChoice | string |
None. |
|
| LegislativePurpose | string |
None. |
|
| OtherPurpose | string |
None. |
|
| DateServiceRequested | date |
None. |
|
| EventServiceRequested | string |
None. |
|
| BillNumber | string |
None. |
|
| ShortTitle | string |
None. |
|
| ServiceRequested | Collection of string |
None. |
|
| OtherService | string |
None. |
|
| Details | string |
None. |
|
| Token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"phoneChoice": "sample string 5",
"legislativePurpose": "sample string 6",
"otherPurpose": "sample string 7",
"dateServiceRequested": "2025-12-06T12:05:41.8391765-07:00",
"eventServiceRequested": "sample string 9",
"billNumber": "sample string 10",
"shortTitle": "sample string 11",
"serviceRequested": [
"sample string 1",
"sample string 2"
],
"otherService": "sample string 12",
"details": "sample string 13",
"token": "sample string 14"
}