GET api/LookupCode/find-lga-code/{lgaName}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
lgaName | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "CodeLovId": 1, "CodeType": "sample string 2", "Description": "sample string 3", "AlternativeDesc": "sample string 4", "ShortDesc": "sample string 5", "ActiveFlag": true, "SequenceNo": 1, "SystemCode": "sample string 7", "IsStreetAddressFlag": true }
application/xml, text/xml
Sample:
<LookupCodeDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CodeLovId>1</CodeLovId> <CodeType>sample string 2</CodeType> <Description>sample string 3</Description> <AlternativeDesc>sample string 4</AlternativeDesc> <ShortDesc>sample string 5</ShortDesc> <ActiveFlag>true</ActiveFlag> <SequenceNo>1</SequenceNo> <SystemCode>sample string 7</SystemCode> <IsStreetAddressFlag>true</IsStreetAddressFlag> </LookupCodeDTO>