POST api/app311/GetServicesByLocation
Request Information
URI Parameters
None.
Body Parameters
GISData| Name | Description | Type | Additional information |
|---|---|---|---|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| XCoordinate | decimal number |
None. |
|
| YCoordinate | decimal number |
None. |
|
| Distance | integer |
None. |
|
| RecordType | RecordType |
None. |
|
| LocationID | string |
None. |
|
| LocationDescription | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| PostalCity | string |
None. |
|
| APN | string |
None. |
|
| AddressID | string |
None. |
|
| StreetNumber | string |
None. |
|
| StreetName | string |
None. |
|
| Unit | string |
None. |
|
| IntersectionID | string |
None. |
|
| Description | string |
None. |
|
| Jurisdiction | string |
None. |
|
| ThomasBrothersCell | string |
None. |
|
| SupervisorDistrictNumber | string |
None. |
|
| CodeComplianceZone | string |
None. |
|
| WasteManagementAccountNumber | string |
None. |
|
| WasteManagementPremiseNumber | string |
None. |
|
| FullStreet | string |
None. |
|
| FullAddressWithUnit | string |
None. |
|
| FullAddress | string |
None. |
|
| FullAddressForLookup | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Latitude": 1.1,
"Longitude": 2.1,
"XCoordinate": 3.1,
"YCoordinate": 4.1,
"Distance": 5,
"RecordType": 0,
"LocationID": "sample string 6",
"LocationDescription": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"ZipCode": "sample string 10",
"PostalCity": "sample string 11",
"APN": "sample string 12",
"AddressID": "sample string 13",
"StreetNumber": "sample string 14",
"StreetName": "sample string 15",
"Unit": "sample string 16",
"IntersectionID": "sample string 17",
"Description": "sample string 18",
"Jurisdiction": "sample string 8",
"ThomasBrothersCell": "sample string 19",
"SupervisorDistrictNumber": "sample string 20",
"CodeComplianceZone": "sample string 21",
"WasteManagementAccountNumber": "sample string 22",
"WasteManagementPremiseNumber": "sample string 23",
"FullStreet": "sample string 24",
"FullAddressWithUnit": "sample string 25",
"FullAddress": "",
"FullAddressForLookup": ""
}
application/xml, text/xml
Sample:
<GISData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/app311.Service.DataAccess.DTO"> <APN>sample string 12</APN> <AddressID>sample string 13</AddressID> <City>sample string 8</City> <CodeComplianceZone>sample string 21</CodeComplianceZone> <Description>sample string 18</Description> <Distance>5</Distance> <FullAddressWithUnit>sample string 25</FullAddressWithUnit> <FullStreet>sample string 24</FullStreet> <IntersectionID>sample string 17</IntersectionID> <Latitude>1.1</Latitude> <LocationDescription>sample string 7</LocationDescription> <LocationID>sample string 6</LocationID> <Longitude>2.1</Longitude> <PostalCity>sample string 11</PostalCity> <RecordType>Parcel</RecordType> <State>sample string 9</State> <StreetName>sample string 15</StreetName> <StreetNumber>sample string 14</StreetNumber> <SupervisorDistrictNumber>sample string 20</SupervisorDistrictNumber> <ThomasBrothersCell>sample string 19</ThomasBrothersCell> <Unit>sample string 16</Unit> <WasteManagementAccountNumber>sample string 22</WasteManagementAccountNumber> <WasteManagementPremiseNumber>sample string 23</WasteManagementPremiseNumber> <XCoordinate>3.1</XCoordinate> <YCoordinate>4.1</YCoordinate> <ZipCode>sample string 10</ZipCode> </GISData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of JurisdictionServiceDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| JurisdictionServiceID | integer |
None. |
|
| JurisdictionID | integer |
None. |
|
| ServiceID | integer |
None. |
|
| FormID | integer |
None. |
|
| Description | string |
None. |
|
| Service | ServiceDTO |
None. |
|
| Jurisdiction | JurisdictionDTO |
None. |
|
| Form | FormDTO |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"JurisdictionServiceID": 1,
"JurisdictionID": 2,
"ServiceID": 3,
"FormID": 4,
"Description": "sample string 5",
"Service": {
"ServiceID": 1,
"ServiceName": "sample string 2",
"Description": "sample string 3",
"ServiceCategoryID": 4,
"ServiceCategory": {
"ServiceCategoryID": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"MapMarkerColor": "sample string 4"
},
"SearchTags": [
{
"SearchTagID": 1,
"TagText": "sample string 2"
},
{
"SearchTagID": 1,
"TagText": "sample string 2"
}
]
},
"Jurisdiction": {
"JurisdictionID": 1,
"JurisdictionName": "sample string 1",
"JurisdictionType": "sample string 2",
"Active": true
},
"Form": {
"FormID": 1,
"FormName": "sample string 2",
"Description": "sample string 3",
"FormFields": [
{
"FormID": 1,
"FieldID": 2,
"DislpayOrder": 3,
"PlaceHolder": "sample string 4",
"IsRequired": true,
"Field": {
"FieldID": 1,
"FieldTypeID": 2,
"FieldName": "sample string 3",
"KeyboradType": 1,
"FieldValue": "sample string 4",
"FieldIndexSelected": 5,
"FieldType": {
"FieldTypeID": 1,
"TypeName": "sample string 2"
},
"FieldItems": [
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
},
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
}
]
}
},
{
"FormID": 1,
"FieldID": 2,
"DislpayOrder": 3,
"PlaceHolder": "sample string 4",
"IsRequired": true,
"Field": {
"FieldID": 1,
"FieldTypeID": 2,
"FieldName": "sample string 3",
"KeyboradType": 1,
"FieldValue": "sample string 4",
"FieldIndexSelected": 5,
"FieldType": {
"FieldTypeID": 1,
"TypeName": "sample string 2"
},
"FieldItems": [
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
},
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
}
]
}
}
]
}
},
{
"JurisdictionServiceID": 1,
"JurisdictionID": 2,
"ServiceID": 3,
"FormID": 4,
"Description": "sample string 5",
"Service": {
"ServiceID": 1,
"ServiceName": "sample string 2",
"Description": "sample string 3",
"ServiceCategoryID": 4,
"ServiceCategory": {
"ServiceCategoryID": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"MapMarkerColor": "sample string 4"
},
"SearchTags": [
{
"SearchTagID": 1,
"TagText": "sample string 2"
},
{
"SearchTagID": 1,
"TagText": "sample string 2"
}
]
},
"Jurisdiction": {
"JurisdictionID": 1,
"JurisdictionName": "sample string 1",
"JurisdictionType": "sample string 2",
"Active": true
},
"Form": {
"FormID": 1,
"FormName": "sample string 2",
"Description": "sample string 3",
"FormFields": [
{
"FormID": 1,
"FieldID": 2,
"DislpayOrder": 3,
"PlaceHolder": "sample string 4",
"IsRequired": true,
"Field": {
"FieldID": 1,
"FieldTypeID": 2,
"FieldName": "sample string 3",
"KeyboradType": 1,
"FieldValue": "sample string 4",
"FieldIndexSelected": 5,
"FieldType": {
"FieldTypeID": 1,
"TypeName": "sample string 2"
},
"FieldItems": [
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
},
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
}
]
}
},
{
"FormID": 1,
"FieldID": 2,
"DislpayOrder": 3,
"PlaceHolder": "sample string 4",
"IsRequired": true,
"Field": {
"FieldID": 1,
"FieldTypeID": 2,
"FieldName": "sample string 3",
"KeyboradType": 1,
"FieldValue": "sample string 4",
"FieldIndexSelected": 5,
"FieldType": {
"FieldTypeID": 1,
"TypeName": "sample string 2"
},
"FieldItems": [
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
},
{
"FieldItemID": 1,
"FieldID": 2,
"DisplayOrder": 3,
"ItemName": "sample string 4",
"HasOtherText": true,
"IsDefault": true
}
]
}
}
]
}
}
]
application/xml, text/xml
Sample:
<ArrayOfJurisdictionServiceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/app311.Service.DataAccess.DTO">
<JurisdictionServiceDTO>
<Description>sample string 5</Description>
<Form>
<Description>sample string 3</Description>
<FormFields>
<FormFieldDTO>
<DislpayOrder>3</DislpayOrder>
<Field>
<FieldID>1</FieldID>
<FieldIndexSelected>5</FieldIndexSelected>
<FieldItems>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
</FieldItems>
<FieldName>sample string 3</FieldName>
<FieldType>
<FieldTypeID>1</FieldTypeID>
<TypeName>sample string 2</TypeName>
</FieldType>
<FieldTypeID>2</FieldTypeID>
<FieldValue>sample string 4</FieldValue>
<KeyboradType>None</KeyboradType>
</Field>
<FieldID>2</FieldID>
<FormID>1</FormID>
<IsRequired>true</IsRequired>
<PlaceHolder>sample string 4</PlaceHolder>
</FormFieldDTO>
<FormFieldDTO>
<DislpayOrder>3</DislpayOrder>
<Field>
<FieldID>1</FieldID>
<FieldIndexSelected>5</FieldIndexSelected>
<FieldItems>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
</FieldItems>
<FieldName>sample string 3</FieldName>
<FieldType>
<FieldTypeID>1</FieldTypeID>
<TypeName>sample string 2</TypeName>
</FieldType>
<FieldTypeID>2</FieldTypeID>
<FieldValue>sample string 4</FieldValue>
<KeyboradType>None</KeyboradType>
</Field>
<FieldID>2</FieldID>
<FormID>1</FormID>
<IsRequired>true</IsRequired>
<PlaceHolder>sample string 4</PlaceHolder>
</FormFieldDTO>
</FormFields>
<FormID>1</FormID>
<FormName>sample string 2</FormName>
</Form>
<FormID>4</FormID>
<Jurisdiction>
<Active>true</Active>
<JurisdictionID>1</JurisdictionID>
<JurisdictionName>sample string 1</JurisdictionName>
<JurisdictionType>sample string 2</JurisdictionType>
</Jurisdiction>
<JurisdictionID>2</JurisdictionID>
<JurisdictionServiceID>1</JurisdictionServiceID>
<Service>
<Description>sample string 3</Description>
<SearchTags>
<SearchTagDTO>
<SearchTagID>1</SearchTagID>
<TagText>sample string 2</TagText>
</SearchTagDTO>
<SearchTagDTO>
<SearchTagID>1</SearchTagID>
<TagText>sample string 2</TagText>
</SearchTagDTO>
</SearchTags>
<ServiceCategory>
<CategoryName>sample string 2</CategoryName>
<Description>sample string 3</Description>
<MapMarkerColor>sample string 4</MapMarkerColor>
<ServiceCategoryID>1</ServiceCategoryID>
</ServiceCategory>
<ServiceCategoryID>4</ServiceCategoryID>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</Service>
<ServiceID>3</ServiceID>
</JurisdictionServiceDTO>
<JurisdictionServiceDTO>
<Description>sample string 5</Description>
<Form>
<Description>sample string 3</Description>
<FormFields>
<FormFieldDTO>
<DislpayOrder>3</DislpayOrder>
<Field>
<FieldID>1</FieldID>
<FieldIndexSelected>5</FieldIndexSelected>
<FieldItems>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
</FieldItems>
<FieldName>sample string 3</FieldName>
<FieldType>
<FieldTypeID>1</FieldTypeID>
<TypeName>sample string 2</TypeName>
</FieldType>
<FieldTypeID>2</FieldTypeID>
<FieldValue>sample string 4</FieldValue>
<KeyboradType>None</KeyboradType>
</Field>
<FieldID>2</FieldID>
<FormID>1</FormID>
<IsRequired>true</IsRequired>
<PlaceHolder>sample string 4</PlaceHolder>
</FormFieldDTO>
<FormFieldDTO>
<DislpayOrder>3</DislpayOrder>
<Field>
<FieldID>1</FieldID>
<FieldIndexSelected>5</FieldIndexSelected>
<FieldItems>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
<FieldItemDTO>
<DisplayOrder>3</DisplayOrder>
<FieldID>2</FieldID>
<FieldItemID>1</FieldItemID>
<HasOtherText>true</HasOtherText>
<IsDefault>true</IsDefault>
<ItemName>sample string 4</ItemName>
</FieldItemDTO>
</FieldItems>
<FieldName>sample string 3</FieldName>
<FieldType>
<FieldTypeID>1</FieldTypeID>
<TypeName>sample string 2</TypeName>
</FieldType>
<FieldTypeID>2</FieldTypeID>
<FieldValue>sample string 4</FieldValue>
<KeyboradType>None</KeyboradType>
</Field>
<FieldID>2</FieldID>
<FormID>1</FormID>
<IsRequired>true</IsRequired>
<PlaceHolder>sample string 4</PlaceHolder>
</FormFieldDTO>
</FormFields>
<FormID>1</FormID>
<FormName>sample string 2</FormName>
</Form>
<FormID>4</FormID>
<Jurisdiction>
<Active>true</Active>
<JurisdictionID>1</JurisdictionID>
<JurisdictionName>sample string 1</JurisdictionName>
<JurisdictionType>sample string 2</JurisdictionType>
</Jurisdiction>
<JurisdictionID>2</JurisdictionID>
<JurisdictionServiceID>1</JurisdictionServiceID>
<Service>
<Description>sample string 3</Description>
<SearchTags>
<SearchTagDTO>
<SearchTagID>1</SearchTagID>
<TagText>sample string 2</TagText>
</SearchTagDTO>
<SearchTagDTO>
<SearchTagID>1</SearchTagID>
<TagText>sample string 2</TagText>
</SearchTagDTO>
</SearchTags>
<ServiceCategory>
<CategoryName>sample string 2</CategoryName>
<Description>sample string 3</Description>
<MapMarkerColor>sample string 4</MapMarkerColor>
<ServiceCategoryID>1</ServiceCategoryID>
</ServiceCategory>
<ServiceCategoryID>4</ServiceCategoryID>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</Service>
<ServiceID>3</ServiceID>
</JurisdictionServiceDTO>
</ArrayOfJurisdictionServiceDTO>