POST api/Agency/JurisdictionsSearch

Request Information

URI Parameters

None.

Body Parameters

JurisdictionsSearchRequest
NameDescriptionTypeAdditional information
PermitRequired

string

None.

PermitResponsible

string

None.

UpdateBeginDate

date

None.

UpdateEndDate

date

None.

ResearchedBeginDate

date

None.

ResearchedEndDate

date

None.

Notes

string

None.

City

string

None.

County

string

None.

State

string

None.

ZipCode

string

None.

JurisdictionName

string

None.

JurisdictionType

string

None.

Township

string

None.

AgencyType

string

None.

ECVOption

string

None.

VerifiedResponse

string

None.

BroadcastAndFileFlag

string

None.

PrivateResponseOnlyFlag

string

None.

MultipleTripsRequirement

string

None.

SIACP01PanelFlag

string

None.

PermitURL

string

None.

PermitInstruction

string

None.

RenewalResponsible

string

None.

SubscriberListFrequency

string

None.

SubscriberListFrom

string

None.

OrdinanceURL

string

None.

SessionNum

integer

None.

SessionPassword

Collection of byte

None.

ApplicationCode

string

None.

StagesURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PermitRequired": "sample string 1",
  "PermitResponsible": "sample string 2",
  "UpdateBeginDate": "2024-05-01T15:21:54.4860667-04:00",
  "UpdateEndDate": "2024-05-01T15:21:54.4860667-04:00",
  "ResearchedBeginDate": "2024-05-01T15:21:54.4860667-04:00",
  "ResearchedEndDate": "2024-05-01T15:21:54.4860667-04:00",
  "Notes": "sample string 3",
  "City": "sample string 4",
  "County": "sample string 5",
  "State": "sample string 6",
  "ZipCode": "sample string 7",
  "JurisdictionName": "sample string 8",
  "JurisdictionType": "sample string 9",
  "Township": "sample string 10",
  "AgencyType": "sample string 11",
  "ECVOption": "sample string 12",
  "VerifiedResponse": "sample string 13",
  "BroadcastAndFileFlag": "sample string 14",
  "PrivateResponseOnlyFlag": "sample string 15",
  "MultipleTripsRequirement": "sample string 16",
  "SIACP01PanelFlag": "sample string 17",
  "PermitURL": "sample string 18",
  "PermitInstruction": "sample string 19",
  "RenewalResponsible": "sample string 20",
  "SubscriberListFrequency": "sample string 21",
  "SubscriberListFrom": "sample string 22",
  "OrdinanceURL": "sample string 23",
  "SessionNum": 24,
  "SessionPassword": "QEA=",
  "ApplicationCode": "sample string 25",
  "StagesURL": "sample string 26"
}

application/xml, text/xml

Sample:
<JurisdictionsSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <StagesURL>sample string 26</StagesURL>
  <ApplicationCode>sample string 25</ApplicationCode>
  <SessionNum>24</SessionNum>
  <SessionPassword>QEA=</SessionPassword>
  <AgencyType>sample string 11</AgencyType>
  <BroadcastAndFileFlag>sample string 14</BroadcastAndFileFlag>
  <City>sample string 4</City>
  <County>sample string 5</County>
  <ECVOption>sample string 12</ECVOption>
  <JurisdictionName>sample string 8</JurisdictionName>
  <JurisdictionType>sample string 9</JurisdictionType>
  <MultipleTripsRequirement>sample string 16</MultipleTripsRequirement>
  <OrdinanceURL>sample string 23</OrdinanceURL>
  <PermitInstruction>sample string 19</PermitInstruction>
  <PermitURL>sample string 18</PermitURL>
  <PrivateResponseOnlyFlag>sample string 15</PrivateResponseOnlyFlag>
  <RenewalResponsible>sample string 20</RenewalResponsible>
  <SIACP01PanelFlag>sample string 17</SIACP01PanelFlag>
  <State>sample string 6</State>
  <SubscriberListFrequency>sample string 21</SubscriberListFrequency>
  <SubscriberListFrom>sample string 22</SubscriberListFrom>
  <Township>sample string 10</Township>
  <VerifiedResponse>sample string 13</VerifiedResponse>
  <ZipCode>sample string 7</ZipCode>
  <Notes>sample string 3</Notes>
  <PermitRequired>sample string 1</PermitRequired>
  <PermitResponsible>sample string 2</PermitResponsible>
  <ResearchedBeginDate>2024-05-01T15:21:54.4860667-04:00</ResearchedBeginDate>
  <ResearchedEndDate>2024-05-01T15:21:54.4860667-04:00</ResearchedEndDate>
  <UpdateBeginDate>2024-05-01T15:21:54.4860667-04:00</UpdateBeginDate>
  <UpdateEndDate>2024-05-01T15:21:54.4860667-04:00</UpdateEndDate>
</JurisdictionsSearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JurisdictionsSearchQueryResult
NameDescriptionTypeAdditional information
ResultSet

Collection of JurisdictionsSearchResult

None.

Success

boolean

None.

UserErrorMessage

string

None.

ErrorTypeNum

integer

None.

SqlConnectionLost

boolean

None.

ClientVersion

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "UserErrorMessage": "sample string 2",
  "ErrorTypeNum": 3,
  "SqlConnectionLost": true,
  "ClientVersion": "sample string 5",
  "ResultSet": [
    {
      "LastUpdated": "2024-05-01T15:21:54.5016988-04:00",
      "LastResearched": "2024-05-01T15:21:54.5016988-04:00",
      "City": "sample string 1",
      "County": "sample string 2",
      "Description": "sample string 3",
      "JurisdictionName": "sample string 4",
      "JurisdictionNum": 1,
      "JurisdictionType": "sample string 5",
      "JurisdictionTypeDescription": "sample string 6",
      "State": "sample string 7",
      "Township": "sample string 8",
      "ZipCode": "sample string 9"
    },
    {
      "LastUpdated": "2024-05-01T15:21:54.5016988-04:00",
      "LastResearched": "2024-05-01T15:21:54.5016988-04:00",
      "City": "sample string 1",
      "County": "sample string 2",
      "Description": "sample string 3",
      "JurisdictionName": "sample string 4",
      "JurisdictionNum": 1,
      "JurisdictionType": "sample string 5",
      "JurisdictionTypeDescription": "sample string 6",
      "State": "sample string 7",
      "Township": "sample string 8",
      "ZipCode": "sample string 9"
    }
  ]
}

application/xml, text/xml

Sample:
<JurisdictionsSearchQueryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <ClientVersion xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 5</ClientVersion>
  <ErrorTypeNum xmlns="http://schemas.datacontract.org/2004/07/Stages">3</ErrorTypeNum>
  <SqlConnectionLost xmlns="http://schemas.datacontract.org/2004/07/Stages">true</SqlConnectionLost>
  <Success xmlns="http://schemas.datacontract.org/2004/07/Stages">true</Success>
  <UserErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Stages">sample string 2</UserErrorMessage>
  <ResultSet>
    <JurisdictionsSearchResult>
      <City>sample string 1</City>
      <County>sample string 2</County>
      <Description>sample string 3</Description>
      <JurisdictionName>sample string 4</JurisdictionName>
      <JurisdictionNum>1</JurisdictionNum>
      <JurisdictionType>sample string 5</JurisdictionType>
      <JurisdictionTypeDescription>sample string 6</JurisdictionTypeDescription>
      <LastResearched>2024-05-01T15:21:54.5016988-04:00</LastResearched>
      <LastUpdated>2024-05-01T15:21:54.5016988-04:00</LastUpdated>
      <State>sample string 7</State>
      <Township>sample string 8</Township>
      <ZipCode>sample string 9</ZipCode>
    </JurisdictionsSearchResult>
    <JurisdictionsSearchResult>
      <City>sample string 1</City>
      <County>sample string 2</County>
      <Description>sample string 3</Description>
      <JurisdictionName>sample string 4</JurisdictionName>
      <JurisdictionNum>1</JurisdictionNum>
      <JurisdictionType>sample string 5</JurisdictionType>
      <JurisdictionTypeDescription>sample string 6</JurisdictionTypeDescription>
      <LastResearched>2024-05-01T15:21:54.5016988-04:00</LastResearched>
      <LastUpdated>2024-05-01T15:21:54.5016988-04:00</LastUpdated>
      <State>sample string 7</State>
      <Township>sample string 8</Township>
      <ZipCode>sample string 9</ZipCode>
    </JurisdictionsSearchResult>
  </ResultSet>
</JurisdictionsSearchQueryResult>