POST api/citizenEngagement/adarequest

Request Information

URI Parameters

None.

Body Parameters

ADARequestDto
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

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": "2024-10-23T15:50:09.9035938+00: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
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

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": "2024-10-23T15:50:09.9035938+00: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"
}