POST api/DEW/jxCheckBackgroundAddQueue

Request Information

URI Parameters

None.

Body Parameters

jxCheckBackgroundRequest
NameDescriptionTypeAdditional information
BatchID

string

None.

JxChanged

boolean

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

SiteNum

integer

None.

JurisdictionNum

integer

None.

JurisdictionName

string

None.

JurisdictionType

string

None.

JXCounty

string

None.

JxState

string

None.

SiteName

string

None.

SiteGroupName

string

None.

Permits

string

None.

OSMID

integer

None.

OSMType

string

None.

OSMFlag

boolean

None.

NewJurisdictionNum

integer

None.

NewJurisdictionName

string

None.

NewJurisdictionType

string

None.

NewJXCounty

string

None.

NewJxState

string

None.

SessionNum

integer

None.

SessionPassword

Collection of byte

None.

ApplicationCode

string

None.

StagesURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BatchID": "sample string 1",
  "JxChanged": true,
  "Latitude": 1.0,
  "Longitude": 1.0,
  "SiteNum": 1,
  "JurisdictionNum": 1,
  "JurisdictionName": "sample string 2",
  "JurisdictionType": "sample string 3",
  "JXCounty": "sample string 4",
  "JxState": "sample string 5",
  "SiteName": "sample string 6",
  "SiteGroupName": "sample string 7",
  "Permits": "sample string 8",
  "OSMID": 1,
  "OSMType": "sample string 9",
  "OSMFlag": true,
  "NewJurisdictionNum": 1,
  "NewJurisdictionName": "sample string 10",
  "NewJurisdictionType": "sample string 11",
  "NewJXCounty": "sample string 12",
  "NewJxState": "sample string 13",
  "SessionNum": 14,
  "SessionPassword": "QEA=",
  "ApplicationCode": "sample string 15",
  "StagesURL": "sample string 16"
}

application/xml, text/xml

Sample:
<jxCheckBackgroundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <StagesURL>sample string 16</StagesURL>
  <ApplicationCode>sample string 15</ApplicationCode>
  <SessionNum>14</SessionNum>
  <SessionPassword>QEA=</SessionPassword>
  <BatchID>sample string 1</BatchID>
  <JXCounty>sample string 4</JXCounty>
  <JurisdictionName>sample string 2</JurisdictionName>
  <JurisdictionNum>1</JurisdictionNum>
  <JurisdictionType>sample string 3</JurisdictionType>
  <JxChanged>true</JxChanged>
  <JxState>sample string 5</JxState>
  <Latitude>1</Latitude>
  <Longitude>1</Longitude>
  <NewJXCounty>sample string 12</NewJXCounty>
  <NewJurisdictionName>sample string 10</NewJurisdictionName>
  <NewJurisdictionNum>1</NewJurisdictionNum>
  <NewJurisdictionType>sample string 11</NewJurisdictionType>
  <NewJxState>sample string 13</NewJxState>
  <OSMFlag>true</OSMFlag>
  <OSMID>1</OSMID>
  <OSMType>sample string 9</OSMType>
  <Permits>sample string 8</Permits>
  <SiteGroupName>sample string 7</SiteGroupName>
  <SiteName>sample string 6</SiteName>
  <SiteNum>1</SiteNum>
</jxCheckBackgroundRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

jxCheckBackgroundResult
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "Success": true
}

application/xml, text/xml

Sample:
<jxCheckBackgroundResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <ErrorMessage>sample string 1</ErrorMessage>
  <Success>true</Success>
</jxCheckBackgroundResult>