POST api/UBGetPropertyStreetDir

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "LookupItemList": [
    {
      "Code": "sample string 1",
      "CodeDesc": "sample string 2"
    },
    {
      "Code": "sample string 1",
      "CodeDesc": "sample string 2"
    },
    {
      "Code": "sample string 1",
      "CodeDesc": "sample string 2"
    }
  ]
}