GET api/CountyParish/get-parish-by-county/{countyLovId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
countyLovId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "$id": "2", "Id": "sample string 1", "Text": "sample string 2", "OtherText": "sample string 3", "OtherData": { "$id": "3" } }, { "$ref": "2" }, { "$ref": "2" } ]
application/xml, text/xml
Sample:
<ArrayOfChildDropDownListDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> <ChildDropDownListDTO> <Id>sample string 1</Id> <Text>sample string 2</Text> <OtherText>sample string 3</OtherText> <OtherData /> </ChildDropDownListDTO> </ArrayOfChildDropDownListDTO>