POST api/app311/GetServicesByJurisdictions

Request Information

URI Parameters

None.

Body Parameters

Collection of JurisdictionDTO
NameDescriptionTypeAdditional information
JurisdictionID

integer

None.

JurisdictionName

string

None.

JurisdictionType

string

None.

Active

boolean

None.

Request Formats

application/json, text/json, text/html

Sample:
[
  {
    "JurisdictionID": 1,
    "JurisdictionName": "sample string 1",
    "JurisdictionType": "sample string 2",
    "Active": true
  },
  {
    "JurisdictionID": 1,
    "JurisdictionName": "sample string 1",
    "JurisdictionType": "sample string 2",
    "Active": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfJurisdictionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/app311.Service.DataAccess.DTO">
  <JurisdictionDTO>
    <Active>true</Active>
    <JurisdictionID>1</JurisdictionID>
    <JurisdictionName>sample string 1</JurisdictionName>
    <JurisdictionType>sample string 2</JurisdictionType>
  </JurisdictionDTO>
  <JurisdictionDTO>
    <Active>true</Active>
    <JurisdictionID>1</JurisdictionID>
    <JurisdictionName>sample string 1</JurisdictionName>
    <JurisdictionType>sample string 2</JurisdictionType>
  </JurisdictionDTO>
</ArrayOfJurisdictionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of JurisdictionServiceDTO
NameDescriptionTypeAdditional 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>